HomeSort by: relevance | last modified time | path
    Searched refs:BIOCSBLEN (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/mopd/common/
pf.c 108 if (ioctl(fd, BIOCSBLEN, &bufsize) < 0) {
109 mopLogWarn("pfInit: BIOCSBLEN(%d)", bufsize);
  /src/tests/net/bpf/
t_bpf.c 175 "BIOCSBLEN");
193 RL(rump_sys_ioctl(bpfd, BIOCSBLEN, &blen));
199 ATF_REQUIRE_EQ_MSG(rump_sys_ioctl(bpfd, BIOCSBLEN, &blen), -1,
  /src/usr.sbin/ndbootd/config/
ndbootd-bpf.c 154 if (ioctl(network_fd, BIOCSBLEN, &bufsize) < 0) {
  /src/usr.sbin/rbootd/
bpf.c 103 if (ioctl(BpfFd, BIOCSBLEN, &bufsize) < 0) {
104 syslog(LOG_ERR, "bpf: ioctl(BIOCSBLEN,%d): %m", bufsize);
  /src/sys/net/
bpf.h 125 #define BIOCSBLEN _IOWR('B', 102, u_int)
bpf.c 107 * The default read buffer size, and limit for BIOCSBLEN, is sysctl'able.
1054 case BIOCSBLEN:
  /src/usr.sbin/rarpd/
rarpd.c 328 if (ioctl(fd, BIOCSBLEN, &bufsize) < 0) {
329 rarperr(NONFATAL, "BIOCSBLEN:%d: %s", bufsize, strerror(errno));
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1619 unsigned IOCTL_BIOCSBLEN = BIOCSBLEN;
sanitizer_interceptors_ioctl_netbsd.inc 670 _(BIOCSBLEN, READWRITE, sizeof(unsigned int));

Completed in 20 milliseconds