Search | Google it | Results 1 - 1 of 1 for funcall:LIST_FIRST from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c (0.00 seconds) |
373: 374: for (la = LIST_FIRST(&llinfo_arp); la != NULL; la = nla) { 375: nla = LIST_NEXT(la, la_list); 410: callout_reset(&arptimer_ch, arpt_prune * hz, arptimer, NULL); 411: for (la = LIST_FIRST(&llinfo_arp); la != NULL; la = nla) { 412: struct rtentry *rt = la->la_rt;