Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_layers.c48 …{ NULL, coap_netif_dgrm_write, coap_session_establish, coap_netif_close }, /* SESS…
56 …{ NULL, coap_netif_dgrm_write, coap_session_establish, coap_netif_close } /* TLS …
61 …{ coap_netif_strm_read, coap_netif_strm_write, coap_session_establish, coap_netif_close }, /* SESS…
69 …{ coap_netif_strm_read, coap_netif_strm_write, coap_session_establish, coap_netif_close } /* TLS …
75 …{ coap_netif_strm_read, coap_netif_strm_write, coap_session_establish, coap_netif_close }, /* WS */
82 …{ coap_netif_strm_read, coap_netif_strm_write, coap_ws_establish, coap_netif_close } /* TLS …
Dcoap_netif.c258 coap_netif_close(coap_session_t *session) { in coap_netif_close() function
/third_party/libcoap/include/coap3/
Dcoap_netif_internal.h196 void coap_netif_close(coap_session_t *session);