Searched refs:up_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 230 struct nd6_prproxy_prelist_head *up_head, in nd6_prproxy_prelist_setroute() argument 239 SLIST_FOREACH_SAFE(up, up_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute() 245 SLIST_REMOVE(up_head, up, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute() 357 SLIST_HEAD(, nd6_prproxy_prelist) up_head; in nd6_if_prproxy() 370 SLIST_INIT(&up_head); in nd6_if_prproxy() 426 SLIST_INSERT_HEAD(&up_head, up, ndprl_le); in nd6_if_prproxy() 434 SLIST_FOREACH(up, &up_head, ndprl_le) { in nd6_if_prproxy() 478 (struct nd6_prproxy_prelist_head *)&up_head, in nd6_if_prproxy() 481 VERIFY(SLIST_EMPTY(&up_head)); in nd6_if_prproxy() 700 SLIST_HEAD(, nd6_prproxy_prelist) up_head; in nd6_prproxy_prelist_update() [all …]
|