Home
last modified time | relevance | path

Searched refs:method (Results 1 – 9 of 9) sorted by relevance

/net-tools-3.4.0/libcoap/include/coap/
Dresource.h249 unsigned char method, in coap_register_handler() argument
252 …assert(method > 0 && (size_t)(method-1) < sizeof(resource->handler)/sizeof(coap_method_handler_t)); in coap_register_handler()
253 resource->handler[method-1] = handler; in coap_register_handler()
/net-tools-3.4.0/libcoap/examples/
Dcoap-client.txt.in18 [*-B* seconds] [*-e* text] [*-f* file] [*-m* method] [*-N*]
52 *-m* method::
53 The request method for action (get|put|post|delete), default is 'get'.
114 Query resource '/' from server 'coap.me' (via the GET method).
120 Query on localhost via the 'GET' method.
143 '3a' via the 'PUT' method.
Dclient.c54 method_t method = 1; /* the method we are using in our requests */ variable
303 ((method == COAP_REQUEST_PUT || method == COAP_REQUEST_POST) && \
379 … pdu = coap_new_request(ctx, method, NULL, NULL, 0); /* first, create bare PDU w/o any option */ in message_handler()
442 … pdu = coap_new_request(ctx, method, NULL, NULL, 0); /* first, create bare PDU w/o any option */ in message_handler()
759 if (method != COAP_REQUEST_DELETE) { in set_blocksize()
760 opt = method == COAP_REQUEST_GET ? COAP_OPTION_BLOCK2 : COAP_OPTION_BLOCK1; in set_blocksize()
1068 method = cmdline_method(optarg); in main()
1188 if (! (pdu = coap_new_request(ctx, method, &optlist, payload.s, payload.length))) in main()
/net-tools-3.4.0/
Dcoap-client.c164 static method_t method; variable
173 #define ENTRY(desc, entry, expect_result, method, test_data, length, mid,\ argument
182 .coap_method = COAP_REQUEST_ ## method, \
187 #define ENTRY2(desc, entry, expect_result, method, test_data, length, \ argument
198 .coap_method = COAP_REQUEST_ ## method, \
203 #define ENTRY3(desc, entry, expect_result, method, test_data, length, mid,\ argument
212 .coap_method = COAP_REQUEST_ ## method, \
218 #define ENTRY4(desc, entry, expect_result, method, test_data, length, \ argument
229 .coap_method = COAP_REQUEST_ ## method, \
803 method = data[user_data->index].coap_method; in send_packets()
[all …]
/net-tools-3.4.0/mbedtls-2.4.0/configs/
DREADME.txt25 Note that the second method also works if you want to keep your custom
/net-tools-3.4.0/libcoap/
DChangeLog55 method for cancelling observe relationships.
215 * resource.h: (coap_method_handler_t): new API for method handlers.
/net-tools-3.4.0/tinydtls-0.8.2/doc/
DDoxyfile.in1463 # or class method. Note that enabling this option will significantly increase
1471 # or class method. Note that enabling this option will significantly increase
/net-tools-3.4.0/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile1806 # or class method. Note that enabling this option will significantly increase
1814 # or class method. Note that enabling this option will significantly increase
/net-tools-3.4.0/libcoap/doc/
DDoxyfile.in2200 # dependency graph for every global function or class method.
2211 # dependency graph for every global function or class method.