Searched refs:getTcpiRto (Results 1 – 2 of 2) sorted by relevance
53 int getTcpiRto(); in getTcpiRto() method
332 public int getTcpiRto() { in getTcpiRto() method in SocketOptionTcpInfo771 result = result && (getTcpiRto() in equals()772 == other.getTcpiRto()); in equals()841 hash = (53 * hash) + getTcpiRto(); in hashCode()1190 if (other.getTcpiRto() != 0) { in mergeFrom()1191 setTcpiRto(other.getTcpiRto()); in mergeFrom()1492 public int getTcpiRto() { in getTcpiRto() method in SocketOptionTcpInfo.Builder