Searched defs:ClientHelloInfo (Results 1 – 3 of 3) sorted by relevance
44 struct QUICHE_EXPORT ClientHelloInfo { struct50 const QuicIpAddress client_ip;51 const QuicWallTime now;54 bool valid_source_address_token;55 absl::string_view sni;56 absl::string_view client_nonce;57 absl::string_view server_nonce;58 absl::string_view user_agent_id;59 SourceAddressTokens source_address_tokens;62 std::vector<uint32_t> reject_reasons;
204 ClientHelloInfo::ClientHelloInfo(const QuicIpAddress& in_client_ip, in ClientHelloInfo() function in quic::ClientHelloInfo
411 type ClientHelloInfo struct { struct414 CipherSuites []uint16419 ServerName string424 SupportedCurves []CurveID429 SupportedPoints []uint8434 SignatureSchemes []SignatureScheme442 SupportedProtos []string448 SupportedVersions []uint16453 Conn net.Conn457 config *Config[all …]