Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-common.c190 #define LINKTYPE_NETBSD_HDLC 112 /* NetBSD HDLC framing */ macro
1325 #if DLT_HDLC != LINKTYPE_NETBSD_HDLC in dlt_to_linktype()
1328 return (LINKTYPE_NETBSD_HDLC); in dlt_to_linktype()
1480 #if LINKTYPE_NETBSD_HDLC != DLT_HDLC in linktype_to_dlt()
1482 if (linktype == LINKTYPE_NETBSD_HDLC) in linktype_to_dlt()