Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_icmp_ping6.c100 status = _nxd_ipv6_interface_find(ip_ptr, ip_address -> nxd_ip_address.v6, in _nx_icmp_ping6()
Dnx_icmpv6_send_rs.c131 if (_nxd_ipv6_interface_find(ip_ptr, (ULONG *)_nx_ipv6_all_router_address, in _nx_icmpv6_send_rs()
Dnxd_ipv6_interface_find.c77 UINT _nxd_ipv6_interface_find(NX_IP *ip_ptr, ULONG *dest_address, in _nxd_ipv6_interface_find() function
Dnx_icmpv6_process_echo_request.c147 status = _nxd_ipv6_interface_find(ip_ptr, ipv6_header -> nx_ip_header_source_ip, in _nx_icmpv6_process_echo_request()
Dnx_icmpv6_send_error_message.c256 if (_nxd_ipv6_interface_find(ip_ptr, dest_ip, in _nx_icmpv6_send_error_message()
Dnxd_tcp_client_socket_connect.c292 status = _nxd_ipv6_interface_find(ip_ptr, server_ip -> nxd_ip_address.v6, in _nxd_tcp_client_socket_connect()
Dnxd_udp_socket_send.c413 status = _nxd_ipv6_interface_find(ip_ptr, ip_address -> nxd_ip_address.v6, in _nxd_udp_socket_send()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ipv6.h250 UINT _nxd_ipv6_interface_find(NX_IP *ip_ptr, ULONG *dest_address,
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.c303 status = _nxd_ipv6_interface_find(ip_ptr, server_address -> nxd_ip_address.v6, in nx_azure_iot_hub_client_user_agent_update()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.c9114 …status = _nxd_ipv6_interface_find(dhcpv6_ptr -> nx_dhcpv6_ip_ptr, dhcpv6_ptr -> nx_dhcpv6_client_d… in _nx_dhcpv6_send_request()