Searched refs:nd_defrouter (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/netinet6/
H A Dnd6.h236 TAILQ_HEAD(nd_drhead, nd_defrouter);
237 struct nd_defrouter { struct
238 TAILQ_ENTRY(nd_defrouter) dr_entry;
315 struct nd_defrouter *router;
328 VNET_DECLARE(struct nd_drhead, nd_defrouter);
339 #define V_nd_defrouter VNET(nd_defrouter)
440 void defrtrlist_del(struct nd_defrouter *);
442 int nd6_prelist_add(struct nd_prefixctl *, struct nd_defrouter *,
445 struct nd_defrouter *defrouter_lookup(struct in6_addr *, struct ifnet *);
H A Dnd6_rtr.c69 static int rtpref(struct nd_defrouter *);
70 static struct nd_defrouter *defrtrlist_update(struct nd_defrouter *);
71 static int prelist_update(struct nd_prefixctl *, struct nd_defrouter *,
75 struct nd_defrouter *);
76 static void pfxrtr_add(struct nd_prefix *, struct nd_defrouter *);
80 static void defrouter_delreq(struct nd_defrouter *);
218 struct nd_defrouter *dr;
264 struct nd_defrouter dr0;
480 defrouter_addreq(struct nd_defrouter *ne
[all...]
H A Dnd6.c120 VNET_DEFINE(struct nd_drhead, nd_defrouter);
588 struct nd_defrouter *dr, *ndr;
771 struct nd_defrouter *dr, *ndr;
1007 struct nd_defrouter *dr;
1187 struct nd_defrouter *dr;
1229 struct nd_defrouter *dr;
1486 struct nd_defrouter *dr, *next;
2282 struct nd_defrouter *dr;
H A Dnd6_nbr.c856 struct nd_defrouter *dr;

Completed in 57 milliseconds