Searched refs:up_head (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 231 struct nd6_prproxy_prelist_head *up_head, in nd6_prproxy_prelist_setroute() argument 240 SLIST_FOREACH_SAFE(up, up_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute() 246 SLIST_REMOVE(up_head, up, nd6_prproxy_prelist, ndprl_le); in nd6_prproxy_prelist_setroute() 358 SLIST_HEAD(, nd6_prproxy_prelist) up_head; in nd6_if_prproxy() 371 SLIST_INIT(&up_head); in nd6_if_prproxy() 427 SLIST_INSERT_HEAD(&up_head, up, ndprl_le); in nd6_if_prproxy() 435 SLIST_FOREACH(up, &up_head, ndprl_le) { in nd6_if_prproxy() 479 (struct nd6_prproxy_prelist_head *)&up_head, in nd6_if_prproxy() 482 VERIFY(SLIST_EMPTY(&up_head)); in nd6_if_prproxy() 701 SLIST_HEAD(, nd6_prproxy_prelist) up_head; in nd6_prproxy_prelist_update() [all …]
|