Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java48 int getTcpiRcvWscale(); in getTcpiRcvWscale() method
DSocketOptionTcpInfo.java323 public int getTcpiRcvWscale() { in getTcpiRcvWscale() method in SocketOptionTcpInfo
769 result = result && (getTcpiRcvWscale() in equals()
770 == other.getTcpiRcvWscale()); in equals()
839 hash = (53 * hash) + getTcpiRcvWscale(); in hashCode()
1187 if (other.getTcpiRcvWscale() != 0) { in mergeFrom()
1188 setTcpiRcvWscale(other.getTcpiRcvWscale()); in mergeFrom()
1466 public int getTcpiRcvWscale() { in getTcpiRcvWscale() method in SocketOptionTcpInfo.Builder