Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/net/
Dnsos.h162 int nsos_adapt_fcntl_setfl(int fd, int flags);
Dnsos_sockets.c401 ret = nsos_adapt_fcntl_setfl(sock->poll.mid.fd, flags); in nsos_ioctl()
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()
Dnsos_adapt.c1089 int nsos_adapt_fcntl_setfl(int fd, int flags) in nsos_adapt_fcntl_setfl() function