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

  /external/tcpdump/missing/
dlnames.c 105 #ifdef DLT_PFLOG
106 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
  /external/libpcap/pcap/
bpf.h 180 * 17 was used for DLT_PFLOG in OpenBSD; it no longer is.
185 * platforms other than OpenBSD, we defined DLT_PFLOG as 117,
186 * and we mapped between LINKTYPE_PFLOG and DLT_PFLOG.
188 * OpenBSD eventually switched to using 117 for DLT_PFLOG as well.
202 * DLT_PFLOG, is not only OS-dependent but OS-version-dependent,
341 * OpenBSD DLT_PFLOG.
343 #define DLT_PFLOG 117
    [all...]
  /external/libpcap/
gencode.c 1266 case DLT_PFLOG:
    [all...]
pcap.c 1123 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
    [all...]
  /external/tcpdump/
tcpdump.c 216 #if defined(DLT_PFLOG) && defined(HAVE_NET_PFVAR_H)
217 { pflog_if_print, DLT_PFLOG },
    [all...]

Completed in 36 milliseconds