Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dnet_util_md.c238 struct sockaddr_in6 *hext = (struct sockaddr_in6 *)him; in getScopeID() local
239 return hext->sin6_scope_id; in getScopeID()
243 struct sockaddr_in6 *hext = (struct sockaddr_in6 *)him; in cmpScopeID() local
244 return hext->sin6_scope_id == scope; in cmpScopeID()