Home
last modified time | relevance | path

Searched refs:destination_address (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/lib/security/authorization/
Dauthorization_engine.cc145 absl::string_view destination_address(args.GetLocalAddress()); in CreateActivation() local
146 if (!destination_address.empty()) { in CreateActivation()
149 mock_cel::CelValue::CreateStringView(destination_address)); in CreateActivation()
/third_party/lwip/src/include/netif/
Dieee802154.h62 PACK_STRUCT_FLD_8(u8_t destination_address[8]);
/third_party/lwip/src/core/ipv6/
Dnd6.c810 ip6_addr_t destination_address, target_address; in nd6_input() local
824 ip6_addr_copy_from_packed(destination_address, redir_hdr->destination_address); in nd6_input()
825 ip6_addr_assign_zone(&destination_address, IP6_UNICAST, inp); in nd6_input()
830 redir_hdr->code != 0 || ip6_addr_ismulticast(&destination_address)) { in nd6_input()
851 dest_idx = nd6_find_destination_cache_entry(&destination_address); in nd6_input()
900 ip6_addr_t destination_address; in nd6_input() local
915 ip6_addr_copy_from_packed(destination_address, ip6hdr->dest); in nd6_input()
916 ip6_addr_assign_zone(&destination_address, IP6_UNKNOWN, inp); in nd6_input()
919 dest_idx = nd6_find_destination_cache_entry(&destination_address); in nd6_input()
/third_party/boost/doc/html/boost_asio/example/cpp03/icmp/
Dipv4_header.hpp75 boost::asio::ip::address_v4 destination_address() const in destination_address() function in ipv4_header
/third_party/boost/libs/asio/example/cpp03/icmp/
Dipv4_header.hpp75 boost::asio::ip::address_v4 destination_address() const in destination_address() function in ipv4_header
/third_party/lwip/src/include/lwip/prot/
Dnd6.h145 PACK_STRUCT_FLD_S(ip6_addr_p_t destination_address);