HomeSort by: relevance | last modified time | path
    Searched refs:PROTOCOL_VERSION (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/tmux/dist/
tmux-protocol.h 23 #define PROTOCOL_VERSION 8
76 * Don't forget to bump PROTOCOL_VERSION if any of these change!
proc.c 133 if (imsg->hdr.type != MSG_VERSION && version != PROTOCOL_VERSION) {
171 retval = imsg_compose(ibuf, type, PROTOCOL_VERSION, -1, fd, vp, len);
191 (long)getpid(), getversion(), socket_path, PROTOCOL_VERSION);
client.c 671 "(client %d, server %u)\n", PROTOCOL_VERSION,
  /src/usr.sbin/mrouted/
defs.h 64 #define PROTOCOL_VERSION 3 /* increment when packet format/content changes */
67 /* reset to 0 whever PROTOCOL_VERSION increments */
69 #define MROUTED_LEVEL ((MROUTED_VERSION << 8) | PROTOCOL_VERSION | \
main.c 172 "mrouted version %d.%d", PROTOCOL_VERSION, MROUTED_VERSION);
211 PROTOCOL_VERSION, MROUTED_VERSION);
snmp.c 219 snprintf(buff, sizeof(buff), "mrouted%d.%d", PROTOCOL_VERSION,
  /src/external/gpl3/gcc/dist/libobjc/
init.c 48 #define PROTOCOL_VERSION 2
968 if (((size_t)protocol->class_pointer) == PROTOCOL_VERSION)
997 PROTOCOL_VERSION);
  /src/external/gpl3/gcc.old/dist/libobjc/
init.c 48 #define PROTOCOL_VERSION 2
968 if (((size_t)protocol->class_pointer) == PROTOCOL_VERSION)
997 PROTOCOL_VERSION);
  /src/sys/dev/pci/
icp_pci.c 337 if (prot_ver != PROTOCOL_VERSION) {
411 if (prot_ver != PROTOCOL_VERSION) {
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 73 #define PROTOCOL_VERSION 2
1114 expr = build_int_cst (ttyp, PROTOCOL_VERSION);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 73 #define PROTOCOL_VERSION 2
1111 expr = build_int_cst (ttyp, PROTOCOL_VERSION);

Completed in 27 milliseconds