Searched refs:getTcpiSndWscale (Results 1 – 2 of 2) sorted by relevance
43 int getTcpiSndWscale(); in getTcpiSndWscale() method
314 public int getTcpiSndWscale() { in getTcpiSndWscale() method in SocketOptionTcpInfo767 result = result && (getTcpiSndWscale() in equals()768 == other.getTcpiSndWscale()); in equals()837 hash = (53 * hash) + getTcpiSndWscale(); in hashCode()1184 if (other.getTcpiSndWscale() != 0) { in mergeFrom()1185 setTcpiSndWscale(other.getTcpiSndWscale()); in mergeFrom()1440 public int getTcpiSndWscale() { in getTcpiSndWscale() method in SocketOptionTcpInfo.Builder