Searched refs:tokenlen (Results 1 – 4 of 4) sorted by relevance
50 size_t tokenlen; /**< length of the token */ member
59 s->tokenlen = request->hdr->token_length; in coap_register_async()
464 size += async->tokenlen; in check_async()479 if (async->tokenlen) in check_async()480 coap_add_token(response, async->tokenlen, async->token); in check_async()
272 if (async->tokenlen) in check_async()273 coap_add_token(response, async->tokenlen, async->token); in check_async()