| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_tcp_info_get.c | 94 UINT _nx_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, in _nx_tcp_info_get() argument 114 if (tcp_bytes_sent) in _nx_tcp_info_get() 118 *tcp_bytes_sent = ip_ptr -> nx_ip_tcp_bytes_sent; in _nx_tcp_info_get()
|
| D | nx_tcp_socket_info_get.c | 95 … _nx_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, in _nx_tcp_socket_info_get() argument 124 if (tcp_bytes_sent) in _nx_tcp_socket_info_get() 128 *tcp_bytes_sent = socket_ptr -> nx_tcp_socket_bytes_sent; in _nx_tcp_socket_info_get()
|
| D | nxe_tcp_info_get.c | 99 UINT _nxe_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, in _nxe_tcp_info_get() argument 126 status = _nx_tcp_info_get(ip_ptr, tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, in _nxe_tcp_info_get()
|
| D | nxe_tcp_socket_info_get.c | 99 …_nxe_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, in _nxe_tcp_socket_info_get() argument 126 …status = _nx_tcp_socket_info_get(socket_ptr, tcp_packets_sent, tcp_bytes_sent, tcp_packets_receiv… in _nxe_tcp_socket_info_get()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_tcp_fast_disconnect_test.c | 143 ULONG tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid… in thread_0_entry() local 293 …status = nx_tcp_info_get(&ip_0, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_b… in thread_0_entry() 298 …if((tcp_packets_sent != 1000) || (tcp_bytes_sent != 1000*28) || (tcp_connections != 1000) || (tcp_… in thread_0_entry()
|
| D | netx_tcp_data_transfer_test.c | 146 ULONG tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid… in thread_0_entry() local 312 …status = nx_tcp_info_get(&ip_0, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_b… in thread_0_entry() 317 if((tcp_packets_sent != 1000) || (tcp_bytes_sent != 1000*28) || (tcp_connections != 1)) in thread_0_entry()
|
| D | netx_tcp_basic_processing_test.c | 192 ULONG tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid… in thread_0_entry() local 443 …status = nx_tcp_info_get(&ip_0, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_b… in thread_0_entry() 448 …if((tcp_packets_sent != 1000) || (tcp_bytes_sent != 1000*28) || (tcp_connections != 1000) || (tcp_… in thread_0_entry()
|
| D | netx_tcp_nxe_api_test.c | 125 ULONG tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid… in thread_0_entry() local 436 …status = nx_tcp_info_get(NX_NULL, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp… in thread_0_entry() 452 …status = nx_tcp_info_get(&invalid_ip, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, … in thread_0_entry() 468 …status = nx_tcp_info_get(&invalid_ip, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, … in thread_0_entry()
|
| D | netx_tcp_invalid_packet_chain_test.c | 129 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/ |
| D | nx_tcp.h | 249 UINT _nx_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, 267 … _nx_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, 363 UINT _nxe_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, 383 …_nxe_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent,
|
| D | nx_api.h | 3793 UINT nx_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, 3824 …T nx_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent,
|