Lines Matching defs:async
404 coap_async_t *async;
411 async = coap_find_async(session, token);
412 if (!async) {
413 /* Set up an async request to trigger delay in the future */
426 coap_log_debug("async: query is just a number of seconds to alter delay\n");
429 coap_log_info("async: delay of 0 not supported\n");
434 async = coap_register_async(session,
437 if (async == NULL) {
447 /* no request (observe) or async set up, so this is the delayed request */
455 /* async is automatically removed by libcoap on return from this handler */
1783 r = coap_resource_init(coap_make_str_const("async"),
2162 "\t \t\tonly '/', '/async' and '/.well-known/core' are enabled\n"