Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_var.h83 int32_t ndefrouters; member
H A Dnd6_rtr.c1461 VERIFY(ndi->ndefrouters >= 0); in defrtrlist_del()
1462 if (ndi->ndefrouters > 0 && --ndi->ndefrouters == 0) { in defrtrlist_del()
1690 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1759 if (ndi->ndefrouters == 1 && !is_rti_rtrlist) { in defrouter_select()
1886 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
2170 ndi->ndefrouters >= ip6_maxifdefrouters) { in defrtrlist_update_common()
2183 ndi->ndefrouters++; in defrtrlist_update_common()
2184 VERIFY(ndi->ndefrouters != 0); in defrtrlist_update_common()
H A Dnd6.c3151 ondi->ndi.receivedra = (uint8_t)ndi->ndefrouters; in nd6_ioctl()