OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DLT_PFLOG
(Results
1 - 25
of
31
) sorted by null
1
2
/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
...]
/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_solaris_amd64.go
237
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
...]
/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_solaris_amd64.go
237
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
...]
Completed in 1077 milliseconds
1
2