Home
last modified time | relevance | path

Searched refs:COAP_OPTION_CONTENT_FORMAT (Results 1 – 7 of 7) sorted by relevance

/net-tools-3.4.0/libcoap/include/coap/
Dpdu.h64 #define COAP_OPTION_CONTENT_FORMAT 12 /* E, uint, 0-2 B, (none) */ macro
65 #define COAP_OPTION_CONTENT_TYPE COAP_OPTION_CONTENT_FORMAT
/net-tools-3.4.0/libcoap/src/
Ddebug.c301 { COAP_OPTION_CONTENT_FORMAT, "Content-Format" }, in msg_option_string()
406 case COAP_OPTION_CONTENT_FORMAT: in coap_show_pdu()
Dnet.c1213 coap_add_option(resp, COAP_OPTION_CONTENT_FORMAT, in coap_wellknown_response()
/net-tools-3.4.0/libcoap/examples/contiki/
Dserver.c117 coap_add_option(response, COAP_OPTION_CONTENT_FORMAT, in hnd_get_time()
/net-tools-3.4.0/libcoap/examples/
Dcoap-server.c122 COAP_OPTION_CONTENT_FORMAT, in hnd_get_time()
Dclient.c452 case COAP_OPTION_CONTENT_FORMAT : in message_handler()
/net-tools-3.4.0/
Dcoap-client.c1125 case COAP_OPTION_CONTENT_FORMAT : in add_options()