Home
last modified time | relevance | path

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

/freebsd/usr.bin/talk/
H A Dctl_transact.c96 } while (nready > 0 && (rp->vers != TALK_VERSION || in ctl_transact()
98 } while (rp->vers != TALK_VERSION || rp->type != type); in ctl_transact()
H A Dget_names.c104 msg.vers = TALK_VERSION; in get_names()
/freebsd/libexec/talkd/
H A Dprocess.c62 rp->vers = TALK_VERSION; in process_request()
65 if (mp->vers != TALK_VERSION) { in process_request()
/freebsd/include/protocols/
H A Dtalkd.h93 #define TALK_VERSION 1 /* protocol version */ macro