Searched defs:addrP (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
H A DNetworkInterface.c267 netaddr *addrP = curr->addr; local
272 while (addrP != NULL) {
274 if (family == addrP->family) {
276 int address1 = htonl(((struct sockaddr_in*)addrP->addr)->sin_addr.s_addr);
286 jbyte *bytes = (jbyte *)&(((struct sockaddr_in6*)addrP->addr)->sin6_addr);
309 addrP = addrP->next;
500 netaddr *addrP; local
533 addrP = ifs->addr;
534 while (addrP !
726 netaddr *addrP = currif->addr; local
756 netaddr *addrP = NULL; local
[all...]

Completed in 53 milliseconds