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

  /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/sys/dev/pci/
icp_pci.c 342 if (prot_ver != PROTOCOL_VERSION) {
416 if (prot_ver != PROTOCOL_VERSION) {

Completed in 15 milliseconds