Searched refs:getTcpiAdvmss (Results 1 – 2 of 2) sorted by relevance
148 int getTcpiAdvmss(); in getTcpiAdvmss() method
503 public int getTcpiAdvmss() { in getTcpiAdvmss() method in SocketOptionTcpInfo809 result = result && (getTcpiAdvmss() in equals()810 == other.getTcpiAdvmss()); in equals()879 hash = (53 * hash) + getTcpiAdvmss(); in hashCode()1247 if (other.getTcpiAdvmss() != 0) { in mergeFrom()1248 setTcpiAdvmss(other.getTcpiAdvmss()); in mergeFrom()1986 public int getTcpiAdvmss() { in getTcpiAdvmss() method in SocketOptionTcpInfo.Builder