Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/dhclient/
HDbpf.c161 if (ioctl(info->wfdesc, BIOCLOCK, NULL) < 0) in if_register_send()
267 if (ioctl(info->rfdesc, BIOCLOCK, NULL) < 0) in if_register_receive()
/freebsd-11-stable/sys/net/
HDbpf.h139 #define BIOCLOCK _IO('B', 122) macro
HDbpf.c1304 case BIOCLOCK: in bpfioctl()
1699 case BIOCLOCK: in bpfioctl()
/freebsd-11-stable/contrib/pf/pflogd/
HDpflogd.c281 if (ioctl(pcap_fileno(hpcap), BIOCLOCK) < 0) { in init_pcap()