Searched refs:nx_udp_socket_bytes_available (Results 1 – 7 of 7) sorted by relevance
352 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()
766 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()
279 nx_udp_socket_bytes_available(0, 0); in ntest_0_entry()
440 if (nx_udp_socket_bytes_available(&udp_socket, &ulong_value) != NX_CALLER_ERROR) in test_process_1()
3367 #define nx_udp_socket_bytes_available _nx_udp_socket_bytes_available macro3558 #define nx_udp_socket_bytes_available _nxe_udp_socket_bytes_available macro3866 UINT nx_udp_socket_bytes_available(NX_UDP_SOCKET *socket_ptr, ULONG *bytes_available);
292 ${CMAKE_CURRENT_LIST_DIR}/src/nx_udp_socket_bytes_available.c
121 nx_udp_socket_bytes_available.c2576 …nx_udp_socket_bytes_available: Modified output to error status if the socket port is not bo…