Home
last modified time | relevance | path

Searched refs:NETLINK_IP6_FW (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dnetlink_protocols.h97 #if defined(NETLINK_IP6_FW) || (defined(HAVE_DECL_NETLINK_IP6_FW) && HAVE_DECL_NETLINK_IP6_FW)
99 static_assert((NETLINK_IP6_FW) == (13), "NETLINK_IP6_FW != 13");
102 # define NETLINK_IP6_FW 13
179 XLAT(NETLINK_IP6_FW),
Dnetlink_protocols.in14 NETLINK_IP6_FW 13
/external/iproute2/include/uapi/linux/
Dnetlink.h22 #define NETLINK_IP6_FW 13 macro
/external/libnl/include/linux-private/linux/
Dnetlink.h22 #define NETLINK_IP6_FW 13 macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h22 #define NETLINK_IP6_FW 13 macro
/external/iptables/libipq/
Dlibipq.c225 h->fd = socket(PF_NETLINK, SOCK_RAW, NETLINK_IP6_FW); in ipq_create_handle()
/external/iproute2/lib/
Drt_names.c611 [NETLINK_IP6_FW] = "ip6fw",
/external/libnl/python/netlink/
Dcore.py65 NETLINK_IP6_FW = 13 variable
/external/libnl/lib/
Dutils.c648 __ADD(NETLINK_IP6_FW,ip6_fw),
/external/rust/crates/nix/src/sys/socket/
Dmod.rs139 NetlinkIPv6Firewall = libc::NETLINK_IP6_FW,
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1433 pub const NETLINK_IP6_FW: ::c_int = 13; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2286 pub const NETLINK_IP6_FW: ::c_int = 13; constant
/external/python/cpython2/Modules/
Dsocketmodule.c4756 PyModule_AddIntConstant(m, "NETLINK_IP6_FW", NETLINK_IP6_FW);
/external/python/cpython3/Modules/
Dsocketmodule.c7300 PyModule_AddIntMacro(m, NETLINK_IP6_FW);