Searched refs:nx_ipv6_address_change_notify (Results 1 – 8 of 8) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_icmpv6_DAD_failure.c | 100 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()
|
D | nx_icmpv6_perform_DAD.c | 145 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()
|
D | nx_ipv6_prefix_list_delete_entry.c | 155 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()
|
D | nxd_ipv6_address_change_notify.c | 91 ip_ptr -> nx_ipv6_address_change_notify = ip_address_change_notify; in _nxd_ipv6_address_change_notify()
|
D | nxd_ipv6_address_delete.c | 142 address_change_notify = ip_ptr -> nx_ipv6_address_change_notify; in _nxd_ipv6_address_delete()
|
D | nx_icmpv6_process_ra.c | 410 if (ip_ptr -> nx_ipv6_address_change_notify) in _nx_icmpv6_process_ra() 413 …(ip_ptr -> nx_ipv6_address_change_notify)(ip_ptr, NX_IPV6_ADDRESS_STATELESS_AUTO_CONFIG, interface… in _nx_icmpv6_process_ra()
|
D | nxd_ipv6_address_set.c | 299 address_change_notify = ip_ptr -> nx_ipv6_address_change_notify; in _nxd_ipv6_address_set()
|
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_api.h | 2702 …VOID (*nx_ipv6_address_change_notify)(struct NX_IP_STRUCT *ip_ptr, UINT status, UINT interf… member
|