Home
last modified time | relevance | path

Searched refs:getTcpiSndSsthresh (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java138 int getTcpiSndSsthresh(); in getTcpiSndSsthresh() method
DSocketOptionTcpInfo.java485 public int getTcpiSndSsthresh() { in getTcpiSndSsthresh() method in SocketOptionTcpInfo
805 result = result && (getTcpiSndSsthresh() in equals()
806 == other.getTcpiSndSsthresh()); in equals()
875 hash = (53 * hash) + getTcpiSndSsthresh(); in hashCode()
1241 if (other.getTcpiSndSsthresh() != 0) { in mergeFrom()
1242 setTcpiSndSsthresh(other.getTcpiSndSsthresh()); in mergeFrom()
1934 public int getTcpiSndSsthresh() { in getTcpiSndSsthresh() method in SocketOptionTcpInfo.Builder