Searched refs:getTcpiCaState (Results 1 – 2 of 2) sorted by relevance
18 int getTcpiCaState(); in getTcpiCaState() method
269 public int getTcpiCaState() { in getTcpiCaState() method in SocketOptionTcpInfo757 result = result && (getTcpiCaState() in equals()758 == other.getTcpiCaState()); in equals()827 hash = (53 * hash) + getTcpiCaState(); in hashCode()1169 if (other.getTcpiCaState() != 0) { in mergeFrom()1170 setTcpiCaState(other.getTcpiCaState()); in mergeFrom()1310 public int getTcpiCaState() { in getTcpiCaState() method in SocketOptionTcpInfo.Builder