Searched refs:direction (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/src/collectors/ |
D | collector_network_activity.c | 69 static network_activity_ipv4_t *_ipv4_callback(VOID *ip_packet, UINT direction, byte_order_t ip_hea… 92 …v6_callback(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr_st, UINT direction, byte_order_t ip… 102 …ty_ip_callback(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr, UINT direction, byte_order_t ip… 119 …work_activity_port_ip_callback(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr, UINT direction); 337 …twork_activity_port_ip_callback(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr, UINT direction) in _collector_network_activity_port_ip_callback() argument 341 if (direction == NX_IP_PACKET_IN) in _collector_network_activity_port_ip_callback() 346 _collector_network_activity_ip_callback(ip_ptr, packet_ptr, direction, BYTE_ORDER_NETWORK); in _collector_network_activity_port_ip_callback() 441 static network_activity_ipv4_t *_ipv4_callback(VOID *ip_packet, UINT direction, byte_order_t ip_hea… in _ipv4_callback() argument 495 if (direction == NX_IP_PACKET_IN) in _ipv4_callback() 536 …v6_callback(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr_st, UINT direction, byte_order_t ip… in _ipv6_callback() argument [all …]
|
/NetX-Duo-v6.2.1/addons/nat/ |
D | nx_nat.c | 70 …NTRY *entry_to_match, NX_NAT_TRANSLATION_ENTRY **match_entry_ptr, UCHAR direction, UINT skip_stati… 3538 UCHAR direction, UINT skip_static_entries) in _nx_nat_entry_find() argument 3549 if ((direction == NX_NAT_INBOUND_PACKET) && in _nx_nat_entry_find() 3558 if ((direction == NX_NAT_OUTBOUND_PACKET) && in _nx_nat_entry_find() 3633 if (direction == NX_NAT_INBOUND_PACKET) in _nx_nat_entry_find()
|
/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/ |
D | NOTICE.txt | 52 direction or management of such entity, whether by contract or 257 direction or management of such entity, whether by contract or
|
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_api.h | 3063 …*nx_ip_packet_filter_extended)(struct NX_IP_STRUCT *ip_ptr, NX_PACKET *packet_ptr, UINT direction);
|