HomeSort by relevance Sort by last modified time
    Searched refs:NFULNL_CFG_CMD_PF_BIND (Results 1 - 7 of 7) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
nfnetlink_log.h 70 NFULNL_CFG_CMD_PF_BIND,
  /external/kernel-headers/original/uapi/linux/netfilter/
nfnetlink_log.h 66 NFULNL_CFG_CMD_PF_BIND,
  /external/libnl/include/linux-private/linux/netfilter/
nfnetlink_log.h 67 NFULNL_CFG_CMD_PF_BIND,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 63 NFULNL_CFG_CMD_PF_BIND,
  /external/libnl/lib/netfilter/
log.c 71 return build_log_cmd_request(pf, 0, NFULNL_CFG_CMD_PF_BIND, result);
  /system/netd/server/
NetlinkManager.cpp 112 if (android_nflog_send_config_cmd(*sock, 0, NFULNL_CFG_CMD_PF_BIND, AF_INET) < 0) {
113 ALOGE("Failed NFULNL_CFG_CMD_PF_BIND: %s", strerror(errno));
  /external/libpcap/
pcap-netfilter-linux.c 525 if (nflog_send_config_cmd(handle, 0, NFULNL_CFG_CMD_PF_BIND, AF_INET) < 0) {
526 pcap_snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "NFULNL_CFG_CMD_PF_BIND: %s", pcap_strerror(errno));

Completed in 569 milliseconds