Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_packet_send.c225 NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_ip_packet_send()
239 … 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.c158 NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_ipv6_packet_send()
172 … 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.c161 NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_udp_socket_driver_send()
175 … 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.c161 NX_IP_PACKET_OUT) != NX_SUCCESS) in _nx_tcp_socket_driver_send()
175 … 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.2.1/test/regression/dhcp_test/
Dnetx_dhcp_client_send_with_zero_source_address_test.c120 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_basic_test.c252 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_enable_test.c252 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_release_test.c260 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_delete_test.c257 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_reinitialize_test.c257 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_start_test.c256 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_stop_test.c260 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_packet_filter_extended_test.c349 if (direction == NX_IP_PACKET_OUT) in drop_outgoing_packet_extended()
Dnetx_ip_packet_filter_test.c349 if (direction == NX_IP_PACKET_OUT) in drop_outgoing_packet()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcp_client.c7248 … 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()
7264 … 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.2.1/common/inc/
Dnx_api.h1432 #define NX_IP_PACKET_OUT 1 macro