Home | History | Annotate | Download | only in quic

Lines Matching full:guid

172 QuicConnection::QuicConnection(QuicGuid guid,
186 guid_(guid),
216 DVLOG(1) << ENDPOINT << "Created connection with guid: " << guid;
394 if (header.public_header.guid != guid_) {
395 DVLOG(1) << ENDPOINT << "Ignoring packet from unexpected GUID: "
396 << header.public_header.guid << " instead of " << guid_;
625 DVLOG(1) << ENDPOINT << "Connection " << guid() << " closed with error "
656 << " stream frames for " << last_header_.public_header.guid;
1482 revived_header.public_header.guid = guid_;
1537 DVLOG(1) << ENDPOINT << "Force closing " << guid() << " with error "