Searched refs:scopeid (Results 1 – 1 of 1) sorted by relevance
2260 u_int32_t scopeid; in in6_embedscope() local2264 scopeid = sin6->sin6_scope_id; in in6_embedscope()2275 if (scopeid == 0) { in in6_embedscope()2276 scopeid = scope6_addr2default(in6); in in6_embedscope()2325 } else if (scopeid != 0) { in in6_embedscope()2331 if (if_index < scopeid) { in in6_embedscope()2337 ifp = ifindex2ifnet[scopeid]; in in6_embedscope()2342 in6->s6_addr16[1] = htons(scopeid & 0xffff); in in6_embedscope()2345 *ret_ifscope = scopeid; in in6_embedscope()2373 u_int32_t scopeid; in in6_recoverscope() local[all …]