Searched refs:outgoing_interface (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_ip_forward_packet_process.c | 86 NX_INTERFACE *outgoing_interface = NX_NULL; in _nx_ip_forward_packet_process() local 130 …if (_nx_ip_route_find(ip_ptr, ip_header_ptr -> nx_ip_header_destination_ip, &outgoing_interface, &… in _nx_ip_forward_packet_process() 139 packet_ptr -> nx_packet_ip_interface = outgoing_interface; in _nx_ip_forward_packet_process() 183 if (outgoing_interface -> nx_interface_ip_address == destination_ip) in _nx_ip_forward_packet_process() 243 if (outgoing_interface -> nx_interface_ip_address == destination_ip) in _nx_ip_forward_packet_process()
|
| D | nxd_tcp_client_socket_connect.c | 252 NX_INTERFACE *outgoing_interface = NX_NULL; in _nxd_tcp_client_socket_connect() local 278 …if (_nx_ip_route_find(ip_ptr, server_ip -> nxd_ip_address.v4, &outgoing_interface, &socket_ptr -> … in _nxd_tcp_client_socket_connect() 300 outgoing_interface = socket_ptr -> nx_tcp_socket_ipv6_addr -> nxd_ipv6_address_attached; in _nxd_tcp_client_socket_connect() 391 NX_ASSERT(outgoing_interface != NX_NULL); in _nxd_tcp_client_socket_connect() 395 if (outgoing_interface -> nx_interface_ip_mtu_size < (ip_header_size + NX_TCP_SYN_SIZE)) in _nxd_tcp_client_socket_connect() 427 socket_ptr -> nx_tcp_socket_connect_interface = outgoing_interface; in _nxd_tcp_client_socket_connect() 480 …if ((outgoing_interface -> nx_interface_capability_flag & NX_INTERFACE_CAPABILITY_TCPIP_OFFLOAD) && in _nxd_tcp_client_socket_connect() 481 (outgoing_interface -> nx_interface_tcpip_offload_handler)) in _nxd_tcp_client_socket_connect()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_hub_client.c | 275 NX_INTERFACE *outgoing_interface = NX_NULL; in nx_azure_iot_hub_client_user_agent_update() local 290 …if (_nx_ip_route_find(ip_ptr, server_address -> nxd_ip_address.v4, &outgoing_interface, &next_hop_… in nx_azure_iot_hub_client_user_agent_update() 311 outgoing_interface = ipv6_addr -> nxd_ipv6_address_attached; in nx_azure_iot_hub_client_user_agent_update() 316 if (outgoing_interface == NX_NULL) in nx_azure_iot_hub_client_user_agent_update() 322 …river_interface_direct_command(ip_ptr, NX_LINK_GET_INTERFACE_TYPE, outgoing_interface -> nx_interf… in nx_azure_iot_hub_client_user_agent_update()
|