Home
last modified time | relevance | path

Searched refs:tcp_bytes_sent (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_info_get.c95 UINT _nx_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, in _nx_tcp_info_get() argument
115 if (tcp_bytes_sent) in _nx_tcp_info_get()
119 *tcp_bytes_sent = ip_ptr -> nx_ip_tcp_bytes_sent; in _nx_tcp_info_get()
Dnx_tcp_socket_info_get.c96 … _nx_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, in _nx_tcp_socket_info_get() argument
125 if (tcp_bytes_sent) in _nx_tcp_socket_info_get()
129 *tcp_bytes_sent = socket_ptr -> nx_tcp_socket_bytes_sent; in _nx_tcp_socket_info_get()
Dnxe_tcp_info_get.c100 UINT _nxe_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, in _nxe_tcp_info_get() argument
127 status = _nx_tcp_info_get(ip_ptr, tcp_packets_sent, tcp_bytes_sent, tcp_packets_received, in _nxe_tcp_info_get()
Dnxe_tcp_socket_info_get.c100 …_nxe_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, in _nxe_tcp_socket_info_get() argument
127 …status = _nx_tcp_socket_info_get(socket_ptr, tcp_packets_sent, tcp_bytes_sent, tcp_packets_receiv… in _nxe_tcp_socket_info_get()
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h247 UINT _nx_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent,
265 … _nx_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent,
360 UINT _nxe_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent,
380 …_nxe_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent,
Dnx_api.h3720 UINT nx_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent,
3751 …T nx_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent,