Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_info_get.c95 ULONG *tcp_packets_received, ULONG *tcp_bytes_received, in _nx_tcp_info_get() argument
130 if (tcp_bytes_received) in _nx_tcp_info_get()
134 *tcp_bytes_received = ip_ptr -> nx_ip_tcp_bytes_received; in _nx_tcp_info_get()
Dnx_tcp_socket_info_get.c96 ULONG *tcp_packets_received, ULONG *tcp_bytes_received, in _nx_tcp_socket_info_get() argument
140 if (tcp_bytes_received) in _nx_tcp_socket_info_get()
144 *tcp_bytes_received = socket_ptr -> nx_tcp_socket_bytes_received; in _nx_tcp_socket_info_get()
Dnxe_tcp_info_get.c100 ULONG *tcp_packets_received, ULONG *tcp_bytes_received, in _nxe_tcp_info_get() argument
127 tcp_bytes_received, tcp_invalid_packets, tcp_receive_packets_dropped, in _nxe_tcp_info_get()
Dnxe_tcp_socket_info_get.c100 ULONG *tcp_packets_received, ULONG *tcp_bytes_received, in _nxe_tcp_socket_info_get() argument
127tcp_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 ULONG tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid… in thread_0_entry() local
293 …tcp_info_get(&ip_0, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_bytes_received, in thread_0_entry()
304 …(tcp_packets_received) || (tcp_bytes_received) || (tcp_invalid_packets) || (tcp_receive_packets_dr… in thread_0_entry()
Dnetx_tcp_data_transfer_test.c146 ULONG tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid… in thread_0_entry() local
312 …tcp_info_get(&ip_0, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_bytes_received, in thread_0_entry()
323 …(tcp_packets_received) || (tcp_bytes_received) || (tcp_invalid_packets) || (tcp_receive_packets_dr… in thread_0_entry()
Dnetx_tcp_basic_processing_test.c192 ULONG tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid… in thread_0_entry() local
443 …tcp_info_get(&ip_0, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_bytes_received, in thread_0_entry()
454 …(tcp_packets_received) || (tcp_bytes_received) || (tcp_invalid_packets) ||(tcp_receive_packets_dro… in thread_0_entry()
Dnetx_tcp_nxe_api_test.c125 ULONG tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid… in thread_0_entry() local
436 …p_info_get(NX_NULL, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_bytes_received, in thread_0_entry()
452 …fo_get(&invalid_ip, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_bytes_received, in thread_0_entry()
468 …fo_get(&invalid_ip, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_bytes_received, in thread_0_entry()
Dnetx_tcp_invalid_packet_chain_test.c129 ULONG tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid… in thread_0_entry() local
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h250 ULONG *tcp_packets_received, ULONG *tcp_bytes_received,
268 ULONG *tcp_packets_received, ULONG *tcp_bytes_received,
364 ULONG *tcp_packets_received, ULONG *tcp_bytes_received,
384 ULONG *tcp_packets_received, ULONG *tcp_bytes_received,
Dnx_api.h3794 ULONG *tcp_packets_received, ULONG *tcp_bytes_received,
3825 ULONG *tcp_packets_received, ULONG *tcp_bytes_received,