Searched refs:DLT_PPP (Results 1 – 25 of 25) sorted by relevance
/external/tcpdump/missing/ |
D | dlnames.c | 61 DLT_CHOICE(DLT_PPP, "PPP"),
|
/external/libpcap/ |
D | pcap-common.c | 116 #define LINKTYPE_PPP DLT_PPP 1112 { DLT_PPP, LINKTYPE_PPP },
|
D | pcap-pf.c | 431 p->linktype = DLT_PPP; in pcap_activate_pf()
|
D | gencode.c | 1163 case DLT_PPP: in init_linktype() 3193 case DLT_PPP: in gen_linktype() 8394 case DLT_PPP: in gen_mpls() 8506 PUSH_LINKHDR(cstate, DLT_PPP, cstate->off_linkpl.is_variable, in gen_pppoes()
|
D | pcap-bpf.c | 2123 case DLT_PPP:
|
/external/libpcap/pcap/ |
D | dlt.h | 71 #define DLT_PPP 9 /* Point-to-point Protocol */ macro
|
/external/scapy/scapy/layers/ |
D | ppp.py | 14 from scapy.data import DLT_PPP, DLT_PPP_SERIAL, DLT_PPP_ETHER 717 conf.l2types.register(DLT_PPP, PPP)
|
/external/scapy/scapy/ |
D | data.py | 53 DLT_PPP = 9 variable
|
/external/tcpdump/ |
D | print.c | 213 { ppp_if_print, DLT_PPP },
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 261 DLT_PPP = 0x9 const
|
D | zerrors_openbsd_386.go | 183 DLT_PPP = 0x9 const
|
D | zerrors_openbsd_amd64.go | 191 DLT_PPP = 0x9 const
|
D | zerrors_dragonfly_amd64.go | 265 DLT_PPP = 0x9 const
|
D | zerrors_openbsd_arm.go | 183 DLT_PPP = 0x9 const
|
D | zerrors_darwin_arm64.go | 376 DLT_PPP = 0x9 const
|
D | zerrors_darwin_386.go | 376 DLT_PPP = 0x9 const
|
D | zerrors_darwin_arm.go | 376 DLT_PPP = 0x9 const
|
D | zerrors_darwin_amd64.go | 376 DLT_PPP = 0x9 const
|
D | zerrors_netbsd_amd64.go | 281 DLT_PPP = 0x9 const
|
D | zerrors_netbsd_386.go | 281 DLT_PPP = 0x9 const
|
D | zerrors_freebsd_arm.go | 488 DLT_PPP = 0x9 const
|
D | zerrors_freebsd_amd64.go | 487 DLT_PPP = 0x9 const
|
D | zerrors_freebsd_386.go | 487 DLT_PPP = 0x9 const
|
D | zerrors_netbsd_arm.go | 273 DLT_PPP = 0x9 const
|
/external/ppp/pppd/ |
D | options.c | 70 #define DLT_PPP_PPPD DLT_PPP
|