Searched refs:network (Results 1 – 5 of 5) sorted by relevance
89 ULONG network; in _nx_ip_driver_packet_send() local112 … network = packet_ptr -> nx_packet_address.nx_packet_interface_ptr -> nx_interface_ip_network; in _nx_ip_driver_packet_send()116 (((destination_ip & network_mask) == network) && in _nx_ip_driver_packet_send()
11 * NetX Duo - advanced, industrial-grade TCP/IP network stack designed specifically for deeply embed…
3 …IP network stack is designed specifically for deeply embedded real-time and IoT applications. Ecli…
11372 ULONG network; in _nxd_bsd_ipv4_packet_send() local11416 … network = packet_ptr -> nx_packet_address.nx_packet_interface_ptr -> nx_interface_ip_network; in _nxd_bsd_ipv4_packet_send()11419 if (((destination_ip & network_mask) != network) || in _nxd_bsd_ipv4_packet_send()11429 (((destination_ip & network_mask) == network) && in _nxd_bsd_ipv4_packet_send()
1992 nx_ip_packet_send.c Fixed destination address for non local network,5600 … Simplified the logic for extracting network parameters from the Server DHCP messages5611 … Client copy of network parameters (e.g. network mask, gateway) if the DHCP Client is clearing the 5620 … Removed logic in nx_dhcp_client_arp_probe_send() setting IP network parameters. Modified to only 5629 … Modified nx_dhcp_process() to set the IP network address to zero if the ARP probe