Home
last modified time | relevance | path

Searched refs:check_token (Results 1 – 2 of 2) sorted by relevance

/net-tools-3.4.0/libcoap/examples/
Dclient.c309 check_token(coap_pdu_t *received) { in check_token() function
340 if (!check_token(received)) { in message_handler()
/net-tools-3.4.0/
Dcoap-client.c1092 static inline int check_token(coap_pdu_t *received) in check_token() function
1104 if (data[test_context->index].add_token && !check_token(received)) { in is_our_own()