Home
last modified time | relevance | path

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

/openbsd/libexec/talkd/
H A Dtable.c92 if ((current_time - ptr->time) > MAX_LIFE) { in find_match()
133 if ((current_time - ptr->time) > MAX_LIFE) { in find_request()
/openbsd/include/protocols/
H A Dtalkd.h116 #define MAX_LIFE 60 /* max time daemon saves invitations */ macro