HomeSort by: relevance | last modified time | path
    Searched defs:MASTER (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/ifconfig/
carp.c 71 enum carpstateval { INIT = 0, BACKUP, MASTER };
78 , {.k_word = "MASTER", .k_type = KW_T_INT, .k_int = MASTER,
  /src/usr.sbin/timed/timed/
globals.h 64 #define SAMPLEINTVL 240 /* synch() freq for master in sec */
94 #define NOMASTER 0 /* no good master */
96 #define MASTER 2
98 #define ALL (SLAVE|MASTER|IGNORE)
99 #define SUBMASTER (SLAVE|MASTER)
152 extern int nmasternets; /* nets where I could be a master */
  /src/sys/netinet/
ip_carp.c 124 enum { INIT = 0, BACKUP, MASTER } sc_state;
150 struct callout sc_md_tmo; /* master down timeout */
151 struct callout sc_md6_tmo; /* master down timeout */
399 * carp interfaces which are master and have the same
778 case MASTER:
786 CARP_LOG(sc, ("MASTER -> BACKUP (more frequent advertisement received)"));
798 CARP_LOG(sc, ("BACKUP -> MASTER (preempting a slower master)"));
804 * If the master is going to advertise at such a low frequency
810 CARP_LOG(sc, ("BACKUP -> MASTER (master timed out)"))
    [all...]

Completed in 120 milliseconds