Home
last modified time | relevance | path

Searched defs:destination_address (Results 1 – 8 of 8) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/masque/
Dmasque_encapsulated_client.cc114 in6_addr destination_address = peer_address.host().GetIPv6(); in WritePacket() local
136 in_addr destination_address = peer_address.host().GetIPv4(); in WritePacket() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Dcel_authorization_engine.cc145 absl::string_view destination_address(args.GetLocalAddress()); in CreateActivation() local
/external/openthread/tests/scripts/thread-cert/
Dipv6.py202 def __init__(self, source_address, destination_address, payload_length, next_header): argument
223 def destination_address(self): member in IPv6PseudoHeader
227 def destination_address(self, value): member in IPv6PseudoHeader
250 destination_address, argument
281 def destination_address(self): member in IPv6Header
Dcommand.py55 def check_address_query(command_msg, source_node, destination_address): argument
90 def check_address_error_notification(command_msg, source_node, destination_address): argument
Dnet_crypto.py223 …def _create_authenticated_data(self, source_address, destination_address, auxiliary_security_heade… argument
/external/python/bumble/bumble/
Dlink.py104 def send_acl_data(self, sender_controller, destination_address, transport, data): argument
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection.h1510 QuicSocketAddress destination_address; member
Dquic_connection.cc4937 const QuicSocketAddress& destination_address, in ReceivedPacketInfo()