| if_arp.c | 193 struct dadq; 194 static void arp_dad_timer(struct dadq *); 1475 TAILQ_HEAD(dadq_head, dadq); 1476 struct dadq { struct 1477 TAILQ_ENTRY(dadq) dad_list; 1487 static struct dadq_head dadq; variable in typeref:struct:dadq_head 1495 TAILQ_INIT(&dadq); 1499 static struct dadq * 1502 struct dadq *dp; 1506 TAILQ_FOREACH(dp, &dadq, dad_list) [all...] |