Home
last modified time | relevance | path

Searched refs:BIOCLOCK (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/net/
H A Dbpf.h125 #define BIOCLOCK _IO('B', 122) macro
H A Dbpf.c738 case BIOCLOCK: in bpfioctl()
1031 case BIOCLOCK: in bpfioctl()
/dragonfly/contrib/dhcpcd/src/
H A Dbpf.c559 ioctl(bpf->bpf_fd, BIOCLOCK) == -1) in bpf_arp()
700 ioctl(bpf->bpf_fd, BIOCLOCK) == -1) in bpf_bootp()
/dragonfly/sbin/dhclient/
H A Dbpf.c255 if (ioctl(ifi->rfdesc, BIOCLOCK, NULL) < 0) in if_register_receive()
/dragonfly/usr.sbin/pflogd/
H A Dpflogd.c252 if (ioctl(pcap_fileno(hpcap), BIOCLOCK) < 0) { in init_pcap()