Home
last modified time | relevance | path

Searched refs:_nx_nd_cache_add (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_nd_cache_add_test.c175 …status = _nx_nd_cache_add(&ip_0, &global_address_1.nxd_ip_address.v6[0], &ip_0.nx_ip_interface[0],… in ntest_0_entry()
195 …status = _nx_nd_cache_add(&ip_0, &global_address_1.nxd_ip_address.v6[0], &ip_0.nx_ip_interface[0],… in ntest_0_entry()
215 …status = _nx_nd_cache_add(&ip_0, &global_address_1.nxd_ip_address.v6[0], &ip_0.nx_ip_interface[0],… in ntest_0_entry()
235 …status = _nx_nd_cache_add(&ip_0, &global_address_1.nxd_ip_address.v6[0], &ip_0.nx_ip_interface[0],… in ntest_0_entry()
270 …status = _nx_nd_cache_add(&ip_0, &dest_ip.nxd_ip_address.v6[0], &ip_0.nx_ip_interface[0], &mac_add… in ntest_0_entry()
292 …status = _nx_nd_cache_add(&ip_0, &dest_ip.nxd_ip_address.v6[0], &ip_0.nx_ip_interface[0], &mac_add… in ntest_0_entry()
323 …status = _nx_nd_cache_add(&ip_0, &dest_ip.nxd_ip_address.v6[0], &ip_0.nx_ip_interface[0], &mac_add… in ntest_0_entry()
363 …status = _nx_nd_cache_add(&ip_0, &dest_ip.nxd_ip_address.v6[0], &ip_0.nx_ip_interface[0], &mac_add… in ntest_0_entry()
379 …status = _nx_nd_cache_add(&ip_0, &dest_ip.nxd_ip_address.v6[0], &ip_0.nx_ip_interface[0], &mac_add… in ntest_0_entry()
Dnetx_dest_table_add_fail_test.c152 …status = _nx_nd_cache_add(&ip_0, dest_ip.nxd_ip_address.v6, &ip_0.nx_ip_interface[0], mac_address, in ntest_0_entry()
180 …status = _nx_nd_cache_add(&ip_0, dest_ip.nxd_ip_address.v6, &ip_0.nx_ip_interface[0], mac_address, in ntest_0_entry()
Dnetx_ipv6_default_router_test.c275 …status = _nx_nd_cache_add(&ip_0, &ipv6_address_1.nxd_ip_address.v6[0], &ip_0.nx_ip_interface[0], &… in ntest_0_entry()
/NetX-Duo-v6.2.1/common/src/
Dnxd_nd_cache_entry_set.c95 …status = _nx_nd_cache_add(ip_ptr, dest_ip, ip_ptr -> nx_ipv6_address[interface_index].nxd_ipv6_add… in _nxd_nd_cache_entry_set()
Dnx_nd_cache_add.c97 UINT _nx_nd_cache_add(NX_IP *ip_ptr, ULONG *dest_ip, NX_INTERFACE *if_ptr, CHAR *mac, INT IsStatic, in _nx_nd_cache_add() function
Dnx_icmpv6_process_na.c366 _nx_nd_cache_add(ip_ptr, nd_ptr -> nx_icmpv6_nd_targetAddress, in _nx_icmpv6_process_na()
Dnx_icmpv6_process_ns.c290 _nx_nd_cache_add(ip_ptr, ipv6_header -> nx_ip_header_source_ip, in _nx_icmpv6_process_ns()
Dnx_icmpv6_process_redirect.c271 if (_nx_nd_cache_add(ip_ptr, redirect_ptr -> nx_icmpv6_redirect_target_address, in _nx_icmpv6_process_redirect()
Dnx_icmpv6_process_ra.c461 _nx_nd_cache_add(ip_ptr, ipv6_header -> nx_ip_header_source_ip, if_ptr, in _nx_icmpv6_process_ra()
/NetX-Duo-v6.2.1/common/inc/
Dnx_nd_cache.h111 UINT _nx_nd_cache_add(NX_IP *ip_ptr, ULONG *dest_ip, NX_INTERFACE *if_index, CHAR *mac, INT IsStati…