Searched refs:TCP_QUEUE_SEQ (Results 1 – 2 of 2) sorted by relevance
88 private static final int TCP_QUEUE_SEQ = 21; field in TcpKeepaliveController178 tcpDetails.seq = Os.getsockoptInt(fd, IPPROTO_TCP, TCP_QUEUE_SEQ); in switchToRepairMode()181 tcpDetails.ack = Os.getsockoptInt(fd, IPPROTO_TCP, TCP_QUEUE_SEQ); in switchToRepairMode()
78 #define TCP_QUEUE_SEQ 21 macro