Searched refs:getTcpiAto (Results 1 – 2 of 2) sorted by relevance
58 int getTcpiAto(); in getTcpiAto() method
341 public int getTcpiAto() { in getTcpiAto() method in SocketOptionTcpInfo773 result = result && (getTcpiAto() in equals()774 == other.getTcpiAto()); in equals()843 hash = (53 * hash) + getTcpiAto(); in hashCode()1193 if (other.getTcpiAto() != 0) { in mergeFrom()1194 setTcpiAto(other.getTcpiAto()); in mergeFrom()1518 public int getTcpiAto() { in getTcpiAto() method in SocketOptionTcpInfo.Builder