Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_netif.c46 endpoint->sock.flags |= COAP_SOCKET_NOT_EMPTY | COAP_SOCKET_BOUND | COAP_SOCKET_WANT_READ; in coap_netif_dgrm_listen()
164 endpoint->sock.flags |= COAP_SOCKET_NOT_EMPTY | COAP_SOCKET_BOUND | in coap_netif_strm_listen()
Dcoap_session.c1362 session->sock.flags |= COAP_SOCKET_BOUND; in coap_session_create_client()
Dcoap_net.c1997 assert(endpoint->sock.flags & COAP_SOCKET_BOUND); in coap_read_endpoint()
/third_party/libcoap/include/coap3/
Dcoap_io_internal.h63 #define COAP_SOCKET_BOUND 0x0002 /**< the socket is bound */ macro