Home
last modified time | relevance | path

Searched refs:time_to_live (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxe_udp_socket_create.c89 ULONG type_of_service, ULONG fragment, UINT time_to_live, in _nxe_udp_socket_create() argument
159 if (((ULONG)time_to_live) > NX_IP_TIME_TO_LIVE_MASK) in _nxe_udp_socket_create()
166 fragment, time_to_live, queue_maximum); in _nxe_udp_socket_create()
Dnxe_tcp_socket_create.c94 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG window_size, in _nxe_tcp_socket_create() argument
166 if (((ULONG)time_to_live) > NX_IP_TIME_TO_LIVE_MASK) in _nxe_tcp_socket_create()
191 … status = _nx_tcp_socket_create(ip_ptr, socket_ptr, name, type_of_service, fragment, time_to_live, in _nxe_tcp_socket_create()
Dnx_ip_forward_packet_process.c89 ULONG time_to_live; in _nx_ip_forward_packet_process() local
143time_to_live = ((ip_header_ptr -> nx_ip_header_word_2 & NX_IP_TIME_TO_LIVE_MASK) >> NX_IP_TIME_TO_… in _nx_ip_forward_packet_process()
147 if (!time_to_live) in _nx_ip_forward_packet_process()
Dnx_udp_socket_create.c82 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG queue_maximum) in _nx_udp_socket_create() argument
107 socket_ptr -> nx_udp_socket_time_to_live = time_to_live; in _nx_udp_socket_create()
Dnx_tcp_socket_create.c88 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG window_size, in _nx_tcp_socket_create() argument
127 socket_ptr -> nx_tcp_socket_time_to_live = time_to_live; in _nx_tcp_socket_create()
Dnx_ip_header_add.c91 ULONG type_of_service, ULONG time_to_live, ULONG protocol, ULONG fragment) in _nx_ip_header_add() argument
168 ip_header_ptr -> nx_ip_header_word_2 = ((time_to_live << NX_IP_TIME_TO_LIVE_SHIFT) | protocol); in _nx_ip_header_add()
Dnx_ip_packet_send.c92 ULONG destination_ip, ULONG type_of_service, ULONG time_to_live, in _nx_ip_packet_send() argument
216 destination_ip, type_of_service, time_to_live, protocol, fragment); in _nx_ip_packet_send()
/NetX-Duo-v6.2.1/addons/web/
Dnx_tcpserver.h171 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG window_size,
201 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG window_size,
Dnx_tcpserver.c290 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG window_size, in _nx_tcpserver_create() argument
335 … -> nx_tcpserver_sessions[i].nx_tcp_session_socket, name, type_of_service, fragment, time_to_live, in _nx_tcpserver_create()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ipv4.h160 …ACKET *packet_ptr, ULONG destination_ip, ULONG type_of_service, ULONG time_to_live, ULONG protocol…
162 ULONG type_of_service, ULONG time_to_live, ULONG protocol, ULONG fragment);
Dnx_udp.h110 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG queue_maximum);
150 …ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG queue_maximum, UINT udp_socket_siz…
Dnx_tcp.h262 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG window_size,
377 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG window_size,
Dnx_api.h3808 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG window_size,
3814 … ULONG type_of_service, ULONG fragment, UINT time_to_live, ULONG window_size,
3871 ULONG type_of_service, ULONG fragment, UINT time_to_live,
3876 ULONG type_of_service, ULONG fragment, UINT time_to_live,