Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dnd6.h245 struct nd_prefix { struct
247 LIST_ENTRY(nd_prefix) ndpr_entry; argument
309 LIST_HEAD(nd_prhead, nd_prefix);
322 extern struct nd_prhead nd_prefix;
405 void prelist_del (struct nd_prefix *);
410 void prelist_remove (struct nd_prefix *);
414 struct nd_prefix **);
415 int nd6_prefix_onlink (struct nd_prefix *);
416 int nd6_prefix_offlink (struct nd_prefix *);
419 struct nd_prefix *nd6_prefix_lookup (struct nd_prefix *);
[all …]
H A Dnd6_rtr.c79 (struct nd_prefix *);
294 struct nd_prefix pr; in nd6_ra_input()
544 struct nd_prefix *pr; in defrtrlist_del()
742 struct nd_prefix *
745 struct nd_prefix *search; in nd6_prefix_lookup()
760 struct nd_prefix **newp) in nd6_prelist_add()
762 struct nd_prefix *new = NULL; in nd6_prelist_add()
860 struct nd_prefix *pr; in prelist_update()
1174 struct nd_prefix *pr; in pfxlist_onlink_check()
1332 struct nd_prefix *opr; in nd6_prefix_onlink()
[all …]
H A Dnd6.c142 struct nd_prhead nd_prefix = { 0 }; variable
450 struct nd_prefix *pr; in nd6_timer_dispatch()
669 pr = nd_prefix.lh_first; in nd6_timer_dispatch()
677 struct nd_prefix *t; in nd6_timer_dispatch()
789 struct nd_prefix *pr, *npr; in nd6_purge()
808 for (pr = nd_prefix.lh_first; pr; pr = npr) { in nd6_purge()
1435 struct nd_prefix *pr; in nd6_ioctl()
1478 pr = nd_prefix.lh_first; in nd6_ioctl()
1588 struct nd_prefix *pr, *next; in nd6_ioctl()
1591 for (pr = nd_prefix.lh_first; pr; pr = next) { in nd6_ioctl()
[all …]
H A Din6_var.h130 struct nd_prefix *ia6_ndpr;
H A Din6_ifattach.c402 struct nd_prefix pr0; in in6_ifattach_linklocal()
H A Din6.c698 struct nd_prefix pr0, *pr; in in6_control_internal()
813 struct nd_prefix pr0, *pr; in in6_control_internal()