Home
last modified time | relevance | path

Searched refs:COAP_OPTION_MAXAGE (Results 1 – 6 of 6) sorted by relevance

/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h66 #define COAP_OPTION_MAXAGE 14 /* E, uint, 0--4 B, 60 Seconds */ macro
/net-tools-3.4.0/libcoap/src/
Ddebug.c302 { COAP_OPTION_MAXAGE, "Max-Age" }, in msg_option_string()
425 case COAP_OPTION_MAXAGE: in coap_show_pdu()
/net-tools-3.4.0/libcoap/examples/contiki/
Dserver.c120 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_time()
/net-tools-3.4.0/libcoap/examples/
Dcoap-server.c85 COAP_OPTION_MAXAGE, in hnd_get_index()
126 COAP_OPTION_MAXAGE, in hnd_get_time()
Detsi_iot_01.c139 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_index()
Dcoap-rd.c242 COAP_OPTION_MAXAGE, in hnd_get_rd()