Home
last modified time | relevance | path

Searched refs:COAP_SOCKET_CONNECTED (Results 1 - 7 of 7) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_tcp.c59 sock->flags &= ~COAP_SOCKET_CONNECTED;
134 * COAP_SOCKET_CONNECTED needs to be set here as there will be reads/writes
138 sock->flags |= COAP_SOCKET_WANT_CONNECT | COAP_SOCKET_CONNECTED;
156 sock->flags |= COAP_SOCKET_CONNECTED;
H A Dcoap_io_riot.c61 } else if (sock->flags & COAP_SOCKET_CONNECTED) { in coap_socket_send()
H A Dcoap_io_contiki.c134 sock->flags |= COAP_SOCKET_CONNECTED; in coap_socket_connect_udp()
H A Dcoap_netif.c176 session->sock.flags |= COAP_SOCKET_NOT_EMPTY | COAP_SOCKET_CONNECTED | in coap_netif_strm_accept()
H A Dcoap_io.c283 sock->flags &= ~(COAP_SOCKET_CONNECTED | COAP_SOCKET_MULTICAST);
475 sock->flags |= COAP_SOCKET_CONNECTED;
889 } else if (sock->flags & COAP_SOCKET_CONNECTED) {
1089 if (sock->flags & COAP_SOCKET_CONNECTED) {
H A Dcoap_net.c1760 assert(session->sock.flags & COAP_SOCKET_CONNECTED); in coap_write_session()
1802 assert(session->sock.flags & (COAP_SOCKET_CONNECTED | COAP_SOCKET_MULTICAST | COAP_SOCKET_BROADCAST)); in coap_read_session()
1804 assert(session->sock.flags & (COAP_SOCKET_CONNECTED | COAP_SOCKET_MULTICAST)); in coap_read_session()
/third_party/libcoap/include/coap3/
H A Dcoap_io_internal.h64 #define COAP_SOCKET_CONNECTED 0x0004 /**< the socket is connected */ macro

Completed in 9 milliseconds