Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet6/
H A Dnd6_var.h83 int32_t ndefrouters; member
H A Dnd6_rtr.c1434 VERIFY(ndi->ndefrouters >= 0); in defrtrlist_del()
1435 if (ndi->ndefrouters > 0 && --ndi->ndefrouters == 0) { in defrtrlist_del()
1663 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1732 if (ndi->ndefrouters == 1 && !is_rti_rtrlist) { in defrouter_select()
1859 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
2143 ndi->ndefrouters >= ip6_maxifdefrouters) { in defrtrlist_update_common()
2156 ndi->ndefrouters++; in defrtrlist_update_common()
2157 VERIFY(ndi->ndefrouters != 0); in defrtrlist_update_common()
H A Dnd6.c3146 ondi->ndi.receivedra = (uint8_t)ndi->ndefrouters; in nd6_ioctl()