Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java143 int getTcpiSndCwnd(); in getTcpiSndCwnd() method
DSocketOptionTcpInfo.java494 public int getTcpiSndCwnd() { in getTcpiSndCwnd() method in SocketOptionTcpInfo
807 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