Searched refs:tcpiLastAckSent_ (Results 1 – 1 of 1) sorted by relevance
42 tcpiLastAckSent_ = 0; in SocketOptionTcpInfo()178 tcpiLastAckSent_ = input.readUInt32(); in SocketOptionTcpInfo()418 private int tcpiLastAckSent_; field in SocketOptionTcpInfo423 return tcpiLastAckSent_; in getTcpiLastAckSent()582 if (tcpiLastAckSent_ != 0) { in writeTo()583 output.writeUInt32(19, tcpiLastAckSent_); in writeTo()695 if (tcpiLastAckSent_ != 0) { in getSerializedSize()697 .computeUInt32Size(19, tcpiLastAckSent_); in getSerializedSize()1052 tcpiLastAckSent_ = 0; in clear()1114 result.tcpiLastAckSent_ = tcpiLastAckSent_; in buildPartial()[all …]