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

1 2

  /external/tcpdump/missing/
dlnames.c 100 #ifdef DLT_PFLOG
101 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
  /external/libpcap/pcap/
bpf.h 179 * 17 was used for DLT_PFLOG in OpenBSD; it no longer is.
184 * platforms other than OpenBSD, we defined DLT_PFLOG as 117,
185 * and we mapped between LINKTYPE_PFLOG and DLT_PFLOG.
187 * OpenBSD eventually switched to using 117 for DLT_PFLOG as well.
201 * DLT_PFLOG, is not only OS-dependent but OS-version-dependent,
340 * OpenBSD DLT_PFLOG.
342 #define DLT_PFLOG 117
    [all...]
  /external/libpcap/
gencode.c     [all...]
pcap.c 1135 DLT_CHOICE(DLT_PFLOG, "OpenBSD pflog file"),
    [all...]
  /external/tcpdump/
tcpdump.c 287 #if defined(DLT_PFLOG) && defined(HAVE_NET_PFVAR_H)
288 { pflog_if_print, DLT_PFLOG },
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 170 DLT_PFLOG = 0x75
    [all...]
zerrors_darwin_amd64.go 170 DLT_PFLOG = 0x75
    [all...]
zerrors_darwin_arm.go 169 DLT_PFLOG = 0x75
    [all...]
zerrors_darwin_arm64.go 171 DLT_PFLOG = 0x75
    [all...]
zerrors_dragonfly_amd64.go 242 DLT_PFLOG = 0x75
    [all...]
zerrors_freebsd_386.go 356 DLT_PFLOG = 0x75
    [all...]
zerrors_freebsd_amd64.go 356 DLT_PFLOG = 0x75
    [all...]
zerrors_freebsd_arm.go 356 DLT_PFLOG = 0x75
    [all...]
zerrors_netbsd_386.go 273 DLT_PFLOG = 0x75
    [all...]
zerrors_netbsd_amd64.go 273 DLT_PFLOG = 0x75
    [all...]
zerrors_netbsd_arm.go 265 DLT_PFLOG = 0x75
    [all...]
zerrors_openbsd_386.go 176 DLT_PFLOG = 0x75
    [all...]
zerrors_openbsd_amd64.go 176 DLT_PFLOG = 0x75
    [all...]
zerrors_openbsd_arm.go 176 DLT_PFLOG = 0x75
    [all...]
zerrors_solaris_amd64.go 237 DLT_PFLOG = 0x75
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 170 DLT_PFLOG = 0x75
    [all...]
zerrors_darwin_amd64.go 170 DLT_PFLOG = 0x75
    [all...]
zerrors_darwin_arm.go 169 DLT_PFLOG = 0x75
    [all...]
zerrors_darwin_arm64.go 171 DLT_PFLOG = 0x75
    [all...]
zerrors_dragonfly_amd64.go 242 DLT_PFLOG = 0x75
    [all...]

Completed in 105 milliseconds

1 2