Home
last modified time | relevance | path

Searched refs:_nx_udp_socket_bind (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxe_udp_socket_bind.c107 status = _nx_udp_socket_bind(socket_ptr, port, wait_option); in _nxe_udp_socket_bind()
Dnx_udp_socket_bind.c190 UINT _nx_udp_socket_bind(NX_UDP_SOCKET *socket_ptr, UINT port, ULONG wait_option) in _nx_udp_socket_bind() function
/NetX-Duo-v6.2.1/common/inc/
Dnx_udp.h105 UINT _nx_udp_socket_bind(NX_UDP_SOCKET *socket_ptr, UINT port, ULONG wait_option);
Dnx_api.h3366 #define nx_udp_socket_bind _nx_udp_socket_bind
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_branch_test.c127 _nx_udp_socket_bind(&socket_0, 0x1234, NX_NO_WAIT); in test_application_define()