Searched refs:DLT_C_HDLC (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/tcpdump/missing/
H A Ddlnames.c80 #ifdef DLT_C_HDLC
81 DLT_CHOICE(DLT_C_HDLC, "Cisco HDLC"),
/freebsd-current/contrib/libpcap/pcap/
H A Ddlt.h247 * a link type of 104 in a save file will be mapped to DLT_C_HDLC,
250 * DLT_C_HDLC.
252 * The name DLT_C_HDLC was used by BSD/OS; we use that name for source
258 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro
259 #define DLT_CHDLC DLT_C_HDLC
/freebsd-current/sys/net/
H A Ddlt.h245 * a link type of 104 in a save file will be mapped to DLT_C_HDLC,
248 * DLT_C_HDLC.
250 * The name DLT_C_HDLC was used by BSD/OS; we use that name for source
256 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro
257 #define DLT_CHDLC DLT_C_HDLC
/freebsd-current/sbin/ipf/ipf/
H A Dbpf-ipf.h239 * a link type of 104 in a save file will be mapped to DLT_C_HDLC,
242 * DLT_C_HDLC.
244 * The name DLT_C_HDLC was used by BSD/OS; we use that name for source
250 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro
251 #define DLT_CHDLC DLT_C_HDLC
/freebsd-current/contrib/tcpdump/
H A Dprint.c68 #ifdef DLT_C_HDLC
69 { chdlc_if_print, DLT_C_HDLC },
/freebsd-current/contrib/libpcap/
H A Dpcap-common.c173 * that uses it, it's Cisco HDLC, so it's the same as DLT_C_HDLC/
1250 { DLT_C_HDLC, LINKTYPE_C_HDLC },
H A Dgencode.c1259 case DLT_C_HDLC: /* BSD/OS Cisco HDLC */
3218 case DLT_C_HDLC:
6569 case DLT_C_HDLC:
9031 case DLT_C_HDLC: /* fall through */
H A Dpcap-linux.c2072 handle->linktype = DLT_C_HDLC;

Completed in 695 milliseconds