OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CARP_STATES
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
ip_carp.h
130
#define
CARP_STATES
"INIT", "BACKUP", "MASTER"
ip_carp.c
2225
static const char *
carp_states
[] = {
CARP_STATES
};
local in function:carp_set_state
2230
CARP_LOG(sc, ("state transition from: %s -> to: %s",
carp_states
[sc->sc_state],
carp_states
[state]));
/src/sbin/ifconfig/
carp.c
68
static const char *
carp_states
[] = {
CARP_STATES
};
variable in typeref:typename:const char * []
152
state =
carp_states
[carpr.carpr_state];
Completed in 12 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025