Home
last modified time | relevance | path

Searched refs:CARP_NL_IFNAME (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dip_carp_nl.h34 CARP_NL_IFNAME = 9, /* string */ enumerator
H A Dip_carp.c2816 { .type = CARP_NL_IFNAME, .off = _OUT(ifname), .cb = nlattr_get_string },
/freebsd/lib/libifconfig/
H A Dlibifconfig_carp.c99 snl_add_msg_attr_string(&nw, CARP_NL_IFNAME, name); in _ifconfig_carp_get()
175 snl_add_msg_attr_string(&nw, CARP_NL_IFNAME, name); in ifconfig_carp_set_info()
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_generic.py170 CARP_NL_IFNAME = 9 variable in CarpAttrType
183 AttrDescr(CarpAttrType.CARP_NL_IFNAME, NlAttrStr),