Lines Matching defs:delay
402 unsigned long delay = 4; /* Less than COAP_DEFAULT_LEISURE */
413 /* Set up an async request to trigger delay in the future */
415 /* Expect the query to just be the number of seconds to delay */
419 delay = 0;
423 delay = delay * 10 + (*p - '0');
426 coap_log_debug("async: query is just a number of seconds to alter delay\n");
428 if (delay == 0) {
429 coap_log_info("async: delay of 0 not supported\n");
436 COAP_TICKS_PER_SECOND * delay);