Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/missing/
H A Ddlnames.c59 DLT_CHOICE(DLT_PPP, "PPP"),
/freebsd/contrib/libpcap/pcap/
H A Ddlt.h76 #define DLT_PPP 9 /* Point-to-point Protocol */ macro
/freebsd/sys/net/
H A Ddlt.h69 #define DLT_PPP 9 /* Point-to-point Protocol */ macro
H A Dbpf.c626 case DLT_PPP: in bpf_movein()
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h185 #define DLT_PPP 9 /* Point-to-point Protocol */ macro
/freebsd/contrib/libpcap/
H A Dpcap-common.c120 #define LINKTYPE_PPP DLT_PPP
H A Dpcap-pf.c428 p->linktype = DLT_PPP; in pcap_activate_pf()
H A Dpcap-bpf.c2347 case DLT_PPP:
H A Dgencode.c1259 case DLT_PPP: in init_linktype()
3336 case DLT_PPP: in gen_linktype()
9307 case DLT_PPP: in gen_mpls()
9418 PUSH_LINKHDR(cstate, DLT_PPP, cstate->off_linkpl.is_variable, in gen_pppoes()
/freebsd/contrib/tcpdump/
H A Dprint.c204 { ppp_if_print, DLT_PPP },