Home | History | Annotate | Download | only in server

Lines Matching defs:INADDR_ANY

98     private static final InetAddress INADDR_ANY;
102 INADDR_ANY = InetAddress.getByAddress(new byte[] {0, 0, 0, 0});
1147 Os.bind(probeSocket, INADDR_ANY, 0);
1151 Os.bind(sockFd, INADDR_ANY, port);
1221 Os.bind(sockFd, INADDR_ANY, port);