Home
last modified time | relevance | path

Searched refs:udp_bytes_sent (Results 1 – 12 of 12) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_udp_socket_info_get.c84 … _nx_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent, in _nx_udp_socket_info_get() argument
107 if (udp_bytes_sent) in _nx_udp_socket_info_get()
111 *udp_bytes_sent = socket_ptr -> nx_udp_socket_bytes_sent; in _nx_udp_socket_info_get()
Dnx_udp_info_get.c85 UINT _nx_udp_info_get(NX_IP *ip_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent, in _nx_udp_info_get() argument
109 if (udp_bytes_sent) in _nx_udp_info_get()
113 *udp_bytes_sent = ip_ptr -> nx_ip_udp_bytes_sent; in _nx_udp_info_get()
Dnxe_udp_info_get.c91 UINT _nxe_udp_info_get(NX_IP *ip_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent, in _nxe_udp_info_get() argument
116 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.c91 …_nxe_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent, in _nxe_udp_socket_info_get() argument
115 …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.h99 UINT _nx_udp_info_get(NX_IP *ip_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent,
112 … _nx_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent,
141 UINT _nxe_udp_info_get(NX_IP *ip_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent,
156 …_nxe_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent,
Dnx_api.h3860 UINT nx_udp_info_get(NX_IP *ip_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent,
3880 …T nx_udp_socket_info_get(NX_UDP_SOCKET *socket_ptr, ULONG *udp_packets_sent, ULONG *udp_bytes_sent,
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_fragmentation_test.c140 ULONG udp_packets_sent, udp_bytes_sent, udp_packets_received, udp_bytes_received, udp_invalid… in thread_0_entry() local
345 …status = nx_udp_info_get(&ip_0, &udp_packets_sent, &udp_bytes_sent, &udp_packets_received, &udp_b… in thread_0_entry()
350 if((udp_packets_sent != 2000) || (udp_bytes_sent != 2000*300)) in thread_0_entry()
Dnetx_udp_ipv4_interface2_test_1_test.c138 …ULONG udp_packets_sent, udp_bytes_sent, udp_packets_received, udp_bytes_received, udp_invali… in thread_0_entry() local
354 …status = nx_udp_info_get(&ip_0, &udp_packets_sent, &udp_bytes_sent, &udp_packets_received, &udp_b… in thread_0_entry()
358 if ((udp_packets_sent != 2000) || (udp_bytes_sent != 2000*28)) in thread_0_entry()
Dnetx_ip_fragmentation_order_test.c148 ULONG udp_packets_sent, udp_bytes_sent, udp_packets_received, udp_bytes_received, udp_invalid… in thread_0_entry() local
322 …status = nx_udp_info_get(&ip_0, &udp_packets_sent, &udp_bytes_sent, &udp_packets_received, &udp_b… in thread_0_entry()
327 if((udp_packets_sent != 2) || (udp_bytes_sent != 2*1500)) in thread_0_entry()
Dnetx_udp_nxe_api_test.c146 ULONG udp_packets_sent, udp_bytes_sent, udp_packets_received, udp_bytes_received, in thread_0_entry() local
731 status = nx_udp_info_get(NX_NULL, &udp_packets_sent, &udp_bytes_sent, in thread_0_entry()
741 status = nx_udp_info_get(&invalid_ip, &udp_packets_sent, &udp_bytes_sent, in thread_0_entry()
750 status = nx_udp_info_get(&ip_0, &udp_packets_sent, &udp_bytes_sent, in thread_0_entry()
810 status = nx_udp_socket_info_get(&socket_0, &udp_packets_sent, &udp_bytes_sent, in thread_0_entry()
1148 status = nx_udp_socket_info_get(NX_NULL, &udp_packets_sent, &udp_bytes_sent, in thread_0_entry()
1158 status = nx_udp_socket_info_get(&socket_1, &udp_packets_sent, &udp_bytes_sent, in thread_0_entry()
Dnetx_udp_multiple_ports_test.c133 ULONG udp_packets_sent, udp_bytes_sent, udp_packets_received, udp_bytes_received, udp_invalid… in thread_0_entry() local
353 …status = nx_udp_info_get(&ip_0, &udp_packets_sent, &udp_bytes_sent, &udp_packets_received, &udp_b… in thread_0_entry()
357 if ((udp_packets_sent != 1000*4) || (udp_bytes_sent != 1000*4*28)) in thread_0_entry()
Dnetx_udp_ipv6_interface2_test_1_test.c178 …ULONG udp_packets_sent, udp_bytes_sent, udp_packets_received, udp_bytes_received, udp_invali… in thread_0_entry() local
413 …status = nx_udp_info_get(&ip_0, &udp_packets_sent, &udp_bytes_sent, &udp_packets_received, &udp_b… in thread_0_entry()
417 if ((udp_packets_sent != 2000) || (udp_bytes_sent != 2000*28)) in thread_0_entry()