Searched refs:getTcpiRtt (Results 1 – 2 of 2) sorted by relevance
128 int getTcpiRtt(); in getTcpiRtt() method
467 public int getTcpiRtt() { in getTcpiRtt() method in SocketOptionTcpInfo801 result = result && (getTcpiRtt() in equals()802 == other.getTcpiRtt()); in equals()871 hash = (53 * hash) + getTcpiRtt(); in hashCode()1235 if (other.getTcpiRtt() != 0) { in mergeFrom()1236 setTcpiRtt(other.getTcpiRtt()); in mergeFrom()1882 public int getTcpiRtt() { in getTcpiRtt() method in SocketOptionTcpInfo.Builder