Searched refs:udp_packets_sent (Results 1 – 6 of 6) sorted by relevance
/NetX-Duo-v6.2.1/common/src/ |
D | nx_udp_socket_info_get.c | 85 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()
|
D | nx_udp_info_get.c | 86 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()
|
D | nxe_udp_info_get.c | 92 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()
|
D | nxe_udp_socket_info_get.c | 92 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/ |
D | nx_udp.h | 97 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_…
|
D | nx_api.h | 3786 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…
|