HomeSort by: relevance | last modified time | path
    Searched defs:vhid (Results 1 - 2 of 2) 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 in function:setcarp_vhid
189 if (!prop_dictionary_get_int64(env, "vhid", &vhid)) {
196 carpr.carpr_vhid = vhid;
288 "[ pass passphrase ] [ state state ] [ vhid n ]\n")
    [all...]
  /src/sys/netinet/
ip_carp.c 262 u_int8_t vhid = sc->sc_vhid & 0xff; local in function:carp_hmac_prepare
284 /* generate a key for the arpbalance hash, before the vhid is hashed */
291 SHA1Update(&sc->sc_sha1, (void *)&vhid, sizeof(vhid));

Completed in 13 milliseconds