Searched refs:COAP_OPTION_CONTENT_FORMAT (Results 1 – 7 of 7) sorted by relevance
/net-tools-3.4.0/libcoap/include/coap/ |
D | pdu.h | 64 #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/ |
D | debug.c | 301 { COAP_OPTION_CONTENT_FORMAT, "Content-Format" }, in msg_option_string() 406 case COAP_OPTION_CONTENT_FORMAT: in coap_show_pdu()
|
D | net.c | 1213 coap_add_option(resp, COAP_OPTION_CONTENT_FORMAT, in coap_wellknown_response()
|
/net-tools-3.4.0/libcoap/examples/contiki/ |
D | server.c | 117 coap_add_option(response, COAP_OPTION_CONTENT_FORMAT, in hnd_get_time()
|
/net-tools-3.4.0/libcoap/examples/ |
D | coap-server.c | 122 COAP_OPTION_CONTENT_FORMAT, in hnd_get_time()
|
D | client.c | 452 case COAP_OPTION_CONTENT_FORMAT : in message_handler()
|
/net-tools-3.4.0/ |
D | coap-client.c | 1125 case COAP_OPTION_CONTENT_FORMAT : in add_options()
|