Home
last modified time | relevance | path

Searched refs:nx_udp_socket_bytes_available (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_source_send_test.c352 status = nx_udp_socket_bytes_available(&socket_1, &bytes_available); in thread_1_entry()
371 status = nx_udp_socket_bytes_available(&socket_1, &bytes_available); in thread_1_entry()
Dnetx_udp_nxe_api_test.c766 status = nx_udp_socket_bytes_available(&socket_0, NX_NULL); in thread_0_entry()
774 status = nx_udp_socket_bytes_available(&socket_0, &bytes_avalable); in thread_0_entry()
782 status = nx_udp_socket_bytes_available(&socket_0, &bytes_avalable); in thread_0_entry()
1094 status = nx_udp_socket_bytes_available(NX_NULL, &bytes_avalable); in thread_0_entry()
Dnetx_api_compile_test.c279 nx_udp_socket_bytes_available(0, 0); in ntest_0_entry()
Dnetx_caller_check_test.c440 if (nx_udp_socket_bytes_available(&udp_socket, &ulong_value) != NX_CALLER_ERROR) in test_process_1()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3367 #define nx_udp_socket_bytes_available _nx_udp_socket_bytes_available macro
3558 #define nx_udp_socket_bytes_available _nxe_udp_socket_bytes_available macro
3866 UINT nx_udp_socket_bytes_available(NX_UDP_SOCKET *socket_ptr, ULONG *bytes_available);
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt292 ${CMAKE_CURRENT_LIST_DIR}/src/nx_udp_socket_bytes_available.c
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt121 nx_udp_socket_bytes_available.c
2576nx_udp_socket_bytes_available: Modified output to error status if the socket port is not bo…