Home
last modified time | relevance | path

Searched refs:DLT_PFSYNC (Results 1 – 21 of 21) sorted by relevance

/external/libpcap/pcap/
Ddlt.h136 #define DLT_PFSYNC 18 macro
352 #define DLT_PFSYNC 121 macro
1146 #define DLT_PFSYNC 246 macro
/external/scapy/scapy/
Ddata.py67 DLT_PFSYNC = 121 variable
69 DLT_PFSYNC = 18 variable
/external/libpcap/
Dpcap-common.c1172 if (dlt == DLT_PFSYNC) in dlt_to_linktype()
1212 return (DLT_PFSYNC); in linktype_to_dlt()
DCHANGES247 Handle DLT_PFSYNC in {FreeBSD, other *BSD+Mac OS X, other}.
Dgencode.c1563 case DLT_PFSYNC: in init_linktype()
3479 case DLT_PFSYNC: in gen_linktype()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go260 DLT_PFSYNC = 0x12 const
Dzerrors_dragonfly_amd64.go263 DLT_PFSYNC = 0x12 const
Dzerrors_openbsd_arm.go182 DLT_PFSYNC = 0x12 const
Dzerrors_openbsd_amd64.go190 DLT_PFSYNC = 0x12 const
Dzerrors_openbsd_386.go182 DLT_PFSYNC = 0x12 const
Dzerrors_darwin_386.go374 DLT_PFSYNC = 0x12 const
Dzerrors_darwin_arm64.go374 DLT_PFSYNC = 0x12 const
Dzerrors_darwin_amd64.go374 DLT_PFSYNC = 0x12 const
Dzerrors_netbsd_arm.go271 DLT_PFSYNC = 0x12 const
Dzerrors_darwin_arm.go374 DLT_PFSYNC = 0x12 const
Dzerrors_freebsd_386.go484 DLT_PFSYNC = 0x79 const
Dzerrors_freebsd_arm.go485 DLT_PFSYNC = 0x79 const
Dzerrors_netbsd_386.go279 DLT_PFSYNC = 0x12 const
Dzerrors_freebsd_amd64.go484 DLT_PFSYNC = 0x79 const
Dzerrors_netbsd_amd64.go279 DLT_PFSYNC = 0x12 const
/external/tcpdump/
DCHANGES441 Tried to include DLT_PFSYNC support, failed due to headers required.