Searched refs:tcp_packets_sent (Results 1 – 6 of 6) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_tcp_info_get.c | 95 UINT _nx_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, in _nx_tcp_info_get() argument 107 if (tcp_packets_sent) in _nx_tcp_info_get() 111 *tcp_packets_sent = ip_ptr -> nx_ip_tcp_packets_sent; in _nx_tcp_info_get()
|
D | nx_tcp_socket_info_get.c | 96 UINT _nx_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_… in _nx_tcp_socket_info_get() argument 117 if (tcp_packets_sent) in _nx_tcp_socket_info_get() 121 *tcp_packets_sent = socket_ptr -> nx_tcp_socket_packets_sent; in _nx_tcp_socket_info_get()
|
D | nxe_tcp_info_get.c | 100 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()
|
D | nxe_tcp_socket_info_get.c | 100 UINT _nxe_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes… 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/ |
D | nx_tcp.h | 247 UINT _nx_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, 265 UINT _nx_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_s… 360 UINT _nxe_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, 380 UINT _nxe_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_…
|
D | nx_api.h | 3720 UINT nx_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, 3751 UINT nx_tcp_socket_info_get(NX_TCP_SOCKET *socket_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_se…
|