Lines Matching defs:value
512 "\t \t\t(value must be a multiple of 16 not larger than 1024)\n"
543 "\t \t\tbetween each one. Must have a value between 1 and 255\n"
546 "\t \t\thave a value between 1 and 255 inclusive.\n"
549 "\t-L value\tSum of one or more COAP_BLOCK_* flag valuess for block\n"
566 "\t \t\t(default is 8388864). Maximum value of 2^32 -1\n"
663 uint16_t value;
667 value = atoi(arg);
676 value = content_types[i].code;
683 node = coap_new_optlist(key, coap_encode_var_safe(buf, sizeof(buf), value), buf);
692 uint32_t value;
695 value = strtol(arg, NULL, 10);
696 if (value < 1 || value > 255) {
699 node = coap_new_optlist(COAP_OPTION_HOP_LIMIT, coap_encode_var_safe(buf, sizeof(buf), value), buf);
966 * numerical value.
1055 * Calculates decimal value from hexadecimal ASCII character given in
1860 * Prime the base token value, which coap_session_new_token() will increment
1862 * [Option '-T token' is used to seed a different value]