Home
last modified time | relevance | path

Searched refs:IFLA_AF_SPEC (Results 1 – 25 of 38) sorted by relevance

12

/external/strace/xlat/
Drtnl_link_attrs.h188 #if defined(IFLA_AF_SPEC) || (defined(HAVE_DECL_IFLA_AF_SPEC) && HAVE_DECL_IFLA_AF_SPEC)
190 static_assert((IFLA_AF_SPEC) == (26), "IFLA_AF_SPEC != 26");
193 # define IFLA_AF_SPEC 26
407 XLAT(IFLA_AF_SPEC),
Drtnl_link_attrs.in27 IFLA_AF_SPEC 26
/external/iproute2/bridge/
Dlink.c206 if (tb[IFLA_AF_SPEC]) { in print_linkinfo()
212 parse_rtattr_nested(aftb, IFLA_BRIDGE_MAX, tb[IFLA_AF_SPEC]); in print_linkinfo()
219 print_vlan_info(fp, tb[IFLA_AF_SPEC], in print_linkinfo()
425 nest = addattr_nest(&req.n, sizeof(req), IFLA_AF_SPEC); in brlink_modify()
Dvlan.c112 afspec = addattr_nest(&req.n, sizeof(req), IFLA_AF_SPEC); in vlan_modify()
214 if (!tb[IFLA_AF_SPEC]) { in print_vlan()
221 print_vlan_info(fp, tb[IFLA_AF_SPEC], ifm->ifi_index); in print_vlan()
/external/strace/tests-m32/
Dnlattr_ifla_af_spec.c45 enum { IFLA_AF_SPEC = 26 }; enumerator
62 #define IFLA_ATTR IFLA_AF_SPEC
/external/strace/tests-mx32/
Dnlattr_ifla_af_spec.c45 enum { IFLA_AF_SPEC = 26 }; enumerator
62 #define IFLA_ATTR IFLA_AF_SPEC
/external/strace/tests/
Dnlattr_ifla_af_spec.c45 enum { IFLA_AF_SPEC = 26 }; enumerator
62 #define IFLA_ATTR IFLA_AF_SPEC
/external/iproute2/ip/
Diptoken.c162 afs = addattr_nest(&req.n, sizeof(req), IFLA_AF_SPEC); in iptoken_set()
/external/libnl/include/linux-private/linux/
Dif_link.h137 IFLA_AF_SPEC, enumerator
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const76 IFLA_AF_SPEC = 26
Dsocket_netlink_route_arm.const76 IFLA_AF_SPEC = 26
Dsocket_netlink_route_386.const76 IFLA_AF_SPEC = 26
Dsocket_netlink_route_ppc64le.const76 IFLA_AF_SPEC = 26
Dsocket_netlink_route_arm64.const76 IFLA_AF_SPEC = 26
Dsocket_netlink_route.txt166 IFLA_AF_SPEC nlattr[IFLA_AF_SPEC, array[nlattr_t[flags[rtnl_af, int16], void]]]
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dztypes_linux_sparc64.go413 IFLA_AF_SPEC = 0x1a const
Dztypes_linux_s390x.go462 IFLA_AF_SPEC = 0x1a const
Dztypes_linux_386.go458 IFLA_AF_SPEC = 0x1a const
Dztypes_linux_mips.go459 IFLA_AF_SPEC = 0x1a const
Dztypes_linux_amd64.go462 IFLA_AF_SPEC = 0x1a const
Dztypes_linux_ppc64.go464 IFLA_AF_SPEC = 0x1a const
/external/libnl/lib/route/
Dlink.c287 [IFLA_AF_SPEC] = { .type = NLA_NESTED },
587 if (tb[IFLA_AF_SPEC]) { in link_msg_parser()
591 nla_for_each_nested(af_attr, tb[IFLA_AF_SPEC], remaining) { in link_msg_parser()
1339 if (!(af_spec = nla_nest_start(msg, IFLA_AF_SPEC))) in build_link_msg()
/external/iproute2/include/uapi/linux/
Dif_link.h142 IFLA_AF_SPEC, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_link.h142 IFLA_AF_SPEC, enumerator
/external/strace/
Drtnl_link.c866 [IFLA_AF_SPEC] = decode_ifla_af_spec,

12