Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_packet_filter_extended_test.c33 … drop_incoming_packet_extended(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr, UINT direction);
34 … drop_outgoing_packet_extended(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr, UINT direction);
338 … drop_incoming_packet_extended(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in drop_incoming_packet_extended() argument
340 if (direction == NX_IP_PACKET_IN) in drop_incoming_packet_extended()
347 … drop_outgoing_packet_extended(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in drop_outgoing_packet_extended() argument
349 if (direction == NX_IP_PACKET_OUT) in drop_outgoing_packet_extended()
Dnetx_ip_packet_filter_test.c33 static UINT drop_incoming_packet(VOID *ip_header_ptr, UINT direction);
34 static UINT drop_outgoing_packet(VOID *ip_header_ptr, UINT direction);
338 static UINT drop_incoming_packet(VOID *ip_header_ptr, UINT direction) in drop_incoming_packet() argument
340 if (direction == NX_IP_PACKET_IN) in drop_incoming_packet()
347 static UINT drop_outgoing_packet(VOID *ip_header_ptr, UINT direction) in drop_outgoing_packet() argument
349 if (direction == NX_IP_PACKET_OUT) in drop_outgoing_packet()
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_client_send_with_zero_source_address_test.c118 static UINT packet_filter_extended(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in packet_filter_extended() argument
120 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_basic_test.c250 static UINT packet_filter_extended(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in packet_filter_extended() argument
252 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_enable_test.c250 static UINT packet_filter_extended(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in packet_filter_extended() argument
252 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_release_test.c258 static UINT packet_filter_extended(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in packet_filter_extended() argument
260 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_delete_test.c255 static UINT packet_filter_extended(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in packet_filter_extended() argument
257 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_reinitialize_test.c255 static UINT packet_filter_extended(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in packet_filter_extended() argument
257 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_start_test.c254 static UINT packet_filter_extended(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in packet_filter_extended() argument
256 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
Dnetx_dhcp_stop_test.c258 static UINT packet_filter_extended(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in packet_filter_extended() argument
260 if ((direction == NX_IP_PACKET_OUT) && in packet_filter_extended()
/NetX-Duo-v6.2.1/tsn/inc/
Dnx_msrp.h143 UCHAR direction; member
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c69 …NTRY *entry_to_match, NX_NAT_TRANSLATION_ENTRY **match_entry_ptr, UCHAR direction, UINT skip_stati…
3542 UCHAR direction, UINT skip_static_entries) in _nx_nat_entry_find() argument
3553 if ((direction == NX_NAT_INBOUND_PACKET) && in _nx_nat_entry_find()
3562 if ((direction == NX_NAT_OUTBOUND_PACKET) && in _nx_nat_entry_find()
3637 if (direction == NX_NAT_INBOUND_PACKET) in _nx_nat_entry_find()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3129 …*nx_ip_packet_filter_extended)(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr, UINT direction);