Searched refs:NX_IP_TIME_TO_LIVE (Results 1 – 16 of 16) sorted by relevance
/NetX-Duo-v6.3.0/common/src/ |
D | nx_ip_raw_packet_send.c | 112 …_nx_ip_packet_send(ip_ptr, packet_ptr, destination_ip, type_of_service, NX_IP_TIME_TO_LIVE, NX_IP_… in _nx_ip_raw_packet_send()
|
D | nx_ip_raw_packet_source_send.c | 104 …_nx_ip_packet_send(ip_ptr, packet_ptr, destination_ip, type_of_service, NX_IP_TIME_TO_LIVE, NX_IP_… in _nx_ip_raw_packet_source_send()
|
D | nx_icmpv4_process_echo_request.c | 265 … NX_IP_NORMAL, NX_IP_TIME_TO_LIVE, NX_IP_ICMP, NX_FRAGMENT_OKAY, next_hop_address); in _nx_icmpv4_process_echo_request()
|
D | nx_tcp_no_connection_reset.c | 228 fake_socket.nx_tcp_socket_time_to_live = (UINT)NX_IP_TIME_TO_LIVE; in _nx_tcp_no_connection_reset()
|
D | nx_icmp_interface_ping.c | 362 … NX_IP_NORMAL, NX_IP_TIME_TO_LIVE, NX_IP_ICMP, NX_FRAGMENT_OKAY, next_hop_address); in _nx_icmp_interface_ping()
|
/NetX-Duo-v6.3.0/samples/ |
D | demo_netx_duo_tcp.c | 248 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, 200, in thread_0_entry() 387 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, 100, in thread_1_entry()
|
D | demo_snmp_helper.h | 43 ULONG ipDefaultTTL = NX_IP_TIME_TO_LIVE; /* ipDefaultTTL:Integer …
|
D | demo_netx_secure_tls.c | 486 NX_IP_TIME_TO_LIVE, 8192, NX_NULL, NX_NULL); in tls_client_thread_entry() 628 NX_IP_TIME_TO_LIVE, 8192, NX_NULL, NX_NULL); in tls_server_thread_entry()
|
D | demo_netx_duo_multihome_tcp.c | 459 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, 200, in thread_0_entry() 613 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, 100, in thread_1_entry()
|
/NetX-Duo-v6.3.0/addons/rtsp/ |
D | nx_rtsp_server.h | 172 #define NX_RTSP_SERVER_TIME_TO_LIVE NX_IP_TIME_TO_LIVE
|
/NetX-Duo-v6.3.0/addons/sntp/ |
D | nxd_sntp_client.h | 232 #define NX_SNTP_CLIENT_TIME_TO_LIVE NX_IP_TIME_TO_LIVE
|
/NetX-Duo-v6.3.0/utility/iperf/ |
D | nx_iperf.c | 128 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, 32 * 1024, in nx_iperf_entry() 140 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, 32 * 1024, in nx_iperf_entry()
|
/NetX-Duo-v6.3.0/addons/pop3/ |
D | nxd_pop3_client.c | 422 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, in _nxd_pop3_client_create()
|
/NetX-Duo-v6.3.0/addons/smtp/ |
D | nxd_smtp_client.c | 355 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, in _nxd_smtp_client_create()
|
/NetX-Duo-v6.3.0/addons/BSD/ |
D | nxd_bsd.c | 945 … NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, NX_BSD_TCP_WINDOW, NX_NULL, in nx_bsd_socket() 1021 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, in nx_bsd_socket() 3474 NX_IP_TIME_TO_LIVE, NX_IP_NORMAL); in nx_bsd_send_internal()
|
/NetX-Duo-v6.3.0/common/inc/ |
D | nx_api.h | 924 #define NX_IP_TIME_TO_LIVE ((ULONG)0x00000080) /* Default packet time to live … macro
|