OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DLT_PFSYNC
(Results
1 - 25
of
31
) sorted by null
1
2
/external/libpcap/pcap/
bpf.h
193
* 18 is used for
DLT_PFSYNC
in OpenBSD, NetBSD, DragonFly BSD and
199
* for DLT_CIP in Suse 6.3, so we don't define it as
DLT_PFSYNC
207
#define
DLT_PFSYNC
18
369
* assigned 121 as
DLT_PFSYNC
. Its libpcap does DLT_ <-> LINKTYPE_
373
* OpenBSD, from which pf came, however, uses 18 for
DLT_PFSYNC
;
377
* NetBSD and DragonFly BSD also use 18 for
DLT_PFSYNC
; their
379
* for
DLT_PFSYNC
, so it might not be able to write out dump files
387
* We'll define
DLT_PFSYNC
as 121 on FreeBSD and define it as 18 on
401
#define
DLT_PFSYNC
121
[
all
...]
/prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go
171
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_darwin_amd64.go
171
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_darwin_arm.go
170
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_darwin_arm64.go
172
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_solaris_amd64.go
238
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_dragonfly_amd64.go
243
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_freebsd_386.go
357
DLT_PFSYNC
= 0x79
[
all
...]
zerrors_freebsd_amd64.go
357
DLT_PFSYNC
= 0x79
[
all
...]
zerrors_freebsd_arm.go
357
DLT_PFSYNC
= 0x79
[
all
...]
zerrors_netbsd_386.go
274
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_netbsd_amd64.go
274
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_netbsd_arm.go
266
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_openbsd_386.go
177
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_openbsd_amd64.go
177
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_openbsd_arm.go
177
DLT_PFSYNC
= 0x12
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go
171
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_darwin_amd64.go
171
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_darwin_arm.go
170
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_darwin_arm64.go
172
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_solaris_amd64.go
238
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_dragonfly_amd64.go
243
DLT_PFSYNC
= 0x12
[
all
...]
zerrors_freebsd_386.go
357
DLT_PFSYNC
= 0x79
[
all
...]
zerrors_freebsd_amd64.go
357
DLT_PFSYNC
= 0x79
[
all
...]
zerrors_freebsd_arm.go
357
DLT_PFSYNC
= 0x79
[
all
...]
Completed in 2524 milliseconds
1
2