Lines Matching refs:tkl
27 uint8_t tkl; in piggyback_get() local
33 tkl = coap_header_get_token(request, token); in piggyback_get()
46 COAP_VERSION_1, type, tkl, token, in piggyback_get()
88 uint8_t tkl; in test_del() local
97 tkl = coap_header_get_token(request, token); in test_del()
110 COAP_VERSION_1, type, tkl, token, in test_del()
132 uint8_t tkl; in test_put() local
139 tkl = coap_header_get_token(request, token); in test_put()
157 COAP_VERSION_1, type, tkl, token, in test_put()
184 uint8_t tkl; in test_post() local
191 tkl = coap_header_get_token(request, token); in test_post()
209 COAP_VERSION_1, type, tkl, token, in test_post()