Searched refs:netlong (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/transport/socket/
H A DsysSocket.h56 uint32_t dbgsysNetworkToHostLong(uint32_t netlong);
/openjdk7/jdk/src/solaris/transport/socket/
H A Dsocket_md.c179 dbgsysNetworkToHostLong(uint32_t netlong) { argument
180 return ntohl(netlong);
/openjdk7/jdk/src/windows/transport/socket/
H A Dsocket_md.c261 dbgsysNetworkToHostLong(uint32_t netlong) { argument
262 return (uint32_t)ntohl((u_long)netlong);

Completed in 32 milliseconds