HomeSort by relevance Sort by last modified time
    Searched refs:DLT_C_HDLC (Results 1 - 7 of 7) sorted by null

  /external/tcpdump/missing/
dlnames.c 84 #ifdef DLT_C_HDLC
85 DLT_CHOICE(DLT_C_HDLC, "Cisco HDLC"),
  /external/libpcap/
pcap-bpf.h 214 * a link type of 104 in a save file will be mapped to DLT_C_HDLC,
217 * DLT_C_HDLC.
219 * The name DLT_C_HDLC was used by BSD/OS; we use that name for source
225 #define DLT_C_HDLC 104 /* Cisco HDLC */
226 #define DLT_CHDLC DLT_C_HDLC
pcap.c 341 DLT_CHOICE(DLT_C_HDLC, "Cisco HDLC"),
savefile.c 593 { DLT_C_HDLC, LINKTYPE_C_HDLC },
    [all...]
pcap-linux.c     [all...]
gencode.c 891 case DLT_C_HDLC: /* BSD/OS Cisco HDLC */
    [all...]
  /external/tcpdump/
tcpdump.c 172 #ifdef DLT_C_HDLC
173 { chdlc_if_print, DLT_C_HDLC },
    [all...]

Completed in 224 milliseconds