Home
last modified time | relevance | path

Searched defs:packet_headers (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/platform/api/
H A Dquic_udp_socket_platform_api.h16 struct ::cmsghdr* cmsg, char** packet_headers, size_t* packet_headers_len) { in GetGooglePacketHeadersFromControlMessage()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_packets.cc345 char* packet_headers, in QuicReceivedPacket()
354 int ttl, bool ttl_valid, char* packet_headers, size_t headers_length, in QuicReceivedPacket()
H A Dquic_packets.h317 char* packet_headers() const { return packet_headers_; } in packet_headers() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/platform/api/
H A Dquiche_udp_socket_platform_api.h19 struct ::cmsghdr* cmsg, char** packet_headers, size_t* packet_headers_len) { in GetGooglePacketHeadersFromControlMessage()
/aosp_15_r20/external/cronet/net/third_party/quiche/overrides/quiche_platform_impl/
H A Dquiche_udp_socket_platform_impl.h26 char** packet_headers, in GetGooglePacketHeadersFromControlMessageImpl()
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/
Dlib.rs403 mod packet_headers; module