Searched refs:dr (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Dnd6_rtr.c383 struct nd_defrouter *dr = NULL; local
491 dr = defrtrlist_update(&dr0);
581 (void) prelist_update(&pr, dr, m, mcast);
709 if (dr)
710 NDDR_REMREF(dr);
830 struct nd_defrouter *dr; local
834 for (dr = TAILQ_FIRST(&nd_defrouter); dr;
835 dr = TAILQ_NEXT(dr, dr_entr
854 defrouter_delreq(struct nd_defrouter *dr) argument
927 struct nd_defrouter *dr, drany; local
1037 defrtrlist_del(struct nd_defrouter *dr) argument
1120 struct nd_defrouter *dr; local
1152 struct nd_defrouter *dr; local
1174 rtpref(struct nd_defrouter *dr) argument
1230 struct nd_defrouter *dr, *selected_dr = NULL, *installed_dr = NULL; local
1719 struct nd_defrouter *dr, *n; local
1883 struct nd_defrouter *dr; local
1895 struct nd_defrouter *dr, new; local
1932 pfxrtr_lookup(struct nd_prefix *pr, struct nd_defrouter *dr) argument
1949 pfxrtr_add(struct nd_prefix *pr, struct nd_defrouter *dr) argument
2072 nd6_prelist_add(struct nd_prefix *pr, struct nd_defrouter *dr, struct nd_prefix **newp, boolean_t force_scoped) argument
2271 prelist_update( struct nd_prefix *new, struct nd_defrouter *dr, struct mbuf *m, int mcast) argument
2627 struct nd_defrouter *dr; local
2643 nddr_free(struct nd_defrouter *dr) argument
2661 nddr_trace(struct nd_defrouter *dr, int refhold) argument
2733 nddr_getexpire(struct nd_defrouter *dr) argument
2975 struct nd_defrouter *dr; local
[all...]
H A Dnd6.c747 struct nd_defrouter *dr; local
1046 dr = TAILQ_FIRST(&nd_defrouter);
1047 while (dr) {
1049 if (dr->expire != 0 && dr->expire < timenow) {
1051 t = TAILQ_NEXT(dr, dr_entry);
1052 defrtrlist_del(dr);
1053 dr = t;
1056 if (dr->expire == 0 || (dr
1517 struct nd_defrouter *dr, *ndr; local
1915 struct nd_defrouter *dr; local
2371 struct nd_defrouter *dr; local
2576 struct nd_defrouter *dr; local
3912 struct nd_defrouter *dr; variable in typeref:struct:nd_defrouter
[all...]
H A Dnd6_nbr.c1139 struct nd_defrouter *dr; local
1148 dr = defrouter_lookup(in6, rt_ifp);
1149 if (dr) {
1150 defrtrlist_del(dr);
1151 NDDR_REMREF(dr);

Completed in 82 milliseconds