Searched refs:check_token (Results 1 – 2 of 2) sorted by relevance
309 check_token(coap_pdu_t *received) { in check_token() function340 if (!check_token(received)) { in message_handler()
1092 static inline int check_token(coap_pdu_t *received) in check_token() function1104 if (data[test_context->index].add_token && !check_token(received)) { in is_our_own()