Home
last modified time | relevance | path

Searched refs:NX_IP_PACKET_OUT (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.3.0/common/src/
Dnx_ip_packet_send.c226 NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_ip_packet_send()
240 … if (ip_ptr -> nx_ip_packet_filter_extended(ip_ptr, packet_ptr, NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_ip_packet_send()
Dnx_ipv6_packet_send.c159 NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_ipv6_packet_send()
173 … if (ip_ptr -> nx_ip_packet_filter_extended(ip_ptr, packet_ptr, NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_ipv6_packet_send()
Dnxd_udp_socket_send.c159 NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_udp_socket_driver_send()
173 … if (ip_ptr -> nx_ip_packet_filter_extended(ip_ptr, packet_ptr, NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_udp_socket_driver_send()
Dnx_tcp_socket_send_internal.c159 NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_tcp_socket_driver_send()
173 … if (ip_ptr -> nx_ip_packet_filter_extended(ip_ptr, packet_ptr, NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_tcp_socket_driver_send()
/NetX-Duo-v6.3.0/addons/dhcp/
Dnxd_dhcp_client.c7249 … if ((ip_ptr -> nx_ip_packet_filter((VOID *)(ip_header_ptr), NX_IP_PACKET_OUT)) != NX_SUCCESS) in _nx_dhcp_client_send_with_zero_source_address()
7265 … if (ip_ptr -> nx_ip_packet_filter_extended(ip_ptr, packet_ptr, NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_dhcp_client_send_with_zero_source_address()
/NetX-Duo-v6.3.0/common/inc/
Dnx_api.h1425 #define NX_IP_PACKET_OUT 1 macro