Searched refs:NX_IP_LOOPBACK_FIRST (Results 1 – 8 of 8) sorted by relevance
112 …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()
104 for (addr = NX_IP_LOOPBACK_FIRST; addr <= NX_IP_LOOPBACK_LAST; addr += (NX_RAND() & 0xFFF) + 1) in ntest_0_entry()
161 ((ip_header_ptr -> nx_ip_header_source_ip >= NX_IP_LOOPBACK_FIRST) && in _nx_icmpv4_send_error_message()
410 if ((((destination_ip >= NX_IP_LOOPBACK_FIRST) && in _nx_ip_driver_packet_send()
545 ((ip_header_ptr -> nx_ip_header_destination_ip >= NX_IP_LOOPBACK_FIRST) && in _nx_ipv4_packet_receive()
1297 ((ip_header_ptr -> nx_ip_header_destination_ip >= NX_IP_LOOPBACK_FIRST) && in _nx_nat_process_packet()
990 #define NX_IP_LOOPBACK_FIRST ((ULONG)0x7F000000) /* First loopback address 127.0.… macro
11486 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()