Home
last modified time | relevance | path

Searched refs:NX_IP_LOOPBACK_LAST (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_branch_test.c889 ip_header_ptr -> nx_ip_header_destination_ip = NX_IP_LOOPBACK_LAST; in thread_0_entry()
892 …nx_ip_driver_packet_send(&ip_0, my_packet[0], NX_IP_LOOPBACK_LAST, NX_DONT_FRAGMENT, NX_IP_LOOPBA… in thread_0_entry()
913 ip_header_ptr -> nx_ip_header_destination_ip = NX_IP_LOOPBACK_LAST + 1; in thread_0_entry()
916 …_ip_driver_packet_send(&ip_0, my_packet[0], NX_IP_LOOPBACK_LAST + 1, NX_DONT_FRAGMENT, NX_IP_LOOP… in thread_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()
Dnetx_icmp_branch_test.c204 ip_header_ptr -> nx_ip_header_source_ip = NX_IP_LOOPBACK_LAST; in thread_0_entry()
/NetX-Duo-v6.2.1/common/src/
Dnx_icmpv4_send_error_message.c162 (ip_header_ptr -> nx_ip_header_source_ip <= NX_IP_LOOPBACK_LAST)) || in _nx_icmpv4_send_error_message()
Dnx_ip_driver_packet_send.c411 (destination_ip <= NX_IP_LOOPBACK_LAST))) || in _nx_ip_driver_packet_send()
Dnx_ipv4_packet_receive.c546 (ip_header_ptr -> nx_ip_header_destination_ip <= NX_IP_LOOPBACK_LAST)) || in _nx_ipv4_packet_receive()
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c1298 (ip_header_ptr -> nx_ip_header_destination_ip <= NX_IP_LOOPBACK_LAST))) in _nx_nat_process_packet()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h991 #define NX_IP_LOOPBACK_LAST ((ULONG)0x7FFFFFFF) /* Last loopback address 127.25… macro
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c11487 (destination_ip <= NX_IP_LOOPBACK_LAST))) || in _nxd_bsd_ipv4_packet_send()
12103 (destination_ip <= NX_IP_LOOPBACK_LAST))) || in _nxd_bsd_ipv4_packet_send()