Searched refs:COAP_OPTION_URI_HOST (Results 1 – 7 of 7) sorted by relevance
/net-tools-latest/libcoap/include/coap/ |
D | pdu.h | 58 #define COAP_OPTION_URI_HOST 3 /* C, String, 1-255 B, destination address */ macro
|
/net-tools-latest/libcoap/src/ |
D | debug.c | 294 { COAP_OPTION_URI_HOST, "Uri-Host" }, in msg_option_string() 438 opt_iter.type == COAP_OPTION_URI_HOST || in coap_show_pdu()
|
D | net.c | 465 case COAP_OPTION_URI_HOST: in coap_option_check_critical()
|
/net-tools-latest/libcoap/examples/ |
D | client.c | 203 if (COAP_OPTION_KEY(*o) == COAP_OPTION_URI_HOST) { in clear_obs() 385 case COAP_OPTION_URI_HOST : in message_handler() 449 case COAP_OPTION_URI_HOST : in message_handler() 1179 new_option_node(COAP_OPTION_URI_HOST, in main()
|
/net-tools-latest/libcoap/tests/ |
D | test_error_response.c | 69 coap_add_option(pdu, COAP_OPTION_URI_HOST, 4, (unsigned char *)"time"); in t_error_response2()
|
D | test_pdu.c | 319 result = coap_add_option(pdu, COAP_OPTION_URI_HOST, in t_encode_pdu4()
|
/net-tools-latest/ |
D | coap-client.c | 1122 case COAP_OPTION_URI_HOST : in add_options() 1761 new_option_node(COAP_OPTION_URI_HOST,
|