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

  /bionic/libc/kernel/uapi/linux/netfilter/
nfnetlink_log.h 94 #define NFULNL_COPY_PACKET 0x02
  /external/kernel-headers/original/uapi/linux/netfilter/
nfnetlink_log.h 94 #define NFULNL_COPY_PACKET 0x02
  /external/libnl/include/linux-private/linux/netfilter/
nfnetlink_log.h 95 #define NFULNL_COPY_PACKET 0x02
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
nfnetlink_log.h 91 #define NFULNL_COPY_PACKET 0x02
  /external/libnl/lib/netfilter/
log.c 128 mode.copy_mode = NFULNL_COPY_PACKET;
  /system/netd/server/
NFLogListener.cpp 83 // mode must be one of: NFULNL_COPY_NONE, NFULNL_COPY_META, NFULNL_COPY_PACKET
192 const uint8_t copyMode = copyRange > 0 ? NFULNL_COPY_PACKET : NFULNL_COPY_NONE;
  /external/libpcap/
pcap-netfilter-linux.c 537 if (nflog_send_config_mode(handle, groups[i], NFULNL_COPY_PACKET, handle->snapshot) < 0) {
538 pcap_snprintf(handle->errbuf, PCAP_ERRBUF_SIZE, "NFULNL_COPY_PACKET: %s", pcap_strerror(errno));

Completed in 165 milliseconds