Searched refs:CARP_NL_VRRP_ADV_INTER (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_carp_nl.h | 37 CARP_NL_VRRP_ADV_INTER = 12, /* u16, 12-bit field in centiseconds*/ enumerator
|
H A D | ip_carp.c | 2776 nlattr_add_u16(nw, CARP_NL_VRRP_ADV_INTER, in carp_nl_send() 2819 { .type = CARP_NL_VRRP_ADV_INTER, .off = _OUT(vrrp_adv_inter), .cb = nlattr_get_uint16 },
|
/freebsd/lib/libifconfig/ |
H A D | libifconfig_carp.c | 61 { .type = CARP_NL_VRRP_ADV_INTER, .off = _OUT(carpr_vrrp_adv_inter), .cb = snl_attr_get_uint16 }, 183 snl_add_msg_attr_u16(&nw, CARP_NL_VRRP_ADV_INTER, carpr->carpr_vrrp_adv_inter); in ifconfig_carp_set_info()
|