Searched refs:TALK_VERSION (Results 1 – 4 of 4) sorted by relevance
96 } while (nready > 0 && (rp->vers != TALK_VERSION || in ctl_transact()98 } while (rp->vers != TALK_VERSION || rp->type != type); in ctl_transact()
104 msg.vers = TALK_VERSION; in get_names()
62 rp->vers = TALK_VERSION; in process_request()65 if (mp->vers != TALK_VERSION) { in process_request()
93 #define TALK_VERSION 1 /* protocol version */ macro