Home
last modified time | relevance | path

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

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