Symbol: nd_prefix
sys/netinet/sctp_output.c
13848
struct nd_prefix *pfx = NULL;
sys/netinet/sctp_output.c
13857
LIST_FOREACH(pfx, &MODULE_GLOBAL(nd_prefix), ndpr_entry) {
sys/netinet6/in6.c
1228
struct nd_prefix *pr;
sys/netinet6/in6.c
1463
struct nd_prefix *pr;
sys/netinet6/in6_ifattach.c
532
struct nd_prefix *pr;
sys/netinet6/in6_var.h
120
struct nd_prefix *ia6_ndpr;
sys/netinet6/nd6.c
1181
struct nd_prefix *pr, *npr;
sys/netinet6/nd6.c
1297
struct nd_prefix *pr;
sys/netinet6/nd6.c
138
VNET_DEFINE(struct nd_prhead, nd_prefix);
sys/netinet6/nd6.c
1803
struct nd_prefix *pr, *next;
sys/netinet6/nd6.c
2667
struct nd_prefix *pr;
sys/netinet6/nd6.c
949
struct nd_prefix *pr, *npr;
sys/netinet6/nd6.h
206
LIST_HEAD(nd_prhead, nd_prefix);
sys/netinet6/nd6.h
209
LIST_ENTRY(nd_prefix) ndpr_entry;
sys/netinet6/nd6.h
241
VNET_DECLARE(struct nd_prhead, nd_prefix);
sys/netinet6/nd6.h
244
#define V_nd_prefix VNET(nd_prefix)
sys/netinet6/nd6.h
394
struct nd_prefix **);
sys/netinet6/nd6.h
395
void nd6_prefix_unlink(struct nd_prefix *, struct nd_prhead *);
sys/netinet6/nd6.h
396
void nd6_prefix_del(struct nd_prefix *);
sys/netinet6/nd6.h
397
void nd6_prefix_ref(struct nd_prefix *);
sys/netinet6/nd6.h
398
void nd6_prefix_rele(struct nd_prefix *);
sys/netinet6/nd6.h
399
int nd6_prefix_offlink(struct nd_prefix *);
sys/netinet6/nd6.h
401
struct nd_prefix *nd6_prefix_lookup(struct nd_prefixctl *);
sys/netinet6/nd6_rtr.c
1063
in6_init_prefix_ltimes(struct nd_prefix *ndpr)
sys/netinet6/nd6_rtr.c
1070
in6_init_address_ltimes(struct nd_prefix *new, struct in6_addrlifetime *lt6)
sys/netinet6/nd6_rtr.c
1223
static struct nd_prefix *
sys/netinet6/nd6_rtr.c
1226
struct nd_prefix *search;
sys/netinet6/nd6_rtr.c
1242
struct nd_prefix *
sys/netinet6/nd6_rtr.c
1245
struct nd_prefix *search;
sys/netinet6/nd6_rtr.c
1254
nd6_prefix_ref(struct nd_prefix *pr)
sys/netinet6/nd6_rtr.c
1261
nd6_prefix_rele(struct nd_prefix *pr)
sys/netinet6/nd6_rtr.c
1273
struct nd_prefix **newp)
sys/netinet6/nd6_rtr.c
1275
struct nd_prefix *new;
sys/netinet6/nd6_rtr.c
1334
nd6_prefix_unlink(struct nd_prefix *pr, struct nd_prhead *list)
sys/netinet6/nd6_rtr.c
1349
nd6_prefix_del(struct nd_prefix *pr)
sys/netinet6/nd6_rtr.c
1395
struct nd_prefix *pr;
sys/netinet6/nd6_rtr.c
1733
find_pfxlist_reachable_router(struct nd_prefix *pr)
sys/netinet6/nd6_rtr.c
1765
struct nd_prefix *pr;
sys/netinet6/nd6_rtr.c
1791
struct nd_prefix *pr0;
sys/netinet6/nd6_rtr.c
1981
nd6_prefix_onlink_rtrequest(struct nd_prefix *pr, struct ifaddr *ifa)
sys/netinet6/nd6_rtr.c
2001
nd6_prefix_onlink(struct nd_prefix *pr)
sys/netinet6/nd6_rtr.c
2006
struct nd_prefix *opr;
sys/netinet6/nd6_rtr.c
2084
nd6_prefix_offlink(struct nd_prefix *pr)
sys/netinet6/nd6_rtr.c
2088
struct nd_prefix *opr;
sys/netinet6/nd6_rtr.c
535
pfxrtr_lookup(struct nd_prefix *pr, struct nd_defrouter *dr)
sys/netinet6/nd6_rtr.c
549
pfxrtr_add(struct nd_prefix *pr, struct nd_defrouter *dr)
sys/netinet6/nd6_rtr.c
662
struct nd_prefix *pr;
sys/netinet6/nd6_rtr.c
83
static int nd6_prefix_onlink(struct nd_prefix *);