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

/freebsd-11-stable/contrib/tcpdump/missing/
H A Ddlnames.c80 #ifdef DLT_C_HDLC
81 DLT_CHOICE(DLT_C_HDLC, "Cisco HDLC"),
/freebsd-11-stable/sys/net/
H A Ddlt.h188 * a link type of 104 in a save file will be mapped to DLT_C_HDLC,
191 * DLT_C_HDLC.
193 * The name DLT_C_HDLC was used by BSD/OS; we use that name for source
199 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro
200 #define DLT_CHDLC DLT_C_HDLC
/freebsd-11-stable/contrib/libpcap/pcap/
H A Ddlt.h186 * a link type of 104 in a save file will be mapped to DLT_C_HDLC,
189 * DLT_C_HDLC.
191 * The name DLT_C_HDLC was used by BSD/OS; we use that name for source
197 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro
198 #define DLT_CHDLC DLT_C_HDLC
/freebsd-11-stable/contrib/tcpdump/
H A Dprint.c113 #ifdef DLT_C_HDLC
114 { chdlc_if_print, DLT_C_HDLC },
/freebsd-11-stable/contrib/ipfilter/
H A Dbpf-ipf.h244 * a link type of 104 in a save file will be mapped to DLT_C_HDLC,
247 * DLT_C_HDLC.
249 * The name DLT_C_HDLC was used by BSD/OS; we use that name for source
255 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro
256 #define DLT_CHDLC DLT_C_HDLC
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-common.c1167 { DLT_C_HDLC, LINKTYPE_C_HDLC },
H A Dgencode.c1258 case DLT_C_HDLC: /* BSD/OS Cisco HDLC */
3178 case DLT_C_HDLC:
6542 case DLT_C_HDLC:
9043 case DLT_C_HDLC: /* fall through */
H A Dpcap-linux.c3384 handle->linktype = DLT_C_HDLC;
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c3306 # ifndef DLT_C_HDLC
3307 # define DLT_C_HDLC DLT_PPP macro
3317 LMC_BPF_ATTACH(DLT_C_HDLC, 4);

Completed in 113 milliseconds