Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_driver_packet_send.c89 ULONG network; in _nx_ip_driver_packet_send() local
112network = 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()
/NetX-Duo-v6.2.1/
DCONTRIBUTING.md11 * NetX Duo - advanced, industrial-grade TCP/IP network stack designed specifically for deeply embed…
DREADME.md3 …IP network stack is designed specifically for deeply embedded real-time and IoT applications. Ecli…
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c11372 ULONG network; in _nxd_bsd_ipv4_packet_send() local
11416network = 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()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1992 nx_ip_packet_send.c Fixed destination address for non local network,
5600 … Simplified the logic for extracting network parameters from the Server DHCP messages
5611 … 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