Home
last modified time | relevance | path

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

/net-tools-latest/libcoap/include/coap/
Dcoap_time.h128 static inline int coap_time_lt(coap_tick_t a, coap_tick_t b) { in coap_time_lt() function
137 return a == b || coap_time_lt(a,b); in coap_time_le()