Searched refs:IFAF_VHID (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netlink/route/ |
H A D | ifaddrs.h | 70 IFAF_VHID = 1, /* u32: carp vhid */ enumerator
|
H A D | iface.c | 752 { .type = IFAF_VHID, .off = _OUT(ifaf_vhid), .cb = nlattr_get_uint32 }, 1011 nlattr_add_u32(nw, IFAF_VHID, vhid); in dump_iface_addr()
|
/freebsd/tests/sys/netlink/ |
H A D | test_rtnl_ifaddr.py | 321 attrs_bsd = [NlAttrU32(IfafAttrType.IFAF_VHID, vhid)] 337 assert ifa_bsd.get_nla(IfafAttrType.IFAF_VHID).u32 == vhid 348 attrs_bsd = [NlAttrU32(IfafAttrType.IFAF_VHID, vhid)] 362 assert ifa_bsd.get_nla(IfafAttrType.IFAF_VHID).u32 == vhid
|
/freebsd/tests/atf_python/sys/netlink/ |
H A D | netlink_route.py | 411 IFAF_VHID = 1 variable in IfafAttrType 668 AttrDescr(IfafAttrType.IFAF_VHID, NlAttrU32),
|
/freebsd/sbin/ifconfig/ |
H A D | af_inet.c | 426 snl_add_msg_attr_u32(&nw, IFAF_VHID, pdata->vhid); in in_exec_nl()
|
H A D | af_inet6.c | 488 snl_add_msg_attr_u32(&nw, IFAF_VHID, pdata->vhid); in in6_exec_nl()
|
/freebsd/sys/netlink/ |
H A D | netlink_snl_route_parsers.h | 307 { .type = IFAF_VHID, .off = _OUT(ifaf_vhid), .cb = snl_attr_get_uint32 },
|