Home
last modified time | relevance | path

Searched defs:ipv6_header (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/
H A Dqbone_packet_processor.h123 uint8_t TransportProtocolFromHeader(absl::string_view ipv6_header) { in TransportProtocolFromHeader()
127 QuicIpAddress SourceIpFromHeader(absl::string_view ipv6_header) { in SourceIpFromHeader()
133 QuicIpAddress DestinationIpFromHeader(absl::string_view ipv6_header) { in DestinationIpFromHeader()
H A Dqbone_packet_processor.cc296 absl::string_view ipv6_header) { in TrafficClassFromHeader()
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dip_slice.rs609 let ipv6_header = { localVariable
677 let ipv6_header = { localVariable
Dmod.rs67 mod ipv6_header; module
Dlax_ip_slice.rs929 let ipv6_header = { localVariable
/aosp_15_r20/external/ot-br-posix/tests/gtest/
H A Dtest_netif.cpp532 const ip6_hdr *ipv6_header = reinterpret_cast<const ip6_hdr *>(aData); in TEST() local
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/
H A Dipv6.py403 def __init__(self, ipv6_header, upper_layer_protocol, extension_headers=None): argument