Home
last modified time | relevance | path

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

/freebsd/usr.sbin/wake/
H A Dwake.c74 wake(int bpf, const char *host) in wake()
85 bind_if_to_bpf(char const *ifname, int bpf) in bind_if_to_bpf()
152 send_wakeup(int bpf, struct ether_addr const *addr) in send_wakeup()
186 int bpf, n, rval; in main() local
/freebsd/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c182 FILE *bpf; in getthefile() local
289 FILE *bpf; in checkhost() local
/freebsd/contrib/libpcap/testprogs/fuzz/
H A Dfuzz_filter.c13 struct bpf_program bpf; in LLVMFuzzerTestOneInput() local
H A Dfuzz_both.c47 struct bpf_program bpf; in LLVMFuzzerTestOneInput() local
/freebsd/sbin/ipf/ipsend/
H A DMakefile66 bpf sunos4-bpf : target
/freebsd/contrib/capsicum-test/
H A Dlinux.cc1036 struct sock_fprog bpf; in FORK_TEST() local
1087 struct sock_fprog bpf = {.len = (sizeof(filter) / sizeof(filter[0])), in TEST() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_irig.c237 double bpf[9]; /* IRIG-B filter shift register */ member
[all...]
H A Drefclock_chu.c383 double bpf[9]; /* IIR bandpass filter */ member
H A Drefclock_wwv.c933 static double bpf[9]; /* 1000/1200-Hz bpf delay line */ in wwv_rf() local
[all...]
/freebsd/sbin/ipf/common/
H A Dipf_y.y2170 struct bpf_program bpf; in dobpf() local
/freebsd/sys/net/
H A Dbpf.h439 bpf_peers_present(struct bpf_if *bpf) in bpf_peers_present()
/freebsd/contrib/libpcap/
H A Dpcap-sita.c891 static int pcap_setfilter_acn(pcap_t *handle, struct bpf_program *bpf) { in pcap_setfilter_acn()