Searched refs:tcpiLastDataRecv_ (Results 1 – 1 of 1) sorted by relevance
43 tcpiLastDataRecv_ = 0; in SocketOptionTcpInfo()183 tcpiLastDataRecv_ = input.readUInt32(); in SocketOptionTcpInfo()427 private int tcpiLastDataRecv_; field in SocketOptionTcpInfo432 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 …]