Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/net/
Dnsos_sockets.c654 int fcntl_flags) in nsos_connect_blocking() argument
659 ret = nsos_adapt_fcntl_setfl(sock->poll.mid.fd, fcntl_flags | NSOS_MID_O_NONBLOCK); in nsos_connect_blocking()
684 clear_nonblock_ret = nsos_adapt_fcntl_setfl(sock->poll.mid.fd, fcntl_flags); in nsos_connect_blocking()