Home
last modified time | relevance | path

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

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DSocketOptionTcpInfo.java43 tcpiLastDataRecv_ = 0; in SocketOptionTcpInfo()
183 tcpiLastDataRecv_ = input.readUInt32(); in SocketOptionTcpInfo()
427 private int tcpiLastDataRecv_; field in SocketOptionTcpInfo
432 return tcpiLastDataRecv_; in getTcpiLastDataRecv()
585 if (tcpiLastDataRecv_ != 0) { in writeTo()
586 output.writeUInt32(20, tcpiLastDataRecv_); in writeTo()
699 if (tcpiLastDataRecv_ != 0) { in getSerializedSize()
701 .computeUInt32Size(20, tcpiLastDataRecv_); in getSerializedSize()
1054 tcpiLastDataRecv_ = 0; in clear()
1115 result.tcpiLastDataRecv_ = tcpiLastDataRecv_; in buildPartial()
[all …]