Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dif_lmcvar.h462 #define LMC_BPF_ATTACH(sc) bpfattach(&(sc)->lmc_sppp.pp_if, DLT_PPP, PPP_HEADER_LEN)
565 #define LMC_BPF_ATTACH(sc) bpfattach(&(sc)->lmc_bpf, &(sc)->lmc_sppp.pp_if, DLT_PPP, PPP_HEADER_LEN)
/mirbsd/src/sys/net/
Dbpf.h162 #define DLT_PPP 9 /* Point-to-point Protocol */ macro
Dbpf.c133 case DLT_PPP:
Dif_ppp.c264 bpfattach(&sc->sc_bpf, &sc->sc_if, DLT_PPP, PPP_HDRLEN);
/mirbsd/src/lib/libpcap/
Dpcap.c241 DLT_CHOICE(DLT_PPP, "Point-to-point Protocol"),
Dpcap-bpf.c277 case DLT_PPP: in pcap_open_live()
Dgencode.c589 case DLT_PPP:
744 case DLT_PPP:
2968 case DLT_PPP:
/mirbsd/src/usr.sbin/pppd/
Doptions.c1166 pc.linktype = DLT_PPP;
1182 pc.linktype = DLT_PPP;