Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dpdu.h58 #define COAP_OPTION_URI_HOST 3 /* C, String, 1-255 B, destination address */ macro
/net-tools-latest/libcoap/src/
Ddebug.c294 { COAP_OPTION_URI_HOST, "Uri-Host" }, in msg_option_string()
438 opt_iter.type == COAP_OPTION_URI_HOST || in coap_show_pdu()
Dnet.c465 case COAP_OPTION_URI_HOST: in coap_option_check_critical()
/net-tools-latest/libcoap/examples/
Dclient.c203 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/
Dtest_error_response.c69 coap_add_option(pdu, COAP_OPTION_URI_HOST, 4, (unsigned char *)"time"); in t_error_response2()
Dtest_pdu.c319 result = coap_add_option(pdu, COAP_OPTION_URI_HOST, in t_encode_pdu4()
/net-tools-latest/
Dcoap-client.c1122 case COAP_OPTION_URI_HOST : in add_options()
1761 new_option_node(COAP_OPTION_URI_HOST,