Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c72 #ifdef DLT_PPP_SERIAL
73 DLT_CHOICE(DLT_PPP_SERIAL, "PPP over serial"),
/freebsd/contrib/tcpdump/
H A Dprint.c201 #ifdef DLT_PPP_SERIAL
202 { ppp_hdlc_if_print, DLT_PPP_SERIAL },
/freebsd/contrib/libpcap/
H A Dpcap-dag.c574 (p->linktype != DLT_PPP_SERIAL) && in dag_read()
590 (p->linktype != DLT_PPP_SERIAL) && in dag_read()
1317 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
1356 p->dlt_list[dlt_index++] = DLT_PPP_SERIAL;
H A Dpcap-common.c1362 if (dlt == DLT_REDBACK_SMARTEDGE || dlt == DLT_PPP_SERIAL || in dlt_to_linktype()
H A Dpcap-npf.c1201 p->linktype = DLT_PPP_SERIAL; in pcap_activate_npf()
H A Dgencode.c1263 case DLT_PPP_SERIAL: /* NetBSD sync/async serial PPP */ in init_linktype()
3338 case DLT_PPP_SERIAL: in gen_linktype()
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h237 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
/freebsd/sys/net/
H A Ddlt.h211 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h227 #define DLT_PPP_SERIAL 50 /* PPP over serial with HDLC encapsulation */ macro