Searched refs:getTcpiProbes (Results 1 – 2 of 2) sorted by relevance
28 int getTcpiProbes(); in getTcpiProbes() method
287 public int getTcpiProbes() { in getTcpiProbes() method in SocketOptionTcpInfo761 result = result && (getTcpiProbes() in equals()762 == other.getTcpiProbes()); in equals()831 hash = (53 * hash) + getTcpiProbes(); in hashCode()1175 if (other.getTcpiProbes() != 0) { in mergeFrom()1176 setTcpiProbes(other.getTcpiProbes()); in mergeFrom()1362 public int getTcpiProbes() { in getTcpiProbes() method in SocketOptionTcpInfo.Builder