OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vhid
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/ifconfig/
carp.c
98
struct pinteger parse_vhid = PINTEGER_INITIALIZER1(&
vhid
, "
vhid
",
99
0, 255, 10, setcarp_vhid, "
vhid
", &command_root.pb_parser);
110
, {.k_word = "
vhid
", .k_nextparser = &parse_vhid.pi_parser}
154
printf("\tcarp: %s carpdev %s
vhid
%d advbase %d advskew %d\n",
187
int64_t
vhid
;
local
189
if (!prop_dictionary_get_int64(env, "
vhid
", &
vhid
)) {
196
carpr.carpr_vhid =
vhid
;
288
"[ pass passphrase ] [ state state ] [
vhid
n ]\n")
[
all
...]
/src/tests/net/carp/
t_basic.sh
67
vhid
175 advskew $advskew advbase 1 pass s3cret \
72
vhid
175 advskew $advskew advbase 1 pass s3cret \
207
vhid
175 advskew $advskew advbase 1 pass s3cret $IP6_CARP
211
vhid
175 advskew $advskew advbase 1 pass s3cret \
/src/sys/netinet/
ip_carp.c
262
u_int8_t
vhid
= sc->sc_vhid & 0xff;
local
284
/* generate a key for the arpbalance hash, before the
vhid
is hashed */
291
SHA1Update(&sc->sc_sha1, (void *)&
vhid
, sizeof(
vhid
));
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026