Home
last modified time | relevance | path

Searched refs:ndefrouters (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_var.h79 int32_t ndefrouters; member
H A Dnd6_rtr.c1368 VERIFY(ndi->ndefrouters >= 0); in defrtrlist_del()
1369 if (ndi->ndefrouters > 0 && --ndi->ndefrouters == 0) { in defrtrlist_del()
1597 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1655 if (ndi->ndefrouters == 1 && !is_rti_rtrlist) { in defrouter_select()
1778 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
2054 ndi->ndefrouters >= ip6_maxifdefrouters) { in defrtrlist_update_common()
2067 ndi->ndefrouters++; in defrtrlist_update_common()
2068 VERIFY(ndi->ndefrouters != 0); in defrtrlist_update_common()
H A Dnd6.c3323 ondi->ndi.receivedra = (uint8_t)ndi->ndefrouters; in nd6_ioctl()