Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfoOrBuilder.java118 int getTcpiPmtu(); in getTcpiPmtu() method
DSocketOptionTcpInfo.java449 public int getTcpiPmtu() { in getTcpiPmtu() method in SocketOptionTcpInfo
797 result = result && (getTcpiPmtu() in equals()
798 == other.getTcpiPmtu()); in equals()
867 hash = (53 * hash) + getTcpiPmtu(); in hashCode()
1229 if (other.getTcpiPmtu() != 0) { in mergeFrom()
1230 setTcpiPmtu(other.getTcpiPmtu()); in mergeFrom()
1830 public int getTcpiPmtu() { in getTcpiPmtu() method in SocketOptionTcpInfo.Builder