Home
last modified time | relevance | path

Searched refs:nxd_ipv6_address_change_notify (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/netxduo_test/
Dnetx_icmpv6_DAD_test.c139 nxd_ipv6_address_change_notify(&ip_0, ipv6_address_DAD_notify); in ntest_0_entry()
142 nxd_ipv6_address_change_notify(&ip_1, ipv6_address_DAD_notify); in ntest_0_entry()
Dnetx_ipv6_address_get_test.c127 status = nxd_ipv6_address_change_notify(&ip_0, my_ipv6_addrress_change_notify); in thread_0_entry()
Dnetx_api_compile_test.c154 nxd_ipv6_address_change_notify(0, 0); in ntest_0_entry()
Dnetx_ipv6_nxe_api_test.c112 status = nxd_ipv6_address_change_notify(NX_NULL, NX_NULL); in thread_0_entry()
126 status = nxd_ipv6_address_change_notify(&invalid_ip, NX_NULL); in thread_0_entry()
Dnetx_ipv6_stateless_address_autoconfig_test.c178 nxd_ipv6_address_change_notify(&ip_0, ip_address_change_notify); in thread_0_entry()
/NetX-Duo-v6.4.1/common/inc/
Dnx_api.h3269 #define nxd_ipv6_address_change_notify _nxd_ipv6_address_change_notify macro
3461 #define nxd_ipv6_address_change_notify _nxde_ipv6_address_change_notify macro
3688 UINT nxd_ipv6_address_change_notify(NX_IP *ip_ptr,
/NetX-Duo-v6.4.1/common/
DCMakeLists.txt314 ${CMAKE_CURRENT_LIST_DIR}/src/nxd_ipv6_address_change_notify.c
/NetX-Duo-v6.4.1/docs/
Drevision_history.txt336 nxd_ipv6_address_change_notify.c
909 nxd_ipv6_address_change_notify.c
978 nxd_ipv6_address_change_notify.c
1160 nxd_ipv6_address_change_notify.c
1454 nxd_ipv6_address_change_notify.c
2191 nxd_ipv6_address_change_notify.c
/NetX-Duo-v6.4.1/addons/dhcp/
Dnxd_dhcpv6_client.c1393 …status = nxd_ipv6_address_change_notify(dhcpv6_ptr -> nx_dhcpv6_ip_ptr, _nx_dhcpv6_ipv6_address_DA… in _nx_dhcpv6_client_create()