Searched refs:SEND_ACK (Results 1 – 2 of 2) sorted by relevance
972 ScopedPacketBundler bundler(this, ack_queued_ ? SEND_ACK : NO_ACK); in MaybeSendInResponseToPacket()1786 ScopedPacketBundler ack_bundler(this, SEND_ACK); in SendConnectionClosePacket()1996 if (send_ack == SEND_ACK || (send_ack == BUNDLE_PENDING_ACK && ack_pending)) { in ScopedPacketBundler()
238 SEND_ACK = 1, enumerator