Home
last modified time | relevance | path

Searched refs:NX_IP_TIME_TO_LIVE (Results 1 – 16 of 16) sorted by relevance

/NetX-Duo-v6.3.0/common/src/
Dnx_ip_raw_packet_send.c112 …_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()
Dnx_ip_raw_packet_source_send.c104 …_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()
Dnx_icmpv4_process_echo_request.c265 … NX_IP_NORMAL, NX_IP_TIME_TO_LIVE, NX_IP_ICMP, NX_FRAGMENT_OKAY, next_hop_address); in _nx_icmpv4_process_echo_request()
Dnx_tcp_no_connection_reset.c228 fake_socket.nx_tcp_socket_time_to_live = (UINT)NX_IP_TIME_TO_LIVE; in _nx_tcp_no_connection_reset()
Dnx_icmp_interface_ping.c362 … 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/
Ddemo_netx_duo_tcp.c248 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()
Ddemo_snmp_helper.h43 ULONG ipDefaultTTL = NX_IP_TIME_TO_LIVE; /* ipDefaultTTL:Integer …
Ddemo_netx_secure_tls.c486 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()
Ddemo_netx_duo_multihome_tcp.c459 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/
Dnx_rtsp_server.h172 #define NX_RTSP_SERVER_TIME_TO_LIVE NX_IP_TIME_TO_LIVE
/NetX-Duo-v6.3.0/addons/sntp/
Dnxd_sntp_client.h232 #define NX_SNTP_CLIENT_TIME_TO_LIVE NX_IP_TIME_TO_LIVE
/NetX-Duo-v6.3.0/utility/iperf/
Dnx_iperf.c128 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/
Dnxd_pop3_client.c422 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, in _nxd_pop3_client_create()
/NetX-Duo-v6.3.0/addons/smtp/
Dnxd_smtp_client.c355 NX_IP_NORMAL, NX_FRAGMENT_OKAY, NX_IP_TIME_TO_LIVE, in _nxd_smtp_client_create()
/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c945 … 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/
Dnx_api.h924 #define NX_IP_TIME_TO_LIVE ((ULONG)0x00000080) /* Default packet time to live … macro