Searched refs:ip_total_bytes_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 130 if (ip_total_bytes_received) in _nx_ip_info_get() 134 *ip_total_bytes_received = ip_ptr -> nx_ip_total_bytes_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 115 … ip_total_bytes_received, ip_invalid_packets, ip_receive_packets_dropped, in _nxe_ip_info_get()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_basic_test.c | 107 ULONG ip_total_bytes_received; in ntest_0_entry() local 348 &ip_total_bytes_received, in ntest_0_entry() 358 …(ip_total_bytes_received) || (ip_invalid_packets) || (ip_receive_packets_dropped) || (ip_receive_c… in ntest_0_entry()
|
| D | netx_ip_raw_packet_test.c | 119 ULONG ip_total_bytes_received; in ntest_0_entry() local 259 &ip_total_bytes_received, in ntest_0_entry() 269 …(ip_total_bytes_received) || (ip_invalid_packets) || (ip_receive_packets_dropped) || (ip_receive_c… in ntest_0_entry()
|
| D | netx_ip_nxe_api_test.c | 121 ULONG ip_total_bytes_received; in thread_0_entry() local 754 &ip_total_bytes_received, in thread_0_entry() 777 &ip_total_bytes_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,
|