Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java123 int getTcpiRcvSsthresh(); in getTcpiRcvSsthresh() method
DSocketOptionTcpInfo.java458 public int getTcpiRcvSsthresh() { in getTcpiRcvSsthresh() method in SocketOptionTcpInfo
799 result = result && (getTcpiRcvSsthresh() in equals()
800 == other.getTcpiRcvSsthresh()); in equals()
869 hash = (53 * hash) + getTcpiRcvSsthresh(); in hashCode()
1232 if (other.getTcpiRcvSsthresh() != 0) { in mergeFrom()
1233 setTcpiRcvSsthresh(other.getTcpiRcvSsthresh()); in mergeFrom()
1856 public int getTcpiRcvSsthresh() { in getTcpiRcvSsthresh() method in SocketOptionTcpInfo.Builder