Searched refs:getTcpiLastAckRecv (Results 1 – 2 of 2) sorted by relevance
113 int getTcpiLastAckRecv(); in getTcpiLastAckRecv() method
440 public int getTcpiLastAckRecv() { in getTcpiLastAckRecv() method in SocketOptionTcpInfo795 result = result && (getTcpiLastAckRecv() in equals()796 == other.getTcpiLastAckRecv()); in equals()865 hash = (53 * hash) + getTcpiLastAckRecv(); in hashCode()1226 if (other.getTcpiLastAckRecv() != 0) { in mergeFrom()1227 setTcpiLastAckRecv(other.getTcpiLastAckRecv()); in mergeFrom()1804 public int getTcpiLastAckRecv() { in getTcpiLastAckRecv() method in SocketOptionTcpInfo.Builder