Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dnetlink.h22 #define NETLINK_IP6_FW 13 macro
/third_party/iptables/libipq/
Dlibipq.c225 h->fd = socket(PF_NETLINK, SOCK_RAW, NETLINK_IP6_FW); in ipq_create_handle()
/third_party/libnl/python/netlink/
Dcore.py65 NETLINK_IP6_FW = 13 variable
/third_party/libnl/lib/
Dutils.c649 __ADD(NETLINK_IP6_FW,ip6_fw),
/third_party/python/Modules/
Dsocketmodule.c7256 PyModule_AddIntMacro(m, NETLINK_IP6_FW);