Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_netif.c26 return session->sock.flags != COAP_SOCKET_EMPTY; in coap_netif_available()
36 return endpoint->sock.flags != COAP_SOCKET_EMPTY; in coap_netif_available_ep()
130 if (sock->flags == COAP_SOCKET_EMPTY) { in coap_netif_dgrm_write()
Dcoap_io_contiki.c152 sock->flags = COAP_SOCKET_EMPTY; in coap_socket_close()
Dcoap_io.c530 sock->flags = COAP_SOCKET_EMPTY;
/third_party/libcoap/include/coap3/
Dcoap_io_internal.h61 #define COAP_SOCKET_EMPTY 0x0000 /**< the socket is not used */ macro