Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dauth.c399 return ++auth->last_replay; /* report error? */ in get_next_rdm_monotonic_counter()
402 return ++auth->last_replay; /* report error? */ in get_next_rdm_monotonic_counter()
421 auth->last_replay = rdm; in get_next_rdm_monotonic_counter()
424 rdm = ++auth->last_replay; in get_next_rdm_monotonic_counter()
446 return ++auth->last_replay; /* report error? */ in get_next_rdm_monotonic_clock()
Dauth.h65 uint64_t last_replay; member