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

/openjdk7/jdk/src/windows/native/java/net/
H A Dnet_util_md.c677 u_short bound_port; local
734 bound_port = GET_PORT (b->addr);
735 SET_PORT (&oaddr, bound_port);
788 bound_port = GET_PORT (&oaddr);
789 SET_PORT (b->addr, bound_port);

Completed in 24 milliseconds