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

/libcore/ojluni/src/main/native/
H A DNetworkInterface.c62 } netaddr; typedef in typeref:struct:_netaddr
71 netaddr *addr;
267 netaddr *addrP = curr->addr;
497 netaddr *addrs;
500 netaddr *addrP;
726 netaddr *addrP = currif->addr;
728 netaddr *next = addrP->next;
756 netaddr *addrP = NULL;
778 * Create and populate the netaddr node. If allocation fails
798 CHECKED_MALLOC3(addrP, netaddr *, sizeo
[all...]

Completed in 24 milliseconds