Searched refs:_nxd_ipv6_interface_find (Results 1 – 10 of 10) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_icmp_ping6.c | 100 status = _nxd_ipv6_interface_find(ip_ptr, ip_address -> nxd_ip_address.v6, in _nx_icmp_ping6()
|
D | nx_icmpv6_send_rs.c | 131 if (_nxd_ipv6_interface_find(ip_ptr, (ULONG *)_nx_ipv6_all_router_address, in _nx_icmpv6_send_rs()
|
D | nxd_ipv6_interface_find.c | 77 UINT _nxd_ipv6_interface_find(NX_IP *ip_ptr, ULONG *dest_address, in _nxd_ipv6_interface_find() function
|
D | nx_icmpv6_process_echo_request.c | 147 status = _nxd_ipv6_interface_find(ip_ptr, ipv6_header -> nx_ip_header_source_ip, in _nx_icmpv6_process_echo_request()
|
D | nx_icmpv6_send_error_message.c | 256 if (_nxd_ipv6_interface_find(ip_ptr, dest_ip, in _nx_icmpv6_send_error_message()
|
D | nxd_tcp_client_socket_connect.c | 292 status = _nxd_ipv6_interface_find(ip_ptr, server_ip -> nxd_ip_address.v6, in _nxd_tcp_client_socket_connect()
|
D | nxd_udp_socket_send.c | 413 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/ |
D | nx_ipv6.h | 250 UINT _nxd_ipv6_interface_find(NX_IP *ip_ptr, ULONG *dest_address,
|
/NetX-Duo-v6.2.1/addons/azure_iot/ |
D | nx_azure_iot_hub_client.c | 303 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/ |
D | nxd_dhcpv6_client.c | 9114 …status = _nxd_ipv6_interface_find(dhcpv6_ptr -> nx_dhcpv6_ip_ptr, dhcpv6_ptr -> nx_dhcpv6_client_d… in _nx_dhcpv6_send_request()
|