Home
last modified time | relevance | path

Searched refs:policyhead (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.sbin/ip6addrctl/
H A Dip6addrctl.c62 TAILQ_HEAD(policyhead, policyqueue);
63 static struct policyhead policyhead; variable
80 TAILQ_INIT(&policyhead); in main()
140 TAILQ_INSERT_TAIL(&policyhead, new, pc_entry); in get_policy()
155 for (ent = TAILQ_FIRST(&policyhead); ent; in dump_policy()
246 TAILQ_INSERT_TAIL(&policyhead, new, pc_entry); in make_policy_fromfile()
321 for (ent = TAILQ_FIRST(&policyhead); ent; in set_policy()
438 for (ent = TAILQ_FIRST(&policyhead); ent; in flush_policy()
/dragonfly/lib/libc/net/
H A Dname6.c166 TAILQ_HEAD(policyhead, policyqueue);
199 static int get_addrselectpolicy(struct policyhead *);
202 struct policyhead *);
640 struct policyhead policyhead; in _hpreorder() local
652 free_addrselectpolicy(&policyhead); in _hpreorder()
672 TAILQ_INIT(&policyhead); in _hpreorder()
673 if (!get_addrselectpolicy(&policyhead)) { in _hpreorder()
708 set_source(&aio[i], &policyhead); in _hpreorder()
720 free_addrselectpolicy(&policyhead); in _hpreorder()
725 get_addrselectpolicy(struct policyhead *head) in get_addrselectpolicy()
[all …]
H A Dgetaddrinfo.c116 TAILQ_HEAD(policyhead, policyqueue);
244 static int get_addrselectpolicy(struct policyhead *);
247 struct policyhead *);
589 struct policyhead policyhead; in reorder() local
607 TAILQ_INIT(&policyhead); in reorder()
608 if (!get_addrselectpolicy(&policyhead)) { in reorder()
618 &policyhead); in reorder()
619 set_source(&aio[i], &policyhead); in reorder()
634 free_addrselectpolicy(&policyhead); in reorder()
639 get_addrselectpolicy(struct policyhead *head) in get_addrselectpolicy()
[all …]