Searched refs:getTcpiLastDataRecv (Results 1 – 2 of 2) sorted by relevance
108 int getTcpiLastDataRecv(); in getTcpiLastDataRecv() method
431 public int getTcpiLastDataRecv() { in getTcpiLastDataRecv() method in SocketOptionTcpInfo793 result = result && (getTcpiLastDataRecv() in equals()794 == other.getTcpiLastDataRecv()); in equals()863 hash = (53 * hash) + getTcpiLastDataRecv(); in hashCode()1223 if (other.getTcpiLastDataRecv() != 0) { in mergeFrom()1224 setTcpiLastDataRecv(other.getTcpiLastDataRecv()); in mergeFrom()1778 public int getTcpiLastDataRecv() { in getTcpiLastDataRecv() method in SocketOptionTcpInfo.Builder