Searched refs:getTcpiPmtu (Results 1 – 2 of 2) sorted by relevance
118 int getTcpiPmtu(); in getTcpiPmtu() method
449 public int getTcpiPmtu() { in getTcpiPmtu() method in SocketOptionTcpInfo797 result = result && (getTcpiPmtu() in equals()798 == other.getTcpiPmtu()); in equals()867 hash = (53 * hash) + getTcpiPmtu(); in hashCode()1229 if (other.getTcpiPmtu() != 0) { in mergeFrom()1230 setTcpiPmtu(other.getTcpiPmtu()); in mergeFrom()1830 public int getTcpiPmtu() { in getTcpiPmtu() method in SocketOptionTcpInfo.Builder