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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c413 struct nd_defrouter *dr; local
566 dr = TAILQ_FIRST(&nd_defrouter);
567 while (dr) {
568 if (dr->expire && dr->expire < timenow.tv_sec) {
570 t = TAILQ_NEXT(dr, dr_entry);
571 defrtrlist_del(dr, 1);
572 dr = t;
574 dr = TAILQ_NEXT(dr, dr_entr
767 struct nd_defrouter *dr, *ndr, drany; local
1024 struct nd_defrouter *dr; local
1434 struct nd_defrouter *dr, any; local
2329 struct nd_defrouter *dr; variable in typeref:struct:nd_defrouter
[all...]
H A Dnd6_rtr.c249 struct nd_defrouter *dr; local
318 dr = defrtrlist_update(&dr0);
391 (void)prelist_update(&pr, dr, m);
583 struct nd_defrouter *dr; local
588 for (dr = TAILQ_FIRST(&nd_defrouter); dr;
589 dr = TAILQ_NEXT(dr, dr_entry)) {
590 if (dr->ifp == ifp && IN6_ARE_ADDR_EQUAL(addr, &dr
598 defrouter_delreq( struct nd_defrouter *dr, int dofree) argument
630 defrtrlist_del( struct nd_defrouter *dr, int nd6locked) argument
696 struct nd_defrouter *dr, anydr; local
769 struct nd_defrouter *dr, *n; local
824 pfxrtr_lookup( struct nd_prefix *pr, struct nd_defrouter *dr) argument
840 pfxrtr_add( struct nd_prefix *pr, struct nd_defrouter *dr) argument
959 nd6_prelist_add( struct nd_prefix *pr, struct nd_defrouter *dr, struct nd_prefix **newp) argument
1081 prelist_update( struct nd_prefix *new, struct nd_defrouter *dr, struct mbuf *m) argument
[all...]
H A Dnd6_nbr.c777 struct nd_defrouter *dr; local
789 dr = defrouter_lookup(in6, rt->rt_ifp);
790 if (dr) {
791 defrtrlist_del(dr, 1);
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dbasic_regs.h74 dr:BIT_WIDTH(4), /* data relocate */ \

Completed in 86 milliseconds