Searched refs:COAP_OPTION_MAXAGE (Results 1 – 6 of 6) sorted by relevance
/net-tools-2.7.6/libcoap/include/coap/ |
D | pdu.h | 66 #define COAP_OPTION_MAXAGE 14 /* E, uint, 0--4 B, 60 Seconds */ macro
|
/net-tools-2.7.6/libcoap/src/ |
D | debug.c | 302 { COAP_OPTION_MAXAGE, "Max-Age" }, in msg_option_string() 425 case COAP_OPTION_MAXAGE: in coap_show_pdu()
|
/net-tools-2.7.6/libcoap/examples/contiki/ |
D | server.c | 120 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_time()
|
/net-tools-2.7.6/libcoap/examples/ |
D | coap-server.c | 85 COAP_OPTION_MAXAGE, in hnd_get_index() 126 COAP_OPTION_MAXAGE, in hnd_get_time()
|
D | etsi_iot_01.c | 139 coap_add_option(response, COAP_OPTION_MAXAGE, in hnd_get_index()
|
D | coap-rd.c | 242 COAP_OPTION_MAXAGE, in hnd_get_rd()
|