Home
last modified time | relevance | path

Searched refs:tcp_retransmit_packets (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_info_get.c99 ULONG *tcp_retransmit_packets) in _nx_tcp_info_get() argument
186 if (tcp_retransmit_packets) in _nx_tcp_info_get()
190 *tcp_retransmit_packets = ip_ptr -> nx_ip_tcp_retransmit_packets; in _nx_tcp_info_get()
Dnx_tcp_socket_info_get.c97 ULONG *tcp_retransmit_packets, ULONG *tcp_packets_queued, in _nx_tcp_socket_info_get() argument
148 if (tcp_retransmit_packets) in _nx_tcp_socket_info_get()
152 *tcp_retransmit_packets = socket_ptr -> nx_tcp_socket_retransmit_packets; in _nx_tcp_socket_info_get()
Dnxe_tcp_info_get.c104 ULONG *tcp_retransmit_packets) in _nxe_tcp_info_get() argument
129 tcp_connections_dropped, tcp_retransmit_packets); in _nxe_tcp_info_get()
Dnxe_tcp_socket_info_get.c101 ULONG *tcp_retransmit_packets, ULONG *tcp_packets_queued, in _nxe_tcp_socket_info_get() argument
127 … tcp_bytes_received, tcp_retransmit_packets, tcp_packets_queued, in _nxe_tcp_socket_info_get()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_fast_disconnect_test.c143 …cksum_errors, tcp_connections, tcp_disconnections, tcp_connections_dropped, tcp_retransmit_packets; in thread_0_entry() local
295 … &tcp_disconnections, &tcp_connections_dropped, &tcp_retransmit_packets); in thread_0_entry()
305 (tcp_connections_dropped) || (tcp_retransmit_packets)) in thread_0_entry()
Dnetx_tcp_data_transfer_test.c146 …cksum_errors, tcp_connections, tcp_disconnections, tcp_connections_dropped, tcp_retransmit_packets; in thread_0_entry() local
314 … &tcp_disconnections, &tcp_connections_dropped, &tcp_retransmit_packets); in thread_0_entry()
324 (tcp_connections_dropped) || (tcp_retransmit_packets)) in thread_0_entry()
Dnetx_tcp_basic_processing_test.c192 …cksum_errors, tcp_connections, tcp_disconnections, tcp_connections_dropped, tcp_retransmit_packets; in thread_0_entry() local
445 … &tcp_disconnections, &tcp_connections_dropped, &tcp_retransmit_packets); in thread_0_entry()
455 (tcp_connections_dropped) || (tcp_retransmit_packets)) in thread_0_entry()
Dnetx_tcp_nxe_api_test.c125 …cksum_errors, tcp_connections, tcp_disconnections, tcp_connections_dropped, tcp_retransmit_packets; in thread_0_entry() local
438 … &tcp_disconnections, &tcp_connections_dropped, &tcp_retransmit_packets); in thread_0_entry()
454 … &tcp_disconnections, &tcp_connections_dropped, &tcp_retransmit_packets); in thread_0_entry()
470 … &tcp_disconnections, &tcp_connections_dropped, &tcp_retransmit_packets); in thread_0_entry()
Dnetx_tcp_invalid_packet_chain_test.c129 …cksum_errors, tcp_connections, tcp_disconnections, tcp_connections_dropped, tcp_retransmit_packets; in thread_0_entry() local
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h254 ULONG *tcp_retransmit_packets);
269 ULONG *tcp_retransmit_packets, ULONG *tcp_packets_queued,
368 ULONG *tcp_retransmit_packets);
385 ULONG *tcp_retransmit_packets, ULONG *tcp_packets_queued,
Dnx_api.h3798 ULONG *tcp_retransmit_packets);
3826 ULONG *tcp_retransmit_packets, ULONG *tcp_packets_queued,