Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_carp_nl.h37 CARP_NL_VRRP_ADV_INTER = 12, /* u16, 12-bit field in centiseconds*/ enumerator
H A Dip_carp.c2776 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 Dlibifconfig_carp.c61 { .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()