Searched refs:getTcpiLastAckSent (Results 1 – 2 of 2) sorted by relevance
103 int getTcpiLastAckSent(); in getTcpiLastAckSent() method
422 public int getTcpiLastAckSent() { in getTcpiLastAckSent() method in SocketOptionTcpInfo791 result = result && (getTcpiLastAckSent() in equals()792 == other.getTcpiLastAckSent()); in equals()861 hash = (53 * hash) + getTcpiLastAckSent(); in hashCode()1220 if (other.getTcpiLastAckSent() != 0) { in mergeFrom()1221 setTcpiLastAckSent(other.getTcpiLastAckSent()); in mergeFrom()1752 public int getTcpiLastAckSent() { in getTcpiLastAckSent() method in SocketOptionTcpInfo.Builder