Searched refs:EADDRNOTAVAIL (Results 1 – 5 of 5) sorted by relevance
130 if (rv < 0 && errno == EADDRNOTAVAIL) in Java_sun_nio_ch_DatagramChannelImpl_disconnect0()
832 case EADDRNOTAVAIL: in handleSocketErrorWithDefault()
101 if (errnoException.errno == EADDRINUSE || errnoException.errno == EADDRNOTAVAIL || in bind()134 if (errnoException.errno == EADDRNOTAVAIL) { in connect()
166 public static final int EADDRNOTAVAIL = placeholder(); field in OsConstants690 if (errno == EADDRNOTAVAIL) { in errnoName()
126 initConstant(env, c, "EADDRNOTAVAIL", EADDRNOTAVAIL); in OsConstants_initConstants()