Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/azure_iot_security_module/configs/
Dasc_config.h.in27 /* Collector network activity. */
33 /* The maximum number of IPv4 network events to store in memory. */
/NetX-Duo-v6.2.1/common/src/
Dnx_ip_driver_packet_send.c90 ULONG network; in _nx_ip_driver_packet_send() local
113network = packet_ptr -> nx_packet_address.nx_packet_interface_ptr -> nx_interface_ip_network; in _nx_ip_driver_packet_send()
117 (((destination_ip & network_mask) == network) && in _nx_ip_driver_packet_send()
/NetX-Duo-v6.2.1/
DREADME.md3network stack is designed specifically for deeply embedded real-time and IoT applications. Azure R…
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot.md19 Azure RTOS devices in which it collects network information and send it to the IoTHub.
/NetX-Duo-v6.2.1/addons/azure_iot/
DREADME.md70 By enabling the module, it analyzes inbound and outbound network activity on IPv4 and IPv6 with sup…
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c10919 ULONG network; in _nxd_bsd_ipv4_packet_send() local
10963network = packet_ptr -> nx_packet_address.nx_packet_interface_ptr -> nx_interface_ip_network; in _nxd_bsd_ipv4_packet_send()
10966 if (((destination_ip & network_mask) != network) || in _nxd_bsd_ipv4_packet_send()
10976 (((destination_ip & network_mask) == network) && in _nxd_bsd_ipv4_packet_send()