Searched refs:network (Results 1 – 6 of 6) sorted by relevance
27 /* Collector network activity. */33 /* The maximum number of IPv4 network events to store in memory. */
90 ULONG network; in _nx_ip_driver_packet_send() local113 … network = 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()
3 …network stack is designed specifically for deeply embedded real-time and IoT applications. Azure R…
19 Azure RTOS devices in which it collects network information and send it to the IoTHub.
70 By enabling the module, it analyzes inbound and outbound network activity on IPv4 and IPv6 with sup…
10919 ULONG network; in _nxd_bsd_ipv4_packet_send() local10963 … network = 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()