Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_io_internal.h45 #define COAP_SOCKET_BOUND 0x0002 /**< the socket is bound */ macro
/third_party/libcoap/src/
Dcoap_session.c882 session->sock.flags |= COAP_SOCKET_BOUND; in coap_session_create_client()
1371 ep->sock.flags |= COAP_SOCKET_NOT_EMPTY | COAP_SOCKET_BOUND; in coap_new_endpoint()
Dnet.c1694 assert(endpoint->sock.flags & COAP_SOCKET_BOUND); in coap_read_endpoint()