Home
last modified time | relevance | path

Searched refs:NX_IP_LOOPBACK_FIRST (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_icmp_loopback_fail_test.c112 …status = nx_icmp_ping(&ip_0, NX_IP_LOOPBACK_FIRST + 1, "ABCDEFGHIJKLMNOPQRSTUVWXYZ ", 28, &first… in ntest_0_entry()
124 …status = nx_icmp_ping(&ip_0, NX_IP_LOOPBACK_FIRST + 1, "ABCDEFGHIJKLMNOPQRSTUVWXYZ ", 28, &secon… in ntest_0_entry()
Dnetx_icmp_loopback_test2.c104 for (addr = NX_IP_LOOPBACK_FIRST; addr <= NX_IP_LOOPBACK_LAST; addr += (NX_RAND() & 0xFFF) + 1) in ntest_0_entry()
/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv4_send_error_message.c161 ((ip_header_ptr -> nx_ip_header_source_ip >= NX_IP_LOOPBACK_FIRST) && in _nx_icmpv4_send_error_message()
Dnx_ip_driver_packet_send.c410 if ((((destination_ip >= NX_IP_LOOPBACK_FIRST) && in _nx_ip_driver_packet_send()
Dnx_ipv4_packet_receive.c545 ((ip_header_ptr -> nx_ip_header_destination_ip >= NX_IP_LOOPBACK_FIRST) && in _nx_ipv4_packet_receive()
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c1297 ((ip_header_ptr -> nx_ip_header_destination_ip >= NX_IP_LOOPBACK_FIRST) && in _nx_nat_process_packet()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h990 #define NX_IP_LOOPBACK_FIRST ((ULONG)0x7F000000) /* First loopback address 127.0.… macro
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c11486 else if ((((destination_ip >= NX_IP_LOOPBACK_FIRST) && in _nxd_bsd_ipv4_packet_send()
12102 if ((((destination_ip >= NX_IP_LOOPBACK_FIRST) && in _nxd_bsd_ipv4_packet_send()