Searched refs:_nx_nd_cache_add (Results 1 – 10 of 10) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_nd_cache_add_test.c | 175 …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()
|
| D | netx_dest_table_add_fail_test.c | 152 …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()
|
| D | netx_ipv6_default_router_test.c | 275 …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/ |
| D | nxd_nd_cache_entry_set.c | 95 …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()
|
| D | nx_nd_cache_add.c | 97 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
|
| D | nx_icmpv6_process_na.c | 366 _nx_nd_cache_add(ip_ptr, nd_ptr -> nx_icmpv6_nd_targetAddress, in _nx_icmpv6_process_na()
|
| D | nx_icmpv6_process_ns.c | 290 _nx_nd_cache_add(ip_ptr, ipv6_header -> nx_ip_header_source_ip, in _nx_icmpv6_process_ns()
|
| D | nx_icmpv6_process_redirect.c | 271 if (_nx_nd_cache_add(ip_ptr, redirect_ptr -> nx_icmpv6_redirect_target_address, in _nx_icmpv6_process_redirect()
|
| D | nx_icmpv6_process_ra.c | 461 _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/ |
| D | nx_nd_cache.h | 111 UINT _nx_nd_cache_add(NX_IP *ip_ptr, ULONG *dest_ip, NX_INTERFACE *if_index, CHAR *mac, INT IsStati…
|