Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_prproxy.c260 if (enable && pr->ndpr_allmulti_cnt == 0) { in nd6_prproxy_prelist_setroute()
262 pr->ndpr_allmulti_cnt++; in nd6_prproxy_prelist_setroute()
265 } else if (!enable && pr->ndpr_allmulti_cnt > 0) { in nd6_prproxy_prelist_setroute()
267 pr->ndpr_allmulti_cnt--; in nd6_prproxy_prelist_setroute()
317 if (enable && pr->ndpr_allmulti_cnt == 0) { in nd6_prproxy_prelist_setroute()
318 pr->ndpr_allmulti_cnt++; in nd6_prproxy_prelist_setroute()
321 } else if (!enable && pr->ndpr_allmulti_cnt > 0) { in nd6_prproxy_prelist_setroute()
322 pr->ndpr_allmulti_cnt--; in nd6_prproxy_prelist_setroute()
H A Dnd6.h602 u_int32_t ndpr_allmulti_cnt; /* total all-multi reqs */ member