Searched refs:CARP_NL_IFNAME (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | ip_carp_nl.h | 34 CARP_NL_IFNAME = 9, /* string */ enumerator
|
H A D | ip_carp.c | 2816 { .type = CARP_NL_IFNAME, .off = _OUT(ifname), .cb = nlattr_get_string },
|
/freebsd/lib/libifconfig/ |
H A D | libifconfig_carp.c | 99 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 D | netlink_generic.py | 170 CARP_NL_IFNAME = 9 variable in CarpAttrType 183 AttrDescr(CarpAttrType.CARP_NL_IFNAME, NlAttrStr),
|