Searched refs:PING_FLAG_ACK (Results 1 – 3 of 3) sorted by relevance
321 PING_FLAG_ACK = 0x01, enumerator
943 (current_frame_flags_ & ~PING_FLAG_ACK)) { in ProcessControlFrameHeader()1806 (current_frame_flags_ & PING_FLAG_ACK); in ProcessControlFramePayload()2555 flags |= PING_FLAG_ACK; in SerializePing()
4908 flags == PING_FLAG_ACK) { in TEST_P()4917 if ((spdy_version_ > SPDY3 && flags == PING_FLAG_ACK) || in TEST_P()