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

/openjdk7/jdk/src/windows/native/java/net/
H A DDualStackPlainDatagramSocketImpl.c207 return (int) ntohs((u_short)GET_PORT(&sa));
335 port = (int) ntohs ((u_short) GET_PORT((SOCKETADDRESS *)&sa));
H A Dnet_util_md.c711 port = (u_short)GET_PORT (b->addr);
718 port = (u_short)GET_PORT (b->addr);
734 bound_port = GET_PORT (b->addr);
788 bound_port = GET_PORT (&oaddr);
H A Dnet_util_md.h282 #define GET_PORT(X) ((X)->him.sa_family==AF_INET ?(X)->him4.sin_port: (X)->him6.sin6_port) macro
H A DDualStackPlainSocketImpl.c226 return (int) ntohs((u_short)GET_PORT(&sa));
H A DTwoStacksPlainSocketImpl.c386 port = ntohs ((u_short)GET_PORT(&him));
497 port = ntohs ((u_short) GET_PORT (&him));
761 port = ntohs ((u_short) GET_PORT (&him));
H A DTwoStacksPlainDatagramSocketImpl.c513 port = ntohs((u_short) GET_PORT (&lcladdr));
1072 port = (int) ntohs ((u_short) GET_PORT((SOCKETADDRESS *)&remote_addr));

Completed in 1714 milliseconds