Searched refs:getTcpiLost (Results 1 – 2 of 2) sorted by relevance
83 int getTcpiLost(); in getTcpiLost() method
386 public int getTcpiLost() { in getTcpiLost() method in SocketOptionTcpInfo783 result = result && (getTcpiLost() in equals()784 == other.getTcpiLost()); in equals()853 hash = (53 * hash) + getTcpiLost(); in hashCode()1208 if (other.getTcpiLost() != 0) { in mergeFrom()1209 setTcpiLost(other.getTcpiLost()); in mergeFrom()1648 public int getTcpiLost() { in getTcpiLost() method in SocketOptionTcpInfo.Builder