Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dnd6_var.h79 int32_t ndefrouters; member
H A Dnd6_rtr.c1393 VERIFY(ndi->ndefrouters >= 0); in defrtrlist_del()
1394 if (ndi->ndefrouters > 0 && --ndi->ndefrouters == 0) { in defrtrlist_del()
1622 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
1680 if (ndi->ndefrouters == 1 && !is_rti_rtrlist) { in defrouter_select()
1803 if (ndi->ndefrouters == 0 && !is_rti_rtrlist) { in defrouter_select()
2079 ndi->ndefrouters >= ip6_maxifdefrouters) { in defrtrlist_update_common()
2092 ndi->ndefrouters++; in defrtrlist_update_common()
2093 VERIFY(ndi->ndefrouters != 0); in defrtrlist_update_common()
H A Dnd6.c3349 ondi->ndi.receivedra = (uint8_t)ndi->ndefrouters; in nd6_ioctl()