Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_udp_socket_info_get.c85 UINT _nx_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_… in _nx_udp_socket_info_get() argument
100 if (udp_packets_sent) in _nx_udp_socket_info_get()
104 *udp_packets_sent = socket_ptr -> nx_udp_socket_packets_sent; in _nx_udp_socket_info_get()
Dnx_udp_info_get.c86 UINT _nx_udp_info_get(NX_IP *ip_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent, in _nx_udp_info_get() argument
102 if (udp_packets_sent) in _nx_udp_info_get()
106 *udp_packets_sent = ip_ptr -> nx_ip_udp_packets_sent; in _nx_udp_info_get()
Dnxe_udp_info_get.c92 UINT _nxe_udp_info_get(NX_IP *ip_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent, in _nxe_udp_info_get() argument
117 status = _nx_udp_info_get(ip_ptr, udp_packets_sent, udp_bytes_sent, udp_packets_received, in _nxe_udp_info_get()
Dnxe_udp_socket_info_get.c92 UINT _nxe_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes… in _nxe_udp_socket_info_get() argument
116 …status = _nx_udp_socket_info_get(socket_ptr, udp_packets_sent, udp_bytes_sent, udp_packets_receiv… in _nxe_udp_socket_info_get()
/NetX-Duo-v6.2.1/common/inc/
Dnx_udp.h97 UINT _nx_udp_info_get(NX_IP *ip_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent,
110 UINT _nx_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_s…
138 UINT _nxe_udp_info_get(NX_IP *ip_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent,
152 UINT _nxe_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_…
Dnx_api.h3786 UINT nx_udp_info_get(NX_IP *ip_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent,
3806 UINT nx_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_se…