/external/strace/tests-m32/ |
D | nlattr_ifla_brport.c | 42 enum { IFLA_PROTINFO = 12 }; enumerator 48 #define IFLA_ATTR IFLA_PROTINFO
|
/external/strace/tests/ |
D | nlattr_ifla_brport.c | 42 enum { IFLA_PROTINFO = 12 }; enumerator 48 #define IFLA_ATTR IFLA_PROTINFO
|
/external/strace/tests-mx32/ |
D | nlattr_ifla_brport.c | 42 enum { IFLA_PROTINFO = 12 }; enumerator 48 #define IFLA_ATTR IFLA_PROTINFO
|
/external/strace/xlat/ |
D | rtnl_link_attrs.h | 90 #if defined(IFLA_PROTINFO) || (defined(HAVE_DECL_IFLA_PROTINFO) && HAVE_DECL_IFLA_PROTINFO) 92 static_assert((IFLA_PROTINFO) == (12), "IFLA_PROTINFO != 12"); 95 # define IFLA_PROTINFO 12 393 XLAT(IFLA_PROTINFO),
|
D | rtnl_link_attrs.in | 13 IFLA_PROTINFO 12
|
/external/libnl/include/linux-private/linux/ |
D | if_link.h | 118 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator 119 #define IFLA_PROTINFO IFLA_PROTINFO macro
|
/external/iproute2/bridge/ |
D | link.c | 157 if (tb[IFLA_PROTINFO]) { in print_linkinfo() 158 if (tb[IFLA_PROTINFO]->rta_type & NLA_F_NESTED) { in print_linkinfo() 162 tb[IFLA_PROTINFO]); in print_linkinfo() 203 print_portstate(fp, rta_getattr_u8(tb[IFLA_PROTINFO])); in print_linkinfo() 386 IFLA_PROTINFO | NLA_F_NESTED); in brlink_modify()
|
/external/iproute2/ip/ |
D | iptoken.c | 72 if (!tb[IFLA_PROTINFO]) in print_token() 75 parse_rtattr_nested(ltb, IFLA_INET6_MAX, tb[IFLA_PROTINFO]); in print_token()
|
/external/iproute2/include/uapi/linux/ |
D | if_link.h | 123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator 124 #define IFLA_PROTINFO IFLA_PROTINFO macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_link.h | 123 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator 124 #define IFLA_PROTINFO IFLA_PROTINFO macro
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | ztypes_linux_sparc64.go | 399 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_s390x.go | 448 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_386.go | 444 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_mips.go | 445 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_amd64.go | 448 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_ppc64.go | 450 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_mips64.go | 449 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_mipsle.go | 445 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_arm.go | 447 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_arm64.go | 449 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_mips64le.go | 449 IFLA_PROTINFO = 0xc const
|
D | ztypes_linux_ppc64le.go | 450 IFLA_PROTINFO = 0xc const
|
/external/libnl/lib/route/ |
D | link.c | 513 memcpy(&real_link_policy[IFLA_PROTINFO], in link_msg_parser() 555 tb[IFLA_PROTINFO] = (struct nlattr *)af_ops->ao_protinfo_policy; in link_msg_parser() 579 if (tb[IFLA_PROTINFO] && af_ops && af_ops->ao_parse_protinfo) { in link_msg_parser() 580 err = af_ops->ao_parse_protinfo(link, tb[IFLA_PROTINFO], in link_msg_parser()
|
/external/strace/ |
D | rtnl_link.c | 852 [IFLA_PROTINFO] = decode_ifla_protinfo,
|
D | configure.ac | 525 IFLA_PROTINFO,
|