OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonce_proof
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/net/tools/quic/
quic_time_wait_list_manager.cc
279
packet.
nonce_proof
= 1010101;
quic_dispatcher_test.cc
200
packet.
nonce_proof
= 132232;
quic_time_wait_list_manager_test.cc
263
packet.
nonce_proof
= 1010101;
/external/chromium_org/net/quic/
quic_protocol.h
501
QuicPublicResetNonceProof
nonce_proof
;
member in struct:net::QuicPublicResetPacket
[
all
...]
quic_framer.cc
415
if (!writer.WriteUInt64(packet.
nonce_proof
)) {
551
if (!reader_->ReadUInt64(&packet.
nonce_proof
)) {
[
all
...]
quic_framer_test.cc
[
all
...]
Completed in 81 milliseconds