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 258 * a link type of 104 in a save file will be mapped to DLT_C_HDLC,
261 * DLT_C_HDLC.
263 * The name DLT_C_HDLC was used by BSD/OS; we use that name for source
269 #define DLT_C_HDLC 104 /* Cisco HDLC */
270 #define DLT_CHDLC DLT_C_HDLC
    [all...]
  /external/libpcap/
pcap-common.c 976 { DLT_C_HDLC, LINKTYPE_C_HDLC },
    [all...]
gencode.c 1029 case DLT_C_HDLC: /* BSD/OS Cisco HDLC */
    [all...]
pcap.c 1116 DLT_CHOICE(DLT_C_HDLC, "Cisco HDLC"),
    [all...]
pcap-linux.c     [all...]
  /external/tcpdump/
tcpdump.c 195 #ifdef DLT_C_HDLC
196 { chdlc_if_print, DLT_C_HDLC },
    [all...]

Completed in 330 milliseconds