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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c382 struct nd_defrouter *dr = NULL; local
491 dr = defrtrlist_update(&dr0);
583 (void)prelist_update(&pr, dr, m, mcast);
707 if (dr)
708 NDDR_REMREF(dr);
820 struct nd_defrouter *dr; local
824 for (dr = TAILQ_FIRST(&nd_defrouter); dr;
825 dr = TAILQ_NEXT(dr, dr_entr
844 defrouter_delreq(struct nd_defrouter *dr) argument
910 struct nd_defrouter *dr, drany; local
1024 defrtrlist_del(struct nd_defrouter *dr) argument
1104 struct nd_defrouter *dr; local
1136 struct nd_defrouter *dr; local
1158 rtpref(struct nd_defrouter *dr) argument
1214 struct nd_defrouter *dr, *selected_dr = NULL, *installed_dr = NULL; local
1712 struct nd_defrouter *dr, *n; local
1870 struct nd_defrouter *dr; local
1882 struct nd_defrouter *dr, new; local
1919 pfxrtr_lookup(struct nd_prefix *pr, struct nd_defrouter *dr) argument
1936 pfxrtr_add(struct nd_prefix *pr, struct nd_defrouter *dr) argument
2056 nd6_prelist_add(struct nd_prefix *pr, struct nd_defrouter *dr, struct nd_prefix **newp, boolean_t force_scoped) argument
2251 prelist_update( struct nd_prefix *new, struct nd_defrouter *dr, struct mbuf *m, int mcast) argument
2646 struct nd_defrouter *dr; local
2662 nddr_free(struct nd_defrouter *dr) argument
2680 nddr_trace(struct nd_defrouter *dr, int refhold) argument
2939 struct nd_defrouter *dr; local
[all...]
H A Dnd6.c643 struct nd_defrouter *dr; local
862 dr = TAILQ_FIRST(&nd_defrouter);
863 while (dr) {
864 if (dr->expire && dr->expire < timenow.tv_sec) {
866 t = TAILQ_NEXT(dr, dr_entry);
867 defrtrlist_del(dr);
868 dr = t;
870 dr = TAILQ_NEXT(dr, dr_entr
1207 struct nd_defrouter *dr, *ndr; local
1611 struct nd_defrouter *dr; local
2122 struct nd_defrouter *dr; local
2326 struct nd_defrouter *dr; local
3599 struct nd_defrouter *dr; variable in typeref:struct:nd_defrouter
[all...]
H A Dnd6_nbr.c1169 struct nd_defrouter *dr; local
1178 dr = defrouter_lookup(in6, rt_ifp);
1179 if (dr) {
1180 defrtrlist_del(dr);
1181 NDDR_REMREF(dr);

Completed in 70 milliseconds