Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dnd6.h219 LIST_HEAD(nd_prhead, nd_prefix);
220 struct nd_prefix { struct
222 LIST_ENTRY(nd_prefix) ndpr_entry; argument
259 VNET_DECLARE(struct nd_prhead, nd_prefix); argument
262 #define V_nd_prefix VNET(nd_prefix)
408 struct nd_prefix **);
409 void nd6_prefix_unlink(struct nd_prefix *, struct nd_prhead *);
410 void nd6_prefix_del(struct nd_prefix *);
411 void nd6_prefix_ref(struct nd_prefix *);
412 void nd6_prefix_rele(struct nd_prefix *);
[all …]
H A Dnd6_rtr.c79 static int nd6_prefix_onlink(struct nd_prefix *);
615 pfxrtr_lookup(struct nd_prefix *pr, struct nd_defrouter *dr) in pfxrtr_lookup()
629 pfxrtr_add(struct nd_prefix *pr, struct nd_defrouter *dr) in pfxrtr_add()
742 struct nd_prefix *pr; in defrouter_del()
1147 in6_init_prefix_ltimes(struct nd_prefix *ndpr) in in6_init_prefix_ltimes()
1162 in6_init_address_ltimes(struct nd_prefix *new, struct in6_addrlifetime *lt6) in in6_init_address_ltimes()
1296 static struct nd_prefix *
1299 struct nd_prefix *search; in nd6_prefix_lookup_locked()
1315 struct nd_prefix *
1318 struct nd_prefix *search; in nd6_prefix_lookup()
[all …]
H A Dnd6.c142 VNET_DEFINE(struct nd_prhead, nd_prefix);
939 struct nd_prefix *pr, *npr; in nd6_timer()
1171 struct nd_prefix *pr, *npr; in nd6_purge()
1287 struct nd_prefix *pr; in nd6_is_new_addr_neighbor()
1796 struct nd_prefix *pr, *next; in nd6_ioctl()
2661 struct nd_prefix *pr; in nd6_sysctl_prlist()
H A Din6_ifattach.c425 struct nd_prefix *pr; in in6_ifattach_linklocal()
H A Din6_var.h137 struct nd_prefix *ia6_ndpr;
H A Din6.c1233 struct nd_prefix *pr; in in6_addifaddr()
1427 struct nd_prefix *pr; in in6_purgeifaddr()
/freebsd/sys/netinet/
H A Dsctp_output.c13850 struct nd_prefix *pfx = NULL; in sctp_v6src_match_nexthop()
13859 LIST_FOREACH(pfx, &MODULE_GLOBAL(nd_prefix), ndpr_entry) { in sctp_v6src_match_nexthop()