Searched refs:scopeid (Results 1 – 2 of 2) sorted by relevance
2163 u_int32_t scopeid; in in6_embedscope() local2167 scopeid = sin6->sin6_scope_id; in in6_embedscope()2178 if (scopeid == 0) { in in6_embedscope()2179 scopeid = scope6_addr2default(in6); in in6_embedscope()2228 } else if (scopeid != 0) { in in6_embedscope()2234 if (if_index < scopeid) { in in6_embedscope()2240 ifp = ifindex2ifnet[scopeid]; in in6_embedscope()2245 in6->s6_addr16[1] = htons(scopeid & 0xffff); in in6_embedscope()2248 *ret_ifscope = scopeid; in in6_embedscope()2276 u_int32_t scopeid; in in6_recoverscope() local[all …]
5951 uint32_t ualen = 0, scopeid = 0, port32; in nfs_portmap_lookup() local6056 scopeid = ((struct sockaddr_in6*)saddr)->sin6_scope_id; in nfs_portmap_lookup()6061 if (ip == 6 && scopeid != ((struct sockaddr_in6*)saddr)->sin6_scope_id) { in nfs_portmap_lookup()6062 …OCK_DBG("Setting scope_id from %u to %u\n", ((struct sockaddr_in6*)saddr)->sin6_scope_id, scopeid); in nfs_portmap_lookup()6063 ((struct sockaddr_in6*)saddr)->sin6_scope_id = scopeid; in nfs_portmap_lookup()