OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DLT_PPP_BSDOS
(Results
1 - 25
of
37
) sorted by null
1
2
/external/tcpdump/missing/
dlnames.c
67
#ifdef
DLT_PPP_BSDOS
68
DLT_CHOICE(
DLT_PPP_BSDOS
, "BSD/OS PPP"),
/external/libpcap/pcap/
bpf.h
165
* for DLT_SLIP_BSDOS and
DLT_PPP_BSDOS
, which are 15 and 16, but they
171
#define
DLT_PPP_BSDOS
14 /* BSD/OS Point-to-point Protocol */
175
#define
DLT_PPP_BSDOS
16 /* BSD/OS Point-to-point Protocol */
[
all
...]
/external/libpcap/
pcap-common.c
[
all
...]
pcap.c
1123
DLT_CHOICE(
DLT_PPP_BSDOS
, "BSD/OS PPP"),
[
all
...]
pcap-bpf.c
[
all
...]
/external/tcpdump/
tcpdump.c
382
#ifdef
DLT_PPP_BSDOS
383
{ ppp_bsdos_if_print,
DLT_PPP_BSDOS
},
[
all
...]
/prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go
173
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_darwin_amd64.go
173
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_darwin_arm.go
172
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_darwin_arm64.go
174
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_dragonfly_amd64.go
246
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_freebsd_386.go
360
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_freebsd_amd64.go
360
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_freebsd_arm.go
360
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_netbsd_386.go
277
DLT_PPP_BSDOS
= 0xe
[
all
...]
zerrors_netbsd_amd64.go
277
DLT_PPP_BSDOS
= 0xe
[
all
...]
zerrors_netbsd_arm.go
269
DLT_PPP_BSDOS
= 0xe
[
all
...]
zerrors_openbsd_386.go
179
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_openbsd_amd64.go
179
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_openbsd_arm.go
179
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_solaris_amd64.go
240
DLT_PPP_BSDOS
= 0xe
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go
173
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_darwin_amd64.go
173
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_darwin_arm.go
172
DLT_PPP_BSDOS
= 0x10
[
all
...]
zerrors_darwin_arm64.go
174
DLT_PPP_BSDOS
= 0x10
[
all
...]
Completed in 606 milliseconds
1
2