HomeSort by relevance Sort by last modified time
    Searched refs:DLT_PPP_SERIAL (Results 1 - 25 of 37) sorted by null

1 2

  /external/tcpdump/missing/
dlnames.c 74 #ifdef DLT_PPP_SERIAL
75 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
  /external/tcpdump/
print.c 220 #ifdef DLT_PPP_SERIAL
221 { ppp_hdlc_if_print, DLT_PPP_SERIAL },
  /external/libpcap/pcap/
dlt.h 156 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */
    [all...]
  /external/libpcap/
pcap-common.c 139 * HDLC"). This is, for example, what you get with NetBSD's DLT_PPP_SERIAL.
141 * We give it the same value as NetBSD's DLT_PPP_SERIAL, in the hopes that
142 * nobody else will choose a DLT_ value of 50, and so that DLT_PPP_SERIAL
    [all...]
pcap-dag.c     [all...]
pcap-win32.c 1004 p->linktype = DLT_PPP_SERIAL;
    [all...]
  /external/scapy/scapy/
data.py 72 DLT_PPP_SERIAL = 50
  /external/scapy/scapy/layers/
ppp.py 14 from scapy.data import DLT_PPP, DLT_PPP_SERIAL, DLT_PPP_ETHER
718 conf.l2types.register(DLT_PPP_SERIAL, HDLC)
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 174 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_darwin_amd64.go 174 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_darwin_arm.go 173 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_darwin_arm64.go 175 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_dragonfly_amd64.go 249 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_freebsd_386.go 363 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_freebsd_amd64.go 363 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_freebsd_arm.go 363 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_netbsd_386.go 280 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_netbsd_amd64.go 280 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_netbsd_arm.go 272 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_openbsd_386.go 181 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_openbsd_amd64.go 181 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_openbsd_arm.go 181 DLT_PPP_SERIAL = 0x32
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 174 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_darwin_amd64.go 174 DLT_PPP_SERIAL = 0x32
    [all...]
zerrors_darwin_arm.go 173 DLT_PPP_SERIAL = 0x32
    [all...]

Completed in 1101 milliseconds

1 2