| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_packet_filter_extended_test.c | 33 … 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()
|
| D | netx_ip_packet_filter_test.c | 33 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/ |
| D | netx_dhcp_client_send_with_zero_source_address_test.c | 118 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()
|
| D | netx_dhcp_basic_test.c | 250 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()
|
| D | netx_dhcp_enable_test.c | 250 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()
|
| D | netx_dhcp_release_test.c | 258 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()
|
| D | netx_dhcp_delete_test.c | 255 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()
|
| D | netx_dhcp_reinitialize_test.c | 255 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()
|
| D | netx_dhcp_start_test.c | 254 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()
|
| D | netx_dhcp_stop_test.c | 258 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/ |
| D | nx_msrp.h | 143 UCHAR direction; member
|
| /NetX-Duo-v6.2.1/addons/nat/ |
| D | nx_nat.c | 69 …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/ |
| D | nx_api.h | 3129 …*nx_ip_packet_filter_extended)(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr, UINT direction);
|