Searched refs:getTcpiOptions (Results 1 – 2 of 2) sorted by relevance
38 int getTcpiOptions(); in getTcpiOptions() method
305 public int getTcpiOptions() { in getTcpiOptions() method in SocketOptionTcpInfo765 result = result && (getTcpiOptions() in equals()766 == other.getTcpiOptions()); in equals()835 hash = (53 * hash) + getTcpiOptions(); in hashCode()1181 if (other.getTcpiOptions() != 0) { in mergeFrom()1182 setTcpiOptions(other.getTcpiOptions()); in mergeFrom()1414 public int getTcpiOptions() { in getTcpiOptions() method in SocketOptionTcpInfo.Builder