Lines Matching refs:opts
20 coap_opt_filter_t opts; /* option filter used for generating responses */ variable
41 coap_option_filter_clear(opts); in t_error_response1()
42 response = coap_new_error_response(pdu, COAP_RESPONSE_CODE(400), opts); in t_error_response1()
71 coap_option_filter_clear(opts); in t_error_response2()
72 response = coap_new_error_response(pdu, COAP_RESPONSE_CODE(404), opts); in t_error_response2()
103 coap_option_filter_clear(opts); in t_error_response3()
104 coap_option_setb(opts, 9); in t_error_response3()
105 response = coap_new_error_response(pdu, code, opts); in t_error_response3()
142 coap_option_filter_clear(opts); in t_error_response4()
143 coap_option_setb(opts, 9); in t_error_response4()
144 response = coap_new_error_response(pdu, code, opts); in t_error_response4()
183 coap_option_filter_clear(opts); in t_error_response5()
184 coap_option_setb(opts, 9); in t_error_response5()
185 response = coap_new_error_response(pdu, code, opts); in t_error_response5()
224 coap_option_filter_clear(opts); in t_error_response6()
225 coap_option_setb(opts, 23); in t_error_response6()
226 response = coap_new_error_response(pdu, code, opts); in t_error_response6()
266 coap_option_filter_clear(opts); in t_error_response7()
267 coap_option_setb(opts, 23); in t_error_response7()
268 response = coap_new_error_response(pdu, code, opts); in t_error_response7()
306 coap_option_filter_clear(opts); in t_error_response8()
307 coap_option_setb(opts, 1001); in t_error_response8()
308 coap_option_setb(opts, 1014); in t_error_response8()
309 response = coap_new_error_response(pdu, code, opts); in t_error_response8()