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.c245 struct sockaddr_in6 *hext = (struct sockaddr_in6 *)him; in getScopeID() local
246 return hext->sin6_scope_id; in getScopeID()
250 struct sockaddr_in6 *hext = (struct sockaddr_in6 *)him; in cmpScopeID() local
251 return hext->sin6_scope_id == scope; in cmpScopeID()