Searched refs:DLT_HDLC (Results 1 – 7 of 7) sorted by relevance
1325 #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()
1262 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()
275 Fix handling of LINKTYPE_HDLC/DLT_HDLC.
123 #ifdef DLT_HDLC124 DLT_CHOICE(DLT_HDLC, "Cisco HDLC"),
339 #define DLT_HDLC 16 /* Cisco HDLC */ macro341 #define DLT_HDLC 112 macro
313 #define DLT_HDLC 16 /* Cisco HDLC */ macro315 #define DLT_HDLC 112 macro
69 #ifdef DLT_HDLC70 { chdlc_if_print, DLT_HDLC },