Searched refs:DLT_C_HDLC (Results 1 – 9 of 9) sorted by relevance
1330 #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()
1261 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()
2114 handle->linktype = DLT_C_HDLC; in map_arphrd_to_dlt()
1313 - Support added for OpenBSD DLT_LOOP and BSD/OS DLT_C_HDLC (Cisco HDLC),
78 #ifdef DLT_C_HDLC79 DLT_CHOICE(DLT_C_HDLC, "Cisco HDLC"),
282 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro283 #define DLT_CHDLC DLT_C_HDLC
256 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro257 #define DLT_CHDLC DLT_C_HDLC
239 * 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 source250 #define DLT_C_HDLC 104 /* Cisco HDLC */ macro 251 #define DLT_CHDLC DLT_C_HDLC
66 #ifdef DLT_C_HDLC67 { chdlc_if_print, DLT_C_HDLC },