Home
last modified time | relevance | path

Searched refs:tokenlen (Results 1 – 4 of 4) sorted by relevance

/net-tools-latest/libcoap/include/coap/
Dasync.h50 size_t tokenlen; /**< length of the token */ member
/net-tools-latest/libcoap/src/
Dasync.c59 s->tokenlen = request->hdr->token_length; in coap_register_async()
/net-tools-latest/libcoap/examples/
Detsi_iot_01.c464 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()
Dcoap-server.c272 if (async->tokenlen) in check_async()
273 coap_add_token(response, async->tokenlen, async->token); in check_async()