Searched refs:DLT_PPP (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | if_lmcvar.h | 462 #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/ |
| D | bpf.h | 162 #define DLT_PPP 9 /* Point-to-point Protocol */ macro
|
| D | bpf.c | 133 case DLT_PPP:
|
| D | if_ppp.c | 264 bpfattach(&sc->sc_bpf, &sc->sc_if, DLT_PPP, PPP_HDRLEN);
|
| /mirbsd/src/lib/libpcap/ |
| D | pcap.c | 241 DLT_CHOICE(DLT_PPP, "Point-to-point Protocol"),
|
| D | pcap-bpf.c | 277 case DLT_PPP: in pcap_open_live()
|
| D | gencode.c | 589 case DLT_PPP: 744 case DLT_PPP: 2968 case DLT_PPP:
|
| /mirbsd/src/usr.sbin/pppd/ |
| D | options.c | 1166 pc.linktype = DLT_PPP; 1182 pc.linktype = DLT_PPP;
|