Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_prproxy.c232 struct nd6_prproxy_prelist_head *down_head) in nd6_prproxy_prelist_setroute() argument
297 SLIST_FOREACH_SAFE(down, down_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute()
304 SLIST_REMOVE(down_head, down, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute()
359 SLIST_HEAD(, nd6_prproxy_prelist) down_head; in nd6_if_prproxy()
372 SLIST_INIT(&down_head); in nd6_if_prproxy()
470 SLIST_INSERT_HEAD(&down_head, down, ndprl_le); in nd6_if_prproxy()
480 (struct nd6_prproxy_prelist_head *)&down_head); in nd6_if_prproxy()
483 VERIFY(SLIST_EMPTY(&down_head)); in nd6_if_prproxy()
702 SLIST_HEAD(, nd6_prproxy_prelist) down_head; in nd6_prproxy_prelist_update()
711 SLIST_INIT(&down_head); in nd6_prproxy_prelist_update()
[all …]