Searched refs:ip_total_packets_received (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_ip_info_get.c | 93 ULONG *ip_total_packets_received, ULONG *ip_total_bytes_received, in _nx_ip_info_get() argument 122 if (ip_total_packets_received) in _nx_ip_info_get() 126 *ip_total_packets_received = ip_ptr -> nx_ip_total_packets_received; in _nx_ip_info_get()
|
| D | nxe_ip_info_get.c | 95 ULONG *ip_total_packets_received, ULONG *ip_total_bytes_received, in _nxe_ip_info_get() argument 114 …s = _nx_ip_info_get(ip_ptr, ip_total_packets_sent, ip_total_bytes_sent, ip_total_packets_received, in _nxe_ip_info_get()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_basic_test.c | 106 ULONG ip_total_packets_received; in ntest_0_entry() local 347 &ip_total_packets_received, in ntest_0_entry() 357 … if ((status) || (ip_total_packets_sent) || (ip_total_bytes_sent) || (ip_total_packets_received) || in ntest_0_entry()
|
| D | netx_ip_raw_packet_test.c | 118 ULONG ip_total_packets_received; in ntest_0_entry() local 258 &ip_total_packets_received, in ntest_0_entry() 268 … if ((status) || (ip_total_packets_sent) || (ip_total_bytes_sent) || (ip_total_packets_received) || in ntest_0_entry()
|
| D | netx_ip_nxe_api_test.c | 120 ULONG ip_total_packets_received; in thread_0_entry() local 753 &ip_total_packets_received, in thread_0_entry() 776 &ip_total_packets_received, in thread_0_entry()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_ip.h | 142 ULONG *ip_total_packets_received, ULONG *ip_total_bytes_received, 196 ULONG *ip_total_packets_received, ULONG *ip_total_bytes_received,
|
| D | nx_api.h | 3654 ULONG *ip_total_packets_received, ULONG *ip_total_bytes_received,
|