Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Dbpf.c167 if (ioctl(info->wfdesc, BIOCLOCK, NULL) < 0) in if_register_send()
299 if (ioctl(info->rfdesc, BIOCLOCK, NULL) < 0) in if_register_receive()
/freebsd/sys/net/
H A Dbpf.h141 #define BIOCLOCK _IO('B', 122) macro
H A Dbpf.c1413 case BIOCLOCK: in bpfioctl()
1809 case BIOCLOCK: in bpfioctl()
/freebsd/contrib/pf/pflogd/
H A Dpflogd.c278 if (ioctl(pcap_fileno(hpcap), BIOCLOCK) < 0) { in init_pcap()