/src/usr.sbin/ip6addrctl/ |
ip6addrctl.c | 62 TAILQ_HEAD(policyhead, policyqueue); 63 static struct policyhead policyhead; variable in typeref:struct:policyhead 80 TAILQ_INIT(&policyhead); 140 TAILQ_INSERT_TAIL(&policyhead, new, pc_entry); 155 for (ent = TAILQ_FIRST(&policyhead); ent; 246 TAILQ_INSERT_TAIL(&policyhead, new, pc_entry); 321 for (ent = TAILQ_FIRST(&policyhead); ent; 438 for (ent = TAILQ_FIRST(&policyhead); ent;
|
ip6addrctl.c | 62 TAILQ_HEAD(policyhead, policyqueue); 63 static struct policyhead policyhead; variable in typeref:struct:policyhead 80 TAILQ_INIT(&policyhead); 140 TAILQ_INSERT_TAIL(&policyhead, new, pc_entry); 155 for (ent = TAILQ_FIRST(&policyhead); ent; 246 TAILQ_INSERT_TAIL(&policyhead, new, pc_entry); 321 for (ent = TAILQ_FIRST(&policyhead); ent; 438 for (ent = TAILQ_FIRST(&policyhead); ent;
|
/src/lib/libc/net/ |
getaddrinfo.c | 132 TAILQ_HEAD(policyhead, policyqueue); 256 static void set_source(struct ai_order *, struct policyhead *, 265 static int get_addrselectpolicy(struct policyhead *); 266 static void free_addrselectpolicy(struct policyhead *); 268 struct policyhead *); 707 struct policyhead policyhead; local in function:reorder 724 TAILQ_INIT(&policyhead); 725 if (!get_addrselectpolicy(&policyhead)) { 735 &policyhead); [all...] |
getaddrinfo.c | 132 TAILQ_HEAD(policyhead, policyqueue); 256 static void set_source(struct ai_order *, struct policyhead *, 265 static int get_addrselectpolicy(struct policyhead *); 266 static void free_addrselectpolicy(struct policyhead *); 268 struct policyhead *); 707 struct policyhead policyhead; local in function:reorder 724 TAILQ_INIT(&policyhead); 725 if (!get_addrselectpolicy(&policyhead)) { 735 &policyhead); [all...] |