Home
last modified time | relevance | path

Searched refs:COAP_SOCKET_CAN_ACCEPT (Results 1 - 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_io_internal.h71 #define COAP_SOCKET_CAN_ACCEPT 0x0400 /**< non blocking server socket can now accept without blocking */ macro
/third_party/libcoap/src/
H A Dcoap_tcp.c311 server->flags &= ~COAP_SOCKET_CAN_ACCEPT;
H A Dcoap_net.c2066 if ((ep->sock.flags & COAP_SOCKET_CAN_ACCEPT) != 0) in coap_io_do_io()
2146 sock->flags |= COAP_SOCKET_CAN_ACCEPT; in coap_io_do_epoll()
H A Dcoap_io.c1710 ctx->sockets[i]->flags |= COAP_SOCKET_CAN_ACCEPT;

Completed in 8 milliseconds