Searched refs:ip_total_bytes_sent (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_ip_info_get.c | 92 UINT _nx_ip_info_get(NX_IP *ip_ptr, ULONG *ip_total_packets_sent, ULONG *ip_total_bytes_sent, in _nx_ip_info_get() argument 114 if (ip_total_bytes_sent) in _nx_ip_info_get() 118 *ip_total_bytes_sent = ip_ptr -> nx_ip_total_bytes_sent; in _nx_ip_info_get()
|
| D | nxe_ip_info_get.c | 94 UINT _nxe_ip_info_get(NX_IP *ip_ptr, ULONG *ip_total_packets_sent, ULONG *ip_total_bytes_sent, in _nxe_ip_info_get() argument 114 …status = _nx_ip_info_get(ip_ptr, ip_total_packets_sent, ip_total_bytes_sent, ip_total_packets_rec… in _nxe_ip_info_get()
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ip_basic_test.c | 105 ULONG ip_total_bytes_sent; in ntest_0_entry() local 346 &ip_total_bytes_sent, 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 | 117 ULONG ip_total_bytes_sent; in ntest_0_entry() local 257 &ip_total_bytes_sent, 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 | 119 ULONG ip_total_bytes_sent; in thread_0_entry() local 752 &ip_total_bytes_sent, in thread_0_entry() 775 &ip_total_bytes_sent, in thread_0_entry()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_ip.h | 141 UINT _nx_ip_info_get(NX_IP *ip_ptr, ULONG *ip_total_packets_sent, ULONG *ip_total_bytes_sent, 195 UINT _nxe_ip_info_get(NX_IP *ip_ptr, ULONG *ip_total_packets_sent, ULONG *ip_total_bytes_sent,
|
| D | nx_api.h | 3653 UINT nx_ip_info_get(NX_IP *ip_ptr, ULONG *ip_total_packets_sent, ULONG *ip_total_bytes_sent,
|