Lines Matching defs:method
134 method_t method = 1; /* the method we are using in our requests */
499 "\t\t[-m method] [-o file] [-p port] [-r] [-s duration] [-t type]\n"
523 "\t-m method\tRequest method (get|put|post|delete|fetch|patch|ipatch),\n"
903 * Block1, Block2, Q-Block1 or Q-Block2 depending on method. */
910 if (method != COAP_REQUEST_DELETE) {
911 if (method == COAP_REQUEST_GET || method == COAP_REQUEST_FETCH) {
1663 method = cmdline_method(optarg);
1889 if (!(pdu = coap_new_request(ctx, session, method, &optlist, data,
1977 if (!(pdu = coap_new_request(ctx, session, method, &optlist,