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

/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dclient.c231 MSG_IDENTIFY, PROTOCOL_VERSION, -1, fd, &data, sizeof data);
236 MSG_STDOUT, PROTOCOL_VERSION, -1, fd, NULL, 0);
241 MSG_STDERR, PROTOCOL_VERSION, -1, fd, NULL, 0);
262 imsg_compose(&client_ibuf, type, PROTOCOL_VERSION, -1, -1, buf, len);
405 "server %u)", PROTOCOL_VERSION, imsg.hdr.peerid);
H A Dcmd-server-info.c81 ctx->print(ctx, "protocol version is %d", PROTOCOL_VERSION);
H A Dserver-fn.c58 imsg_compose(ibuf, type, PROTOCOL_VERSION, -1, -1, __UNCONST(buf), len);
H A Dserver-client.c746 if (imsg.hdr.peerid != PROTOCOL_VERSION) {
H A Dtmux.h22 #define PROTOCOL_VERSION 6 macro
63 * PROTOCOL_VERSION if any of these change!
389 * Don't forget to bump PROTOCOL_VERSION if any of these change!
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Ddefs.h64 #define PROTOCOL_VERSION 3 /* increment when packet format/content changes */ macro
67 /* reset to 0 whever PROTOCOL_VERSION increments */
69 #define MROUTED_LEVEL ((MROUTED_VERSION << 8) | PROTOCOL_VERSION | \
H A Dmain.c172 "mrouted version %d.%d", PROTOCOL_VERSION, MROUTED_VERSION);
211 PROTOCOL_VERSION, MROUTED_VERSION);
H A Dsnmp.c219 snprintf(buff, sizeof(buff), "mrouted%d.%d", PROTOCOL_VERSION,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dinit.c32 #define PROTOCOL_VERSION 2 macro
863 if (((size_t)aProto->class_pointer) == PROTOCOL_VERSION)
877 PROTOCOL_VERSION);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dinit.c32 #define PROTOCOL_VERSION 2 macro
863 if (((size_t)aProto->class_pointer) == PROTOCOL_VERSION)
877 PROTOCOL_VERSION);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dicp_pci.c339 if (prot_ver != PROTOCOL_VERSION) {
413 if (prot_ver != PROTOCOL_VERSION) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c135 #define PROTOCOL_VERSION 2
4797 expr = build_int_cst (cast_type, PROTOCOL_VERSION);
134 #define PROTOCOL_VERSION macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/objc/
H A Dobjc-act.c133 #define PROTOCOL_VERSION 2
4703 expr = build_int_cst (cast_type, PROTOCOL_VERSION);
132 #define PROTOCOL_VERSION macro

Completed in 246 milliseconds