Lines Matching refs:coap_add_option
69 coap_add_option(pdu, COAP_OPTION_URI_HOST, 4, (unsigned char *)"time"); in t_error_response2()
101 coap_add_option(pdu, 9, 0, NULL); in t_error_response3()
140 coap_add_option(pdu, 9, sizeof(optval), optval); in t_error_response4()
181 coap_add_option(pdu, 9, sizeof(optval), optval); in t_error_response5()
222 coap_add_option(pdu, 23, sizeof(optval), optval); in t_error_response6()
261 coap_add_option(pdu, 11, 4, (unsigned char *)"time"); in t_error_response7()
264 coap_add_option(pdu, 23, sizeof(optval), optval); in t_error_response7()
297 coap_add_option(pdu, 1000, 0, NULL); in t_error_response8()
300 coap_add_option(pdu, 1001, 0, NULL); in t_error_response8()
301 coap_add_option(pdu, 1014, 0, NULL); in t_error_response8()
304 coap_add_option(pdu, 2000, 0, NULL); in t_error_response8()