Home
last modified time | relevance | path

Searched refs:policyqueue (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/ip6addrctl/
H A Dip6addrctl.c58 struct policyqueue { struct
59 TAILQ_ENTRY(policyqueue) pc_entry;
62 TAILQ_HEAD(policyhead, policyqueue); argument
135 struct policyqueue *new; in get_policy()
152 struct policyqueue *ent; in dump_policy()
210 struct policyqueue *new; in make_policy_fromfile()
315 struct policyqueue *ent; in set_policy()
432 struct policyqueue *ent; in flush_policy()
/netbsd-src/lib/libc/net/
H A Dgetaddrinfo.c126 struct policyqueue { struct
127 TAILQ_ENTRY(policyqueue) pc_entry;
132 TAILQ_HEAD(policyhead, policyqueue); argument
202 struct policyqueue *aio_srcpolicy;
203 struct policyqueue *aio_dstpolicy;
267 static struct policyqueue *match_addrselectpolicy(struct sockaddr *,
779 struct policyqueue *new; in get_addrselectpolicy()
799 struct policyqueue *ent, *nent; in free_addrselectpolicy()
808 static struct policyqueue *
812 struct policyqueue *ent, *bestent = NULL; in match_addrselectpolicy()