Lines Matching defs:dadq
193 struct dadq;
194 static void arp_dad_timer(struct dadq *);
1474 TAILQ_HEAD(dadq_head, dadq);
1475 struct dadq {
1476 TAILQ_ENTRY(dadq) dad_list;
1486 static struct dadq_head dadq;
1494 TAILQ_INIT(&dadq);
1498 static struct dadq *
1501 struct dadq *dp;
1505 TAILQ_FOREACH(dp, &dadq, dad_list) {
1513 arp_dad_starttimer(struct dadq *dp, int ticks)
1521 arp_dad_stoptimer(struct dadq *dp)
1526 TAILQ_REMOVE(&dadq, dp, dad_list);
1533 arp_dad_destroytimer(struct dadq *dp)
1542 arp_dad_output(struct dadq *dp, struct ifaddr *ifa)
1569 struct dadq *dp;
1622 TAILQ_INSERT_TAIL(&dadq, (struct dadq *)dp, dad_list);
1638 struct dadq *dp;
1657 arp_dad_timer(struct dadq *dp)