Home
last modified time | relevance | path

Searched refs:nd_prefix (Results 1 – 7 of 7) sorted by relevance

/src/sys/netinet6/
H A Dnd6.h211 LIST_HEAD(nd_prhead, nd_prefix);
212 struct nd_prefix { struct
214 LIST_ENTRY(nd_prefix) ndpr_entry; argument
246 VNET_DECLARE(struct nd_prhead, nd_prefix); argument
249 #define V_nd_prefix VNET(nd_prefix)
399 struct nd_prefix **);
400 void nd6_prefix_unlink(struct nd_prefix *, struct nd_prhead *);
401 void nd6_prefix_del(struct nd_prefix *);
402 void nd6_prefix_ref(struct nd_prefix *);
403 void nd6_prefix_rele(struct nd_prefix *);
[all …]
H A Dnd6_rtr.c83 static int nd6_prefix_onlink(struct nd_prefix *);
643 pfxrtr_lookup(struct nd_prefix *pr, struct nd_defrouter *dr) in pfxrtr_lookup()
657 pfxrtr_add(struct nd_prefix *pr, struct nd_defrouter *dr) in pfxrtr_add()
770 struct nd_prefix *pr; in defrouter_del()
1175 in6_init_prefix_ltimes(struct nd_prefix *ndpr) in in6_init_prefix_ltimes()
1182 in6_init_address_ltimes(struct nd_prefix *new, struct in6_addrlifetime *lt6) in in6_init_address_ltimes()
1335 static struct nd_prefix *
1338 struct nd_prefix *search; in nd6_prefix_lookup_locked()
1354 struct nd_prefix *
1357 struct nd_prefix *search; in nd6_prefix_lookup()
[all …]
H A Dnd6.c139 VNET_DEFINE(struct nd_prhead, nd_prefix);
950 struct nd_prefix *pr, *npr; in nd6_timer()
1182 struct nd_prefix *pr, *npr; in nd6_purge()
1298 struct nd_prefix *pr; in nd6_is_new_addr_neighbor()
1807 struct nd_prefix *pr, *next; in nd6_ioctl()
2671 struct nd_prefix *pr; in nd6_sysctl_prlist()
H A Din6_ifattach.c532 struct nd_prefix *pr; in in6_ifattach_linklocal()
H A Din6_var.h120 struct nd_prefix *ia6_ndpr;
H A Din6.c1233 struct nd_prefix *pr; in in6_addifaddr()
1468 struct nd_prefix *pr; in in6_purgeifaddr()
/src/sys/netinet/
H A Dsctp_output.c13848 struct nd_prefix *pfx = NULL; in sctp_v6src_match_nexthop()
13857 LIST_FOREACH(pfx, &MODULE_GLOBAL(nd_prefix), ndpr_entry) { in sctp_v6src_match_nexthop()