Searched refs:SIOCOUTQ (Results 1 – 10 of 10) sorted by relevance
24 #define SIOCOUTQ TIOCOUTQ macro
25 #define SIOCOUTQ TIOCOUTQ /* output queue size (not sent + not acked) */ macro
96 private static final int SIOCOUTQ = TIOCOUTQ; field in TcpKeepaliveController318 final int result = Os.ioctlInt(fd, SIOCOUTQ); in isSendQueueEmpty()