Home
last modified time | relevance | path

Searched refs:getSoError (Results 1 – 5 of 5) sorted by relevance

/dports/java/netty/netty-4.1.53.Final/io/netty/channel/unix/
H A DSocket.java348 public final int getSoError() throws IOException { in getSoError() method in Socket
349 return getSoError(fd); in getSoError()
494 private static native int getSoError(int fd) throws IOException; in getSoError() method in Socket
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dsockets.c449 getSoError (int fd) in getSoError() function
507 _gst_define_cfunc ("TCPgetSoError", getSoError); in _gst_init_sockets()
H A DChangeLog679 * libgst/sockets.c: Use it in getSoError.
/dports/java/netty/netty-4.1.53.Final/io/netty/channel/kqueue/
H A DAbstractKQueueChannel.java101 return fd.getSoError() == 0; in isSoErrorZero()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/sockets/
H A DChangeLog181 * sockets.c: Remove soError, add getSoError. Do not pass POLLHUP