Searched refs:PROTOCOL_VERSION (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dtmux-protocol.h23 #define PROTOCOL_VERSION 8 macro
76 * Don't forget to bump PROTOCOL_VERSION if any of these change!
H A Dproc.c136 if (imsg->hdr.type != MSG_VERSION && version != PROTOCOL_VERSION) {
174 retval = imsg_compose(ibuf, type, PROTOCOL_VERSION, -1, fd, vp, len);
194 (long)getpid(), getversion(), socket_path, PROTOCOL_VERSION);
H A Dclient.c663 "(client %d, server %u)\n", PROTOCOL_VERSION,
/openbsd-current/usr.sbin/smtpd/
H A Dtable_proc.c29 #define PROTOCOL_VERSION "0.1" macro
67 PROTOCOL_VERSION, (long long)tv.tv_sec, (long)tv.tv_usec,
146 fprintf(priv->out, "config|protocol|"PROTOCOL_VERSION"\n");
H A Dlka_filter.c27 #define PROTOCOL_VERSION "0.7" macro
195 io_printf(pi->io, "config|protocol|%s\n", PROTOCOL_VERSION);
919 PROTOCOL_VERSION,
925 PROTOCOL_VERSION,
943 PROTOCOL_VERSION,
1361 PROTOCOL_VERSION, (long long)tv->tv_sec, (long)tv->tv_usec,
/openbsd-current/usr.sbin/mrouted/
H A Ddefs.h60 #define PROTOCOL_VERSION 3 /* increment when packet format/content changes */ macro
63 /* reset to 0 whenever PROTOCOL_VERSION increments */
65 #define MROUTED_LEVEL ((MROUTED_VERSION << 8) | PROTOCOL_VERSION | \
H A Dmain.c159 PROTOCOL_VERSION, MROUTED_VERSION);
198 PROTOCOL_VERSION, MROUTED_VERSION);
/openbsd-current/sys/dev/pci/
H A Dgdt_pci.c324 if (prot_ver != PROTOCOL_VERSION) {
398 if (prot_ver != PROTOCOL_VERSION) {
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c133 #define PROTOCOL_VERSION 2
4699 expr = build_int_cst (cast_type, PROTOCOL_VERSION);
132 #define PROTOCOL_VERSION macro
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c109 #define PROTOCOL_VERSION 2
3206 expr = build_int_2 (PROTOCOL_VERSION, 0);
107 #define PROTOCOL_VERSION macro

Completed in 151 milliseconds