Searched refs:CARP_NL_VRRP_PRIORITY (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_carp_nl.h | 36 CARP_NL_VRRP_PRIORITY = 11, /* u8 */ enumerator
|
H A D | ip_carp.c | 2775 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 D | libifconfig_carp.c | 60 { .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()
|