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

/freebsd-11-stable/include/protocols/
H A Dtalkd.h86 #define TALK_VERSION 1 /* protocol version */ macro
/freebsd-11-stable/usr.bin/talk/
H A Dctl_transact.c100 } while (nready > 0 && (rp->vers != TALK_VERSION ||
102 } while (rp->vers != TALK_VERSION || rp->type != type);
H A Dget_names.c108 msg.vers = TALK_VERSION;
/freebsd-11-stable/libexec/talkd/
H A Dprocess.c68 rp->vers = TALK_VERSION;
71 if (mp->vers != TALK_VERSION) {

Completed in 72 milliseconds