Searched refs:getTcpiRetrans (Results 1 – 2 of 2) sorted by relevance
88 int getTcpiRetrans(); in getTcpiRetrans() method
395 public int getTcpiRetrans() { in getTcpiRetrans() method in SocketOptionTcpInfo785 result = result && (getTcpiRetrans() in equals()786 == other.getTcpiRetrans()); in equals()855 hash = (53 * hash) + getTcpiRetrans(); in hashCode()1211 if (other.getTcpiRetrans() != 0) { in mergeFrom()1212 setTcpiRetrans(other.getTcpiRetrans()); in mergeFrom()1674 public int getTcpiRetrans() { in getTcpiRetrans() method in SocketOptionTcpInfo.Builder