Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/api/
H A Dtest_sockets.c62 test_sockets_alloc_socket_nonblocking(int domain, int type) in test_sockets_alloc_socket_nonblocking() function
124 s2 = test_sockets_alloc_socket_nonblocking(domain, SOCK_STREAM); in test_sockets_allfunctions_basic_domain()
300 listnr = test_sockets_alloc_socket_nonblocking(domain, SOCK_STREAM); in test_sockets_msgapi_tcp()
302 s1 = test_sockets_alloc_socket_nonblocking(domain, SOCK_STREAM); in test_sockets_msgapi_tcp()
495 s = test_sockets_alloc_socket_nonblocking(domain, SOCK_DGRAM); in test_sockets_msgapi_udp()
563 s = test_sockets_alloc_socket_nonblocking(domain, SOCK_DGRAM); in test_sockets_msgapi_cmsg()