Lines Matching refs:token
23 uint8_t token[COAP_TOKEN_MAX_LEN]; 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()
87 uint8_t token[COAP_TOKEN_MAX_LEN]; 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()
127 uint8_t token[COAP_TOKEN_MAX_LEN]; 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()
179 uint8_t token[COAP_TOKEN_MAX_LEN]; 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()