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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.h227 TAILQ_HEAD(nd_drhead, nd_defrouter);
228 struct nd_defrouter { struct
229 TAILQ_ENTRY(nd_defrouter) dr_entry;
303 struct nd_defrouter *router;
318 extern struct nd_drhead nd_defrouter;
405 void defrouter_addreq(struct nd_defrouter *);
406 void defrouter_delreq(struct nd_defrouter *, int);
408 void defrtrlist_del(struct nd_defrouter *, int);
410 int prelist_update(struct nd_prefix *, struct nd_defrouter *,
412 int nd6_prelist_add(struct nd_prefix *, struct nd_defrouter *,
[all...]
H A Dnd6_rtr.c94 static struct nd_defrouter *defrtrlist_update(struct nd_defrouter *);
98 struct nd_defrouter *);
99 static void pfxrtr_add(struct nd_prefix *, struct nd_defrouter *);
249 struct nd_defrouter *dr;
293 struct nd_defrouter dr0;
500 struct nd_defrouter *new)
578 struct nd_defrouter *
583 struct nd_defrouter *dr;
588 for (dr = TAILQ_FIRST(&nd_defrouter); d
[all...]
H A Dnd6.c109 struct nd_drhead nd_defrouter; variable in typeref:struct:nd_drhead
140 TAILQ_INIT(&nd_defrouter);
413 struct nd_defrouter *dr;
566 dr = TAILQ_FIRST(&nd_defrouter);
569 struct nd_defrouter *t;
767 struct nd_defrouter *dr, *ndr, drany;
772 if ((dr = TAILQ_FIRST(&nd_defrouter)) != NULL) {
782 dr = TAILQ_FIRST(&nd_defrouter);
1024 struct nd_defrouter *dr;
1069 if (dr == TAILQ_FIRST(&nd_defrouter)) {
[all...]
H A Dnd6_nbr.c777 struct nd_defrouter *dr;

Completed in 84 milliseconds