Lines Matching defs:num
136 coap_block_t block = { .num = 0, .m = 0, .szx = 6 };
498 "Usage: %s [-a addr] [-b [num,]size] [-e text] [-f file] [-l loss]\n"
500 "\t\t[-v num] [-w] [-A type] [-B seconds]\n"
502 "\t\t[-K interval] [-N] [-O num,text] [-P scheme://address[:port]\n"
503 "\t\t[-T token] [-U] [-V num] [-X size]\n"
511 "\t-b [num,]size\tBlock size to be used in GET/PUT/POST requests\n"
513 "\t \t\tIf num is present, the request chain will start at\n"
514 "\t \t\tblock num\n"
531 "\t-v num \t\tVerbosity level (default 4, maximum is 8) for general\n"
553 "\t-O num,text\tAdd option num with contents text to request. If the\n"
563 "\t-V num \t\tVerbosity level (default 3, maximum is 7) for (D)TLS\n"
877 block.num = size;
927 (block.num << 4 | block.m << 3 | block.szx));
1009 unsigned int num = 0;
1012 num = num * 10 + (*arg - '0');
1026 coap_new_optlist(num, len, (unsigned char *)arg));
1029 coap_new_optlist(num, strlen(arg), (unsigned char *)arg));
1031 if (num == COAP_OPTION_PROXY_SCHEME) {
1049 if (num == COAP_OPTION_URI_HOST) {