Home
last modified time | relevance | path

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

/third_party/libcoap/src/
H A Dcoap_layers.c48 { NULL, coap_netif_dgrm_write, coap_session_establish, coap_netif_close }, /* SESSION */
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 }, /* SESSION */
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 */
H A Dcoap_netif.c258 coap_netif_close(coap_session_t *session) { in coap_netif_close() function
/third_party/libcoap/include/coap3/
H A Dcoap_netif_internal.h196 void coap_netif_close(coap_session_t *session);

Completed in 2 milliseconds