llinfo_arp 83 netinet/if_ether.c void arptfree(struct llinfo_arp *);
llinfo_arp 85 netinet/if_ether.c struct llinfo_arp *arplookup(u_int32_t, int, int);
llinfo_arp 88 netinet/if_ether.c LIST_HEAD(, llinfo_arp) llinfo_arp;
llinfo_arp 120 netinet/if_ether.c struct llinfo_arp *la, *nla;
llinfo_arp 124 netinet/if_ether.c for (la = LIST_FIRST(&llinfo_arp); la != LIST_END(&llinfo_arp);
llinfo_arp 145 netinet/if_ether.c struct llinfo_arp *la = (struct llinfo_arp *)rt->rt_llinfo;
llinfo_arp 246 netinet/if_ether.c R_Malloc(la, struct llinfo_arp *, sizeof(*la));
llinfo_arp 256 netinet/if_ether.c LIST_INSERT_HEAD(&llinfo_arp, la, la_list);
llinfo_arp 376 netinet/if_ether.c struct llinfo_arp *la;
llinfo_arp 389 netinet/if_ether.c la = (struct llinfo_arp *)rt->rt_llinfo;
llinfo_arp 524 netinet/if_ether.c struct llinfo_arp *la = 0;
llinfo_arp 749 netinet/if_ether.c struct llinfo_arp *la;
llinfo_arp 770 netinet/if_ether.c struct llinfo_arp *
llinfo_arp 799 netinet/if_ether.c return ((struct llinfo_arp *)rt->rt_llinfo);
llinfo_arp 1047 netinet/if_ether.c struct llinfo_arp *la;
llinfo_arp 1051 netinet/if_ether.c la = (struct llinfo_arp *)li;
llinfo_arp 167 netinet/if_ether.h struct llinfo_arp {
llinfo_arp 168 netinet/if_ether.h LIST_ENTRY(llinfo_arp) la_list;