Searched refs:fwd (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_prproxy.c463 struct nd_prefix *fwd; local
474 for (fwd = nd_prefix.lh_first; fwd; fwd = fwd->ndpr_next) {
475 NDPR_LOCK(fwd);
476 if (!(fwd->ndpr_stateflags & NDPRF_ONLINK) ||
477 !(fwd->ndpr_stateflags & NDPRF_IFSCOPE) ||
478 fwd->ndpr_plen != pr_len ||
479 !in6_are_prefix_equal(&fwd
747 struct nd_prefix *pr, *fwd; local
848 struct nd_prefix *pr, *fwd; local
1025 struct nd_prefix *fwd; local
[all...]

Completed in 17 milliseconds