Searched refs:getTcpiUnacked (Results 1 – 2 of 2) sorted by relevance
73 int getTcpiUnacked(); in getTcpiUnacked() method
368 public int getTcpiUnacked() { in getTcpiUnacked() method in SocketOptionTcpInfo779 result = result && (getTcpiUnacked() in equals()780 == other.getTcpiUnacked()); in equals()849 hash = (53 * hash) + getTcpiUnacked(); in hashCode()1202 if (other.getTcpiUnacked() != 0) { in mergeFrom()1203 setTcpiUnacked(other.getTcpiUnacked()); in mergeFrom()1596 public int getTcpiUnacked() { in getTcpiUnacked() method in SocketOptionTcpInfo.Builder