Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dnet_util.h201 int cmpScopeID (unsigned int, struct sockaddr *);
Dnet_util_md.c249 int cmpScopeID (unsigned int scope, struct sockaddr *him) { in cmpScopeID() function
261 int cmpScopeID (unsigned int scope, struct sockaddr *him) { in cmpScopeID() function
Dnet_util.c320 if (NET_IsEqual(caddrNew, caddrCur) && cmpScopeID(scope, him)) { in NET_SockaddrEqualsInetAddress()