/NetX-Duo-v6.4.1/common/src/ |
D | nx_tcp_info_get.c | 95 ULONG *tcp_packets_received, ULONG *tcp_bytes_received, in _nx_tcp_info_get() argument 122 if (tcp_packets_received) in _nx_tcp_info_get() 126 *tcp_packets_received = ip_ptr -> nx_ip_tcp_packets_received; in _nx_tcp_info_get()
|
D | nx_tcp_socket_info_get.c | 96 ULONG *tcp_packets_received, ULONG *tcp_bytes_received, in _nx_tcp_socket_info_get() argument 132 if (tcp_packets_received) in _nx_tcp_socket_info_get() 136 *tcp_packets_received = socket_ptr -> nx_tcp_socket_packets_received; in _nx_tcp_socket_info_get()
|
D | nxe_tcp_info_get.c | 100 ULONG *tcp_packets_received, ULONG *tcp_bytes_received, 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 | 100 ULONG *tcp_packets_received, ULONG *tcp_bytes_received, in _nxe_tcp_socket_info_get() argument 126 …atus = _nx_tcp_socket_info_get(socket_ptr, tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, in _nxe_tcp_socket_info_get()
|
/NetX-Duo-v6.4.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() 304 …(tcp_packets_received) || (tcp_bytes_received) || (tcp_invalid_packets) || (tcp_receive_packets_dr… 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() 323 …(tcp_packets_received) || (tcp_bytes_received) || (tcp_invalid_packets) || (tcp_receive_packets_dr… 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() 454 …(tcp_packets_received) || (tcp_bytes_received) || (tcp_invalid_packets) ||(tcp_receive_packets_dro… 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 …nx_tcp_info_get(&invalid_ip, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_bytes… in thread_0_entry() 468 …nx_tcp_info_get(&invalid_ip, &tcp_packets_sent, &tcp_bytes_sent, &tcp_packets_received, &tcp_bytes… 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.4.1/common/inc/ |
D | nx_tcp.h | 250 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,
|
D | nx_api.h | 3794 ULONG *tcp_packets_received, ULONG *tcp_bytes_received, 3825 ULONG *tcp_packets_received, ULONG *tcp_bytes_received,
|