Searched refs:tcp_invalid_packets (Results 1 – 9 of 9) sorted by relevance
/NetX-Duo-v6.4.1/common/src/ |
D | nx_tcp_info_get.c | 96 ULONG *tcp_invalid_packets, ULONG *tcp_receive_packets_dropped, in _nx_tcp_info_get() argument 138 if (tcp_invalid_packets) in _nx_tcp_info_get() 142 *tcp_invalid_packets = ip_ptr -> nx_ip_tcp_invalid_packets; in _nx_tcp_info_get()
|
D | nxe_tcp_info_get.c | 101 ULONG *tcp_invalid_packets, ULONG *tcp_receive_packets_dropped, in _nxe_tcp_info_get() argument 127 tcp_bytes_received, tcp_invalid_packets, tcp_receive_packets_dropped, in _nxe_tcp_info_get()
|
/NetX-Duo-v6.4.1/test/regression/netxduo_test/ |
D | netx_tcp_fast_disconnect_test.c | 143 …ts_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid_packets, tcp_receiv… in thread_0_entry() local 294 … &tcp_invalid_packets, &tcp_receive_packets_dropped, &tcp_checksum_errors, &tcp_connections, 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 …ts_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid_packets, tcp_receiv… in thread_0_entry() local 313 … &tcp_invalid_packets, &tcp_receive_packets_dropped, &tcp_checksum_errors, &tcp_connections, 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 …ts_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid_packets, tcp_receiv… in thread_0_entry() local 444 … &tcp_invalid_packets, &tcp_receive_packets_dropped, &tcp_checksum_errors, &tcp_connections, 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 …ts_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid_packets, tcp_receiv… in thread_0_entry() local 437 … &tcp_invalid_packets, &tcp_receive_packets_dropped, &tcp_checksum_errors, &tcp_connections, in thread_0_entry() 453 … &tcp_invalid_packets, &tcp_receive_packets_dropped, &tcp_checksum_errors, &tcp_connections, in thread_0_entry() 469 … &tcp_invalid_packets, &tcp_receive_packets_dropped, &tcp_checksum_errors, &tcp_connections, in thread_0_entry()
|
D | netx_tcp_invalid_packet_chain_test.c | 129 …ts_sent, tcp_bytes_sent, tcp_packets_received, tcp_bytes_received, tcp_invalid_packets, tcp_receiv… in thread_0_entry() local
|
/NetX-Duo-v6.4.1/common/inc/ |
D | nx_tcp.h | 251 ULONG *tcp_invalid_packets, ULONG *tcp_receive_packets_dropped, 365 ULONG *tcp_invalid_packets, ULONG *tcp_receive_packets_dropped,
|
D | nx_api.h | 3795 ULONG *tcp_invalid_packets, ULONG *tcp_receive_packets_dropped,
|