Home
last modified time | relevance | path

Searched refs:nx_ipv6_destination_entry_next_hop (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.4.1/common/src/
Dnx_icmpv6_dest_table_add.c109 … if (CHECK_IPV6_ADDRESSES_SAME(next_hop, (*dest_entry_ptr) -> nx_ipv6_destination_entry_next_hop)) in _nx_icmpv6_dest_table_add()
174 …_IPV6_ADDRESS(next_hop, ip_ptr -> nx_ipv6_destination_table[i].nx_ipv6_destination_entry_next_hop); in _nx_icmpv6_dest_table_add()
Dnx_invalidate_destination_entry.c100 …IPV6_ADDRESSES_SAME(ip_ptr -> nx_ipv6_destination_table[i].nx_ipv6_destination_entry_next_hop, nex… in _nx_invalidate_destination_entry()
Dnxd_ipv6_destination_table_find_next_hop.c115 …COPY_IPV6_ADDRESS(ip_ptr -> nx_ipv6_destination_table[i].nx_ipv6_destination_entry_next_hop, next_… in _nxd_ipv6_destination_table_find_next_hop()
Dnx_icmpv6_send_queued_packets.c159 … COPY_IPV6_ADDRESS(dest_entry_ptr -> nx_ipv6_destination_entry_next_hop, next_hop_address); in _nx_icmpv6_send_queued_packets()
Dnx_ipv6_packet_send.c355 … COPY_IPV6_ADDRESS(dest_entry_ptr -> nx_ipv6_destination_entry_next_hop, next_hop_address); in _nx_ipv6_packet_send()
/NetX-Duo-v6.4.1/common/inc/
Dnx_api.h1137 ULONG nx_ipv6_destination_entry_next_hop[4]; member
/NetX-Duo-v6.4.1/addons/BSD/
Dnxd_bsd.c12515 … COPY_IPV6_ADDRESS(dest_entry_ptr -> nx_ipv6_destination_entry_next_hop, next_hop_address); in _nxd_bsd_ipv6_packet_send()