Searched refs:opts (Results 1 – 5 of 5) sorted by relevance
/net-tools-3.4.0/libcoap/tests/ |
D | test_error_response.c | 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() [all …]
|
/net-tools-3.4.0/ |
D | net-capture.py | 48 opts, args = getopt.getopt(argv, 57 for o, a in opts:
|
D | coap-client.c | 671 coap_list_t *opts = NULL; in parse_uri() local 686 coap_insert(&opts, in parse_uri() 702 coap_insert(&opts, in parse_uri() 711 return opts; in parse_uri() 747 coap_list_t *opts; in create_pdu() local 755 opts = parse_uri(uri); in create_pdu() 758 coap_insert(&opts, in create_pdu() 770 &opts, in create_pdu() 777 coap_delete_list(opts); in create_pdu()
|
/net-tools-3.4.0/libcoap/include/coap/ |
D | net.h | 245 coap_opt_filter_t opts); 289 coap_opt_filter_t opts);
|
/net-tools-3.4.0/libcoap/src/ |
D | net.c | 629 coap_opt_filter_t opts) { in coap_send_error() argument 636 response = coap_new_error_response(request, code, opts); in coap_send_error() 1033 coap_opt_filter_t opts) { in coap_new_error_response() argument 1059 coap_option_clrb(opts, COAP_OPTION_CONTENT_TYPE); /* we do not want this */ in coap_new_error_response() 1061 coap_option_iterator_init(request, &opt_iter, opts); in coap_new_error_response() 1108 coap_option_iterator_init(request, &opt_iter, opts); in coap_new_error_response()
|