Home
last modified time | relevance | path

Searched refs:nx_ipv6_address_change_notify (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.3.0/common/src/
Dnx_icmpv6_DAD_failure.c100 if (ip_ptr -> nx_ipv6_address_change_notify) in _nx_icmpv6_DAD_failure()
104 …ip_ptr -> nx_ipv6_address_change_notify(ip_ptr, NX_IPV6_ADDRESS_DAD_FAILURE, interface_index, ipv6… in _nx_icmpv6_DAD_failure()
Dnx_icmpv6_perform_DAD.c145 if (ip_ptr -> nx_ipv6_address_change_notify) in _nx_icmpv6_perform_DAD()
148 … ip_ptr -> nx_ipv6_address_change_notify(ip_ptr, NX_IPV6_ADDRESS_DAD_SUCCESSFUL, in _nx_icmpv6_perform_DAD()
Dnx_ipv6_prefix_list_delete_entry.c155 if (ip_ptr -> nx_ipv6_address_change_notify) in _nx_ipv6_prefix_list_delete_entry()
158 …ip_ptr -> nx_ipv6_address_change_notify(ip_ptr, NX_IPV6_ADDRESS_LIFETIME_EXPIRED, i, ipv6_addr_ind… in _nx_ipv6_prefix_list_delete_entry()
Dnxd_ipv6_address_change_notify.c91 ip_ptr -> nx_ipv6_address_change_notify = ip_address_change_notify; in _nxd_ipv6_address_change_notify()
Dnxd_ipv6_address_delete.c142 address_change_notify = ip_ptr -> nx_ipv6_address_change_notify; in _nxd_ipv6_address_delete()
Dnx_icmpv6_process_ra.c433 if (ip_ptr -> nx_ipv6_address_change_notify) in _nx_icmpv6_process_ra()
436 …(ip_ptr -> nx_ipv6_address_change_notify)(ip_ptr, NX_IPV6_ADDRESS_STATELESS_AUTO_CONFIG, interface… in _nx_icmpv6_process_ra()
Dnxd_ipv6_address_set.c299 address_change_notify = ip_ptr -> nx_ipv6_address_change_notify; in _nxd_ipv6_address_set()
/NetX-Duo-v6.3.0/common/inc/
Dnx_api.h2707 …VOID (*nx_ipv6_address_change_notify)(struct NX_IP_STRUCT *ip_ptr, UINT status, UINT interf… member