Searched refs:IFAF_FLAGS (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/netlink/route/ |
| H A D | ifaddrs.h | 71 IFAF_FLAGS = 2, /* u32: FreeBSD-specific ifa flags */ enumerator
|
| H A D | iface.c | 751 { .type = IFAF_FLAGS, .off = _OUT(ifaf_flags), .cb = nlattr_get_uint32 }, 1015 nlattr_add_u32(nw, IFAF_FLAGS, ifa_flags); in dump_iface_addr()
|
| /freebsd-14.2/tests/atf_python/sys/netlink/ |
| H A D | netlink_route.py | 412 IFAF_FLAGS = 2 variable in IfafAttrType 669 AttrDescr(IfafAttrType.IFAF_FLAGS, NlAttrU32),
|
| /freebsd-14.2/tests/sys/netlink/ |
| H A D | test_rtnl_ifaddr.py | 422 attrs_bsd = [NlAttrU32(IfafAttrType.IFAF_FLAGS, f_flags)] 434 assert ifa_bsd.get_nla(IfafAttrType.IFAF_FLAGS).u32 == f_flags
|
| /freebsd-14.2/sbin/ifconfig/ |
| H A D | af_inet.c | 424 snl_add_msg_attr_u32(&nw, IFAF_FLAGS, pdata->flags); in in_exec_nl()
|
| H A D | af_inet6.c | 486 snl_add_msg_attr_u32(&nw, IFAF_FLAGS, pdata->flags); in in6_exec_nl()
|
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_snl_route_parsers.h | 308 { .type = IFAF_FLAGS, .off = _OUT(ifaf_flags), .cb = snl_attr_get_uint32 },
|