Searched refs:tcp_retransmit_packets (Results 1 – 6 of 6) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_tcp_info_get.c | 100 ULONG *tcp_retransmit_packets) in _nx_tcp_info_get() argument 187 if (tcp_retransmit_packets) in _nx_tcp_info_get() 191 *tcp_retransmit_packets = ip_ptr -> nx_ip_tcp_retransmit_packets; in _nx_tcp_info_get()
|
D | nx_tcp_socket_info_get.c | 98 ULONG *tcp_retransmit_packets, ULONG *tcp_packets_queued, in _nx_tcp_socket_info_get() argument 149 if (tcp_retransmit_packets) in _nx_tcp_socket_info_get() 153 *tcp_retransmit_packets = socket_ptr -> nx_tcp_socket_retransmit_packets; in _nx_tcp_socket_info_get()
|
D | nxe_tcp_info_get.c | 105 ULONG *tcp_retransmit_packets) in _nxe_tcp_info_get() argument 130 tcp_connections_dropped, tcp_retransmit_packets); in _nxe_tcp_info_get()
|
D | nxe_tcp_socket_info_get.c | 102 ULONG *tcp_retransmit_packets, ULONG *tcp_packets_queued, in _nxe_tcp_socket_info_get() argument 128 … tcp_bytes_received, tcp_retransmit_packets, tcp_packets_queued, in _nxe_tcp_socket_info_get()
|
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_tcp.h | 252 ULONG *tcp_retransmit_packets); 267 ULONG *tcp_retransmit_packets, ULONG *tcp_packets_queued, 365 ULONG *tcp_retransmit_packets); 382 ULONG *tcp_retransmit_packets, ULONG *tcp_packets_queued,
|
D | nx_api.h | 3725 ULONG *tcp_retransmit_packets); 3753 ULONG *tcp_retransmit_packets, ULONG *tcp_packets_queued,
|