Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/ip6addrctl/
Dip6addrctl.c57 struct policyqueue { struct
58 TAILQ_ENTRY(policyqueue) pc_entry;
61 TAILQ_HEAD(policyhead, policyqueue); argument
134 struct policyqueue *new; in get_policy()
151 struct policyqueue *ent; in dump_policy()
209 struct policyqueue *new; in make_policy_fromfile()
314 struct policyqueue *ent; in set_policy()
431 struct policyqueue *ent; in flush_policy()
/freebsd-9-stable/lib/libc/net/
Dname6.c165 struct policyqueue { struct
166 TAILQ_ENTRY(policyqueue) pc_entry;
171 TAILQ_HEAD(policyhead, policyqueue); argument
184 struct policyqueue *aio_srcpolicy;
185 struct policyqueue *aio_dstpolicy;
207 static struct policyqueue *match_addrselectpolicy(struct sockaddr *,
754 struct policyqueue *new; in get_addrselectpolicy()
774 struct policyqueue *ent, *nent; in free_addrselectpolicy()
783 static struct policyqueue *
787 struct policyqueue *ent, *bestent = NULL; in match_addrselectpolicy()
Dgetaddrinfo.c124 struct policyqueue { struct
125 TAILQ_ENTRY(policyqueue) pc_entry;
130 TAILQ_HEAD(policyhead, policyqueue); argument
205 struct policyqueue *aio_srcpolicy;
206 struct policyqueue *aio_dstpolicy;
267 static struct policyqueue *match_addrselectpolicy(struct sockaddr *,
732 struct policyqueue *new; in get_addrselectpolicy()
752 struct policyqueue *ent, *nent; in free_addrselectpolicy()
761 static struct policyqueue *
765 struct policyqueue *ent, *bestent = NULL; in match_addrselectpolicy()