Home
last modified time | relevance | path

Searched refs:DLT_HDLC (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-common.c1325 #if DLT_HDLC != LINKTYPE_NETBSD_HDLC in dlt_to_linktype()
1327 if (dlt == DLT_HDLC) in dlt_to_linktype()
1480 #if LINKTYPE_NETBSD_HDLC != DLT_HDLC in linktype_to_dlt()
1483 return (DLT_HDLC); in linktype_to_dlt()
H A Dgencode.c1262 case DLT_HDLC: /* NetBSD (Cisco) HDLC */ in init_linktype()
3221 case DLT_HDLC: in gen_linktype()
6580 case DLT_HDLC: in gen_proto()
9300 case DLT_HDLC: in gen_mpls()
H A DCHANGES275 Fix handling of LINKTYPE_HDLC/DLT_HDLC.
/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c123 #ifdef DLT_HDLC
124 DLT_CHOICE(DLT_HDLC, "Cisco HDLC"),
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h339 #define DLT_HDLC 16 /* Cisco HDLC */ macro
341 #define DLT_HDLC 112 macro
/freebsd/sys/net/
H A Ddlt.h313 #define DLT_HDLC 16 /* Cisco HDLC */ macro
315 #define DLT_HDLC 112 macro
/freebsd/contrib/tcpdump/
H A Dprint.c69 #ifdef DLT_HDLC
70 { chdlc_if_print, DLT_HDLC },