Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcpdump/missing/
Ddlnames.c74 #ifdef DLT_PPP_SERIAL
75 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
/freebsd-12-stable/contrib/tcpdump/
Dprint.c223 #ifdef DLT_PPP_SERIAL
224 { ppp_hdlc_if_print, DLT_PPP_SERIAL },
/freebsd-12-stable/contrib/libpcap/
Dpcap-dag.c572 (p->linktype != DLT_PPP_SERIAL) && in dag_read()
588 (p->linktype != DLT_PPP_SERIAL) && in dag_read()
1332 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
1377 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
Dpcap-common.c1180 { DLT_PPP_SERIAL, LINKTYPE_PPP_HDLC },
Dpcap-npf.c1018 p->linktype = DLT_PPP_SERIAL; in pcap_activate_npf()
Dgencode.c1259 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */ in init_linktype()
3295 case DLT_PPP_SERIAL: in gen_linktype()
/freebsd-12-stable/contrib/libpcap/pcap/
Ddlt.h152 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
/freebsd-12-stable/sys/net/
Ddlt.h154 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
/freebsd-12-stable/sbin/ipf/ipf/
Dbpf-ipf.h232 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro