Home
last modified time | relevance | path

Searched refs:CARP_NL_VRRP_PRIORITY (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dip_carp_nl.h36 CARP_NL_VRRP_PRIORITY = 11, /* u8 */ enumerator
H A Dip_carp.c2775 nlattr_add_u8(nw, CARP_NL_VRRP_PRIORITY, sc->sc_vrrp_prio); in carp_nl_send()
2818 { .type = CARP_NL_VRRP_PRIORITY, .off = _OUT(vrrp_prio), .cb = nlattr_get_uint8 },
/freebsd/lib/libifconfig/
H A Dlibifconfig_carp.c60 { .type = CARP_NL_VRRP_PRIORITY, .off = _OUT(carpr_vrrp_prio), .cb = snl_attr_get_uint8 },
182 snl_add_msg_attr_u8(&nw, CARP_NL_VRRP_PRIORITY, carpr->carpr_vrrp_prio); in ifconfig_carp_set_info()