Home
last modified time | relevance | path

Searched refs:NLMSG_ERROR (Results 1 – 25 of 30) sorted by relevance

12

/third_party/musl/src/network/
Dnetlink.c35 if (h->nlmsg_type == NLMSG_ERROR) return -1; in __netlink_enumerate()
Dnetlink.h25 #define NLMSG_ERROR 0x2 macro
/third_party/ltp/lib/
Dtst_crypto.c56 if (nh->nlmsg_type == NLMSG_ERROR) in tst_crypto_recv_ack()
Dtst_rtnetlink.c235 if (ptr->nlmsg_type == NLMSG_ERROR) in tst_rtnl_recv()
/third_party/ltp/testcases/kernel/controllers/cgroup/
Dcgroup_regression_getdelays.c183 if (ans.n.nlmsg_type == NLMSG_ERROR || in get_family_id()
422 if (msg.n.nlmsg_type == NLMSG_ERROR || in main()
/third_party/libbpf/include/uapi/linux/
Dnetlink.h103 #define NLMSG_ERROR 0x2 /* Error */ macro
/third_party/selinux/libselinux/src/
Davc_internal.c207 case NLMSG_ERROR:{ in avc_netlink_process()
/third_party/ltp/testcases/kernel/connectors/pec/
Dpec_listener.c340 case NLMSG_ERROR: in main()
/third_party/toybox/toys/pending/
Dip.c1264 if (addr_ptr->nlmsg_type == NLMSG_ERROR) in ipaddrupdate()
1454 (addr_ptr->nlmsg_type == NLMSG_ERROR) || in ipaddr_print()
1459 (addr_ptr->nlmsg_type == NLMSG_ERROR)) in ipaddr_print()
1753 case NLMSG_ERROR: in display_route_info()
2809 case NLMSG_ERROR: in filter_nlmesg()
/third_party/libbpf/src/
Dnetlink.c187 case NLMSG_ERROR: in libbpf_netlink_recv()
/third_party/ltp/doc/
Dnetwork-c-api.txt340 - +err+ points to the payload of +NLMSG_ERROR+ messages. It is set to +NULL+
DC-Test-Network-API.asciidoc342 - +err+ points to the payload of +NLMSG_ERROR+ messages. It is set to +NULL+
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1584 NLMSG_ERROR
Dandroid.txt1624 NLMSG_ERROR
/third_party/rust/crates/linux-raw-sys/src/arm/
Dnetlink.rs86 pub const NLMSG_ERROR: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dnetlink.rs86 pub const NLMSG_ERROR: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/riscv32/
Dnetlink.rs85 pub const NLMSG_ERROR: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dnetlink.rs86 pub const NLMSG_ERROR: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dnetlink.rs86 pub const NLMSG_ERROR: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dnetlink.rs86 pub const NLMSG_ERROR: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dnetlink.rs86 pub const NLMSG_ERROR: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dnetlink.rs95 pub const NLMSG_ERROR: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dnetlink.rs95 pub const NLMSG_ERROR: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dnetlink.rs86 pub const NLMSG_ERROR: u32 = 2; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dnetlink.rs86 pub const NLMSG_ERROR: u32 = 2; constant

12