Searched refs:getTcpiSndCwnd (Results 1 – 2 of 2) sorted by relevance
143 int getTcpiSndCwnd(); in getTcpiSndCwnd() method
494 public int getTcpiSndCwnd() { in getTcpiSndCwnd() method in SocketOptionTcpInfo807 result = result && (getTcpiSndCwnd() in equals()808 == other.getTcpiSndCwnd()); in equals()877 hash = (53 * hash) + getTcpiSndCwnd(); in hashCode()1244 if (other.getTcpiSndCwnd() != 0) { in mergeFrom()1245 setTcpiSndCwnd(other.getTcpiSndCwnd()); in mergeFrom()1960 public int getTcpiSndCwnd() { in getTcpiSndCwnd() method in SocketOptionTcpInfo.Builder