Searched refs:DLT_PPP_SERIAL (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/missing/
H A Ddlnames.c74 #ifdef DLT_PPP_SERIAL
75 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
/freebsd-11-stable/contrib/tcpdump/
H A Dprint.c220 #ifdef DLT_PPP_SERIAL
221 { ppp_hdlc_if_print, DLT_PPP_SERIAL },
/freebsd-11-stable/sys/net/
H A Ddlt.h154 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
/freebsd-11-stable/contrib/libpcap/pcap/
H A Ddlt.h152 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dag.c572 (p->linktype != DLT_PPP_SERIAL) &&
588 (p->linktype != DLT_PPP_SERIAL) &&
1332 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
1377 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
H A Dpcap-common.c127 * HDLC"). This is, for example, what you get with NetBSD's DLT_PPP_SERIAL.
129 * We give it the same value as NetBSD's DLT_PPP_SERIAL, in the hopes that
130 * nobody else will choose a DLT_ value of 50, and so that DLT_PPP_SERIAL
1180 { DLT_PPP_SERIAL, LINKTYPE_PPP_HDLC },
H A Dpcap-npf.c1018 p->linktype = DLT_PPP_SERIAL;
H A Dgencode.c1259 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */
3295 case DLT_PPP_SERIAL:
/freebsd-11-stable/contrib/ipfilter/
H A Dbpf-ipf.h232 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro

Completed in 208 milliseconds