Lines Matching refs:vhid
388 uint8_t vhid = sc->sc_vhid & 0xff; in carp_hmac_prepare() local
412 SHA1Update(&sc->sc_sha1, (void *)&vhid, sizeof(vhid)); in carp_hmac_prepare()
777 carp_find_ifa(const struct mbuf *m, sa_family_t af, uint8_t vhid) in carp_find_ifa() argument
801 ifa->ifa_carp->sc_vhid == vhid) in carp_find_ifa()
803 if (vhid == 0 && carp_source_is_self(m, ifa, af)) in carp_find_ifa()
2028 int vhid; in carp_output() local
2050 bcopy(mtag + 1, &vhid, sizeof(vhid)); in carp_output()
2065 eh->ether_shost[5] = vhid; in carp_output()
2078 carp_alloc(struct ifnet *ifp, carp_version_t version, int vhid) in carp_alloc() argument
2090 .sc_vhid = vhid, in carp_alloc()
2095 .sc_addr = { 0, 0, 0x5e, 0, 1, vhid }, in carp_alloc()
2450 carp_attach(struct ifaddr *ifa, int vhid) in carp_attach() argument
2478 if (sc->sc_vhid == vhid) in carp_attach()
2795 uint32_t vhid; member
2808 { .type = CARP_NL_VHID, .off = _OUT(vhid), .cb = nlattr_get_uint32 },
2853 carpr.carpr_vhid = attrs.vhid; in carp_nl_get()
2884 if (attrs.vhid <= 0 || attrs.vhid > CARP_MAXVHID) in carp_nl_set()
2923 carpr.carpr_vhid = attrs.vhid; in carp_nl_set()