if_arp.c | 193 struct dadq; 194 static void arp_dad_timer(struct dadq *); 1474 TAILQ_HEAD(dadq_head, dadq); 1475 struct dadq { struct 1476 TAILQ_ENTRY(dadq) dad_list; 1486 static struct dadq_head dadq; variable in typeref:struct:dadq_head 1494 TAILQ_INIT(&dadq); 1498 static struct dadq * 1501 struct dadq *dp; 1505 TAILQ_FOREACH(dp, &dadq, dad_list) [all...] |