Home
last modified time | relevance | path

Searched refs:_token_data (Results 1 - 1 of 1) sorted by relevance

/third_party/libcoap/examples/
H A Dcoap-client.c58 static unsigned char _token_data[24]; /* With support for RFC8974 */ variable
59 coap_binary_t the_token = { 0, _token_data };
958 the_token.length = min(sizeof(_token_data), strlen(arg)); in cmdline_token()

Completed in 3 milliseconds