Searched refs:ndprl_tmp (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 233 struct nd6_prproxy_prelist *up, *down, *ndprl_tmp; in nd6_prproxy_prelist_setroute() local 239 SLIST_FOREACH_SAFE(up, up_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute() 296 SLIST_FOREACH_SAFE(down, down_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_prelist_setroute() 870 struct nd6_prproxy_prelist *ndprl, *ndprl_tmp; in nd6_prproxy_ns_output() local 946 SLIST_FOREACH_SAFE(ndprl, &ndprl_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_ns_output() 993 struct nd6_prproxy_prelist *ndprl, *ndprl_tmp; in nd6_prproxy_ns_input() local 1082 SLIST_FOREACH_SAFE(ndprl, &ndprl_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_ns_input() 1129 struct nd6_prproxy_prelist *ndprl, *ndprl_tmp; in nd6_prproxy_na_input() local 1221 SLIST_FOREACH_SAFE(ndprl, &ndprl_head, ndprl_le, ndprl_tmp) { in nd6_prproxy_na_input()
|