Home
last modified time | relevance | path

Searched refs:DLT_C_HDLC (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-common.c1330 #if DLT_C_HDLC != LINKTYPE_C_HDLC in dlt_to_linktype()
1332 if (dlt == DLT_C_HDLC) in dlt_to_linktype()
1485 #if LINKTYPE_C_HDLC != DLT_C_HDLC in linktype_to_dlt()
1488 return (DLT_C_HDLC); in linktype_to_dlt()
H A Dgencode.c1261 case DLT_C_HDLC: /* BSD/OS Cisco HDLC */ in init_linktype()
3220 case DLT_C_HDLC: in gen_linktype()
6579 case DLT_C_HDLC: in gen_proto()
9299 case DLT_C_HDLC: /* fall through */ in gen_mpls()
H A Dpcap-linux.c2114 handle->linktype = DLT_C_HDLC; in map_arphrd_to_dlt()
H A DCHANGES1313 - Support added for OpenBSD DLT_LOOP and BSD/OS DLT_C_HDLC (Cisco HDLC),
/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c78 #ifdef DLT_C_HDLC
79 DLT_CHOICE(DLT_C_HDLC, "Cisco HDLC"),
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h282 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro
283 #define DLT_CHDLC DLT_C_HDLC
/freebsd/sys/net/
H A Ddlt.h256 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro
257 #define DLT_CHDLC DLT_C_HDLC
/freebsd/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/contrib/tcpdump/
H A Dprint.c66 #ifdef DLT_C_HDLC
67 { chdlc_if_print, DLT_C_HDLC },