Searched refs:_nx_nd_cache_add_entry (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_nd_cache_add.c | 114 if (_nx_nd_cache_add_entry(ip_ptr, dest_ip, iface_address, &entry) != NX_SUCCESS) in _nx_nd_cache_add()
|
| D | nx_nd_cache_add_entry.c | 97 UINT _nx_nd_cache_add_entry(NX_IP *ip_ptr, ULONG *dest_ip, in _nx_nd_cache_add_entry() function
|
| D | nx_icmpv6_dest_table_add.c | 183 …status = _nx_nd_cache_add_entry(ip_ptr, next_hop, ipv6_address, &ip_ptr -> nx_ipv6_destination_tab… in _nx_icmpv6_dest_table_add()
|
| D | nx_icmpv6_process_redirect.c | 379 if (_nx_nd_cache_add_entry(ip_ptr, redirect_ptr -> nx_icmpv6_redirect_target_address, in _nx_icmpv6_process_redirect()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_nd_cache.h | 124 UINT _nx_nd_cache_add_entry(NX_IP *ip_ptr, ULONG *dest_ip, NXD_IPV6_ADDRESS *nxd_address, ND_CACHE_…
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.c | 12502 …if(_nx_nd_cache_add_entry(ip_ptr, dest_addr, packet_ptr -> nx_packet_address.nx_packet_ipv6_addres… in _nxd_bsd_ipv6_packet_send()
|