Home
last modified time | relevance | path

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

/net-tools-3.7.0/libcoap/src/
Dasync.c50 s->flags = flags & ~COAP_ASYNC_CONFIRM; in coap_register_async()
52 s->flags |= COAP_ASYNC_CONFIRM; in coap_register_async()
/net-tools-3.7.0/libcoap/include/coap/
Dasync.h57 #define COAP_ASYNC_CONFIRM 0x01 /**< send confirmable response */ macro
/net-tools-3.7.0/libcoap/examples/
Dcoap-server.c243 COAP_ASYNC_SEPARATE | COAP_ASYNC_CONFIRM, in hnd_get_async()
259 response = coap_pdu_init(async->flags & COAP_ASYNC_CONFIRM in check_async()
Detsi_iot_01.c466 response = coap_pdu_init(async->flags & COAP_ASYNC_CONFIRM in check_async()