HomeSort by relevance Sort by last modified time
    Searched defs:NF_DROP (Results 1 - 5 of 5) sorted by null

  /bionic/libc/kernel/uapi/linux/
netfilter.h 25 #define NF_DROP 0
37 #define NF_DROP_ERR(x) (((- x) << 16) | NF_DROP)
  /external/iptables/include/linux/
netfilter.h 9 #define NF_DROP 0
25 /* queue number (NF_QUEUE) or errno (NF_DROP) */
31 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
  /external/kernel-headers/original/uapi/linux/
netfilter.h 11 #define NF_DROP 0
27 /* queue number (NF_QUEUE) or errno (NF_DROP) */
33 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)
  /external/libnl/include/linux-private/linux/
netfilter.h 7 #define NF_DROP 0
  /external/iproute2/include/uapi/linux/
netfilter.h 11 #define NF_DROP 0
27 /* queue number (NF_QUEUE) or errno (NF_DROP) */
33 #define NF_DROP_ERR(x) (((-x) << 16) | NF_DROP)

Completed in 580 milliseconds