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

/freebsd-13-stable/sbin/dhclient/
H A Dbpf.c165 if (ioctl(info->wfdesc, BIOCLOCK, NULL) < 0)
271 if (ioctl(info->rfdesc, BIOCLOCK, NULL) < 0)
/freebsd-13-stable/sys/net/
H A Dbpf.h145 #define BIOCLOCK _IO('B', 122) macro
H A Dbpf.c1344 * BIOCLOCK Set "locked" flag
1395 case BIOCLOCK:
1791 case BIOCLOCK:
/freebsd-13-stable/contrib/pf/pflogd/
H A Dpflogd.c281 if (ioctl(pcap_fileno(hpcap), BIOCLOCK) < 0) {
282 logmsg(LOG_ERR, "BIOCLOCK: %s", strerror(errno));

Completed in 121 milliseconds