| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_udp_socket_info_get.c | 84 … _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()
|
| D | nx_udp_info_get.c | 85 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()
|
| D | nxe_udp_info_get.c | 91 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()
|
| D | nxe_udp_socket_info_get.c | 91 …_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/ |
| D | nx_udp.h | 99 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,
|
| D | nx_api.h | 3860 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/ |
| D | netx_ip_fragmentation_test.c | 140 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()
|
| D | netx_udp_ipv4_interface2_test_1_test.c | 138 …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()
|
| D | netx_ip_fragmentation_order_test.c | 148 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()
|
| D | netx_udp_nxe_api_test.c | 146 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()
|
| D | netx_udp_multiple_ports_test.c | 133 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()
|
| D | netx_udp_ipv6_interface2_test_1_test.c | 178 …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()
|