Home
last modified time | relevance | path

Searched refs:ip_total_bytes_sent (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_info_get.c92 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()
Dnxe_ip_info_get.c94 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/
Dnetx_ip_basic_test.c105 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()
Dnetx_ip_raw_packet_test.c117 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()
Dnetx_ip_nxe_api_test.c119 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/
Dnx_ip.h141 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,
Dnx_api.h3653 UINT nx_ip_info_get(NX_IP *ip_ptr, ULONG *ip_total_packets_sent, ULONG *ip_total_bytes_sent,