Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet6/
H A Din6_src.c2207 u_int32_t scopeid; in in6_embedscope() local
2211 scopeid = sin6->sin6_scope_id; in in6_embedscope()
2222 if (scopeid == 0) { in in6_embedscope()
2223 scopeid = scope6_addr2default(in6); in in6_embedscope()
2272 } else if (scopeid != 0) { in in6_embedscope()
2278 if (!IF_INDEX_IN_RANGE(scopeid)) { in in6_embedscope()
2284 ifp = ifindex2ifnet[scopeid]; in in6_embedscope()
2289 in6->s6_addr16[1] = htons(scopeid & 0xffff); in in6_embedscope()
2292 *ret_ifscope = scopeid; in in6_embedscope()
2320 u_int32_t scopeid; in in6_recoverscope() local
[all …]