Searched refs:nd_prefix (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | nd6.h | 220 LIST_HEAD(nd_prhead, nd_prefix); 221 struct nd_prefix { struct 223 LIST_ENTRY(nd_prefix) ndpr_entry; argument 265 VNET_DECLARE(struct nd_prhead, nd_prefix); 275 #define V_nd_prefix VNET(nd_prefix) 422 struct nd_prefix **); 424 void nd6_prefix_del(struct nd_prefix *); 425 void nd6_prefix_ref(struct nd_prefix *); 426 void nd6_prefix_rele(struct nd_prefix *); 427 int nd6_prefix_offlink(struct nd_prefix *); [all …]
|
| H A D | nd6_rtr.c | 753 struct nd_prefix *pr; in defrouter_del() 1306 static struct nd_prefix * 1309 struct nd_prefix *search; in nd6_prefix_lookup_locked() 1325 struct nd_prefix * 1328 struct nd_prefix *search; in nd6_prefix_lookup() 1358 struct nd_prefix *new; in nd6_prelist_add() 1481 struct nd_prefix *pr; in prelist_update() 1845 struct nd_prefix *pr; in pfxlist_onlink_check() 1871 struct nd_prefix *pr0; in pfxlist_onlink_check() 2085 struct nd_prefix *opr; in nd6_prefix_onlink() [all …]
|
| H A D | nd6.c | 122 VNET_DEFINE(struct nd_prhead, nd_prefix); 925 struct nd_prefix *pr, *npr; in nd6_timer() 1157 struct nd_prefix *pr, *npr; in nd6_purge() 1239 struct nd_prefix *pr; in nd6_is_new_addr_neighbor() 1763 struct nd_prefix *pr, *next; in nd6_ioctl() 2585 struct nd_prefix *pr; in nd6_sysctl_prlist()
|
| H A D | in6_ifattach.c | 427 struct nd_prefix *pr; in in6_ifattach_linklocal()
|
| H A D | in6_var.h | 140 struct nd_prefix *ia6_ndpr;
|
| H A D | in6.c | 563 struct nd_prefix *pr; in in6_control() 1364 struct nd_prefix *pr; in in6_purgeifaddr()
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | nd6.h | 220 LIST_HEAD(nd_prhead, nd_prefix); 221 struct nd_prefix { struct 223 LIST_ENTRY(nd_prefix) ndpr_entry; argument 265 VNET_DECLARE(struct nd_prhead, nd_prefix); 275 #define V_nd_prefix VNET(nd_prefix) 422 struct nd_prefix **); 424 void nd6_prefix_del(struct nd_prefix *); 425 void nd6_prefix_ref(struct nd_prefix *); 426 void nd6_prefix_rele(struct nd_prefix *); 427 int nd6_prefix_offlink(struct nd_prefix *); [all …]
|
| H A D | in6_var.h | 140 struct nd_prefix *ia6_ndpr;
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 13762 struct nd_prefix *pfx = NULL; in sctp_v6src_match_nexthop() 13771 LIST_FOREACH(pfx, &MODULE_GLOBAL(nd_prefix), ndpr_entry) { in sctp_v6src_match_nexthop()
|