HomeSort by relevance Sort by last modified time
    Searched full:pfvar (Results 1 - 14 of 14) sorted by null

  /external/libpcap/
config.h 119 /* Define to 1 if you have the <net/pfvar.h> header file. */
128 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
config.h.in 121 /* Define to 1 if you have the <net/pfvar.h> header file. */
130 /* define if net/pfvar.h defines PF_NAT through PF_NORDR */
grammar.y 54 #include <net/pfvar.h>
278 %type <rblk> other pfvar p80211 pllc
528 | pfvar { $$ = $1; }
533 pfvar: PF_IFNAME ID { $$ = gen_pf_ifname($2); } label
configure.in 110 AC_CHECK_HEADERS(net/pfvar.h, , , [#include <sys/types.h>
117 AC_MSG_CHECKING(whether net/pfvar.h defines PF_NAT through PF_NORDR)
122 #include <net/pfvar.h>],
127 [define if net/pfvar.h defines PF_NAT through PF_NORDR])
    [all...]
CHANGES 323 Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
grammar.c 127 #include <net/pfvar.h>
1000 "pfvar", "p80211", "type", "subtype", "type_subtype", "pllc", "dir",
    [all...]
configure     [all...]
gencode.c 91 #include <net/pfvar.h>
    [all...]
  /external/tcpdump/
print-pflog.c 33 #include <net/pfvar.h>
config.h 65 /* Define to 1 if you have the <net/pfvar.h> header file. */
config.h.in 82 /* Define to 1 if you have the <net/pfvar.h> header file. */
configure.in 36 AC_CHECK_HEADERS(net/pfvar.h, , , [#include <sys/types.h>
CHANGES 271 Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
    [all...]
configure     [all...]

Completed in 1277 milliseconds