Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_var.h79 int32_t ndefrouters; member
H A Dnd6_rtr.c1405 VERIFY(ndi->ndefrouters >= 0); in defrtrlist_del()
1406 if (ndi->ndefrouters > 0 && --ndi->ndefrouters == 0) { in defrtrlist_del()
1634 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1703 if (ndi->ndefrouters == 1 && !is_rti_rtrlist) { in defrouter_select()
1830 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
2106 ndi->ndefrouters >= ip6_maxifdefrouters) { in defrtrlist_update_common()
2119 ndi->ndefrouters++; in defrtrlist_update_common()
2120 VERIFY(ndi->ndefrouters != 0); in defrtrlist_update_common()
H A Dnd6.c3139 ondi->ndi.receivedra = (uint8_t)ndi->ndefrouters; in nd6_ioctl()