Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-common.c169 #define LINKTYPE_C_HDLC 104 /* Cisco HDLC */ macro
1330 #if DLT_C_HDLC != LINKTYPE_C_HDLC in dlt_to_linktype()
1333 return (LINKTYPE_C_HDLC); in dlt_to_linktype()
1485 #if LINKTYPE_C_HDLC != DLT_C_HDLC in linktype_to_dlt()
1487 if (linktype == LINKTYPE_C_HDLC) in linktype_to_dlt()