Home
last modified time | relevance | path

Searched refs:DLT_LINUX_LAPD (Results 1 – 15 of 15) sorted by relevance

/external/libpcap/pcap/
Ddlt.h622 #define DLT_LINUX_LAPD 177 macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go250 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_dragonfly_amd64.go251 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_darwin_386.go351 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_darwin_arm64.go351 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_darwin_amd64.go351 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_netbsd_arm.go258 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_darwin_arm.go351 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_freebsd_386.go460 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_freebsd_arm.go461 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_netbsd_386.go266 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_freebsd_amd64.go460 DLT_LINUX_LAPD = 0xb1 const
Dzerrors_netbsd_amd64.go266 DLT_LINUX_LAPD = 0xb1 const
/external/libpcap/
Dpcap-linux.c3510 handle->linktype = DLT_LINUX_LAPD;
3693 handle->linktype == DLT_LINUX_LAPD ||
3763 handle->linktype != DLT_LINUX_LAPD &&
Dgencode.c3482 case DLT_LINUX_LAPD: in gen_linktype()