Home
last modified time | relevance | path

Searched defs:bpf (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/usr.sbin/wakeonlan/
Dwakeonlan.c83 wake(int bpf, const char *host) in wake()
94 bind_if_to_bpf(char const *ifname, int bpf) in bind_if_to_bpf()
159 send_wakeup(int bpf, struct ether_addr const *addr) in send_wakeup()
191 int bpf, n; in main() local
/netbsd/src/usr.bin/fstat/
Dmisc.c126 struct bpf_d bpf; in p_bpf() local
/netbsd/src/external/bsd/ipf/dist/tools/
Dipf_y.y2178 struct bpf_program bpf; local
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_irig.c239 double bpf[9]; /* IRIG-B filter shift register */ member
Drefclock_chu.c385 double bpf[9]; /* IIR bandpass filter */ member
Drefclock_wwv.c935 static double bpf[9]; /* 1000/1200-Hz bpf delay line */ in wwv_rf() local
/netbsd/src/sys/dev/sbus/
Ddbri.c1103 chi_reset(struct dbri_softc *sc, enum ms ms, int bpf) in chi_reset()
/netbsd/src/external/bsd/libpcap/dist/
Dpcap-sita.c896 static int pcap_setfilter_acn(pcap_t *handle, struct bpf_program *bpf) { in pcap_setfilter_acn()
/netbsd/src/sys/dev/pci/
Dxmm7360.c269 #define bpfattach(bpf, ifp, dlt, sz) bpf_attach(ifp, dlt, sz) argument