Searched refs:udp_packets_queued (Results 1 – 4 of 4) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_udp_socket_info_get.c | 86 … ULONG *udp_packets_received, ULONG *udp_bytes_received, ULONG *udp_packets_queued, in _nx_udp_socket_info_get() argument 132 if (udp_packets_queued) in _nx_udp_socket_info_get() 136 *udp_packets_queued = socket_ptr -> nx_udp_socket_receive_count; in _nx_udp_socket_info_get()
|
D | nxe_udp_socket_info_get.c | 93 … ULONG *udp_packets_received, ULONG *udp_bytes_received, ULONG *udp_packets_queued, in _nxe_udp_socket_info_get() argument 117 … udp_bytes_received, udp_packets_queued, udp_receive_packets_dropped, in _nxe_udp_socket_info_get()
|
/NetX-Duo-v6.2.1/common/inc/ |
D | nx_udp.h | 111 … ULONG *udp_packets_received, ULONG *udp_bytes_received, ULONG *udp_packets_queued, 153 … ULONG *udp_packets_received, ULONG *udp_bytes_received, ULONG *udp_packets_queued,
|
D | nx_api.h | 3807 … ULONG *udp_packets_received, ULONG *udp_bytes_received, ULONG *udp_packets_queued,
|