Searched refs:_nx_udp_socket_bind (Results 1 – 5 of 5) sorted by relevance
107 status = _nx_udp_socket_bind(socket_ptr, port, wait_option); in _nxe_udp_socket_bind()
190 UINT _nx_udp_socket_bind(NX_UDP_SOCKET *socket_ptr, UINT port, ULONG wait_option) in _nx_udp_socket_bind() function
105 UINT _nx_udp_socket_bind(NX_UDP_SOCKET *socket_ptr, UINT port, ULONG wait_option);
3366 #define nx_udp_socket_bind _nx_udp_socket_bind
127 _nx_udp_socket_bind(&socket_0, 0x1234, NX_NO_WAIT); in test_application_define()