Home
last modified time | relevance | path

Searched refs:ndpr_allmulti_cnt (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Dnd6_prproxy.c259 if (enable && pr->ndpr_allmulti_cnt == 0) { in nd6_prproxy_prelist_setroute()
261 pr->ndpr_allmulti_cnt++; in nd6_prproxy_prelist_setroute()
264 } else if (!enable && pr->ndpr_allmulti_cnt > 0) { in nd6_prproxy_prelist_setroute()
266 pr->ndpr_allmulti_cnt--; in nd6_prproxy_prelist_setroute()
316 if (enable && pr->ndpr_allmulti_cnt == 0) { in nd6_prproxy_prelist_setroute()
317 pr->ndpr_allmulti_cnt++; in nd6_prproxy_prelist_setroute()
320 } else if (!enable && pr->ndpr_allmulti_cnt > 0) { in nd6_prproxy_prelist_setroute()
321 pr->ndpr_allmulti_cnt--; in nd6_prproxy_prelist_setroute()
H A Dnd6.h571 u_int32_t ndpr_allmulti_cnt; /* total all-multi reqs */ member