Searched refs:BIOCGBLEN (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/netbsd-tests/net/bpf/ |
H A D | t_bpf.c | 189 RL(rump_sys_ioctl(bpfd, BIOCGBLEN, &blen)); in ATF_TC_BODY() 193 RL(rump_sys_ioctl(bpfd, BIOCGBLEN, &blen)); in ATF_TC_BODY()
|
/freebsd/sbin/ipf/ipf/ |
H A D | bpf-ipf.h | 110 #define BIOCGBLEN _IOR(B,102, u_int) macro 126 #define BIOCGBLEN _IOR('B',102, u_int) macro
|
/freebsd/sbin/ipf/ipsend/ |
H A D | sbpf.c | 107 if (ioctl(fd, BIOCGBLEN, &bufsize) == -1) in initdevice()
|
/freebsd/libexec/rbootd/ |
H A D | bpf.c | 149 if (ioctl(BpfFd, BIOCGBLEN, (caddr_t)&BpfLen) < 0) { in BpfOpen()
|
/freebsd/sys/net/ |
H A D | bpf.h | 120 #define BIOCGBLEN _IOR('B', 102, u_int) macro
|
H A D | bpf.c | 1394 case BIOCGBLEN: in bpfioctl() 1475 case BIOCGBLEN: in bpfioctl()
|
/freebsd/contrib/netbsd-tests/net/bpfilter/ |
H A D | t_bpfilter.c | 267 RL(rump_sys_ioctl(bpfd, BIOCGBLEN, &bufsize)); in magic_ping_test()
|
/freebsd/sbin/dhclient/ |
H A D | bpf.c | 282 if (ioctl(info->rfdesc, BIOCGBLEN, &sz) < 0) in if_register_receive()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-bpf.c | 2155 if ((ioctl(fd, BIOCGBLEN, (caddr_t)&v) < 0) || 2253 if ((ioctl(fd, BIOCGBLEN, (caddr_t)&v) < 0) || 2671 if (ioctl(fd, BIOCGBLEN, (caddr_t)&v) < 0) {
|
/freebsd/usr.sbin/rarpd/ |
H A D | rarpd.c | 515 if (ioctl(iflist->ii_fd, BIOCGBLEN, (caddr_t)&bufsize) == -1) { in rarp_loop()
|
/freebsd/usr.sbin/usbdump/ |
H A D | usbdump.c | 982 if (ioctl(fd, BIOCGBLEN, (caddr_t)&v) < 0) in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1781 unsigned IOCTL_BIOCGBLEN = BIOCGBLEN;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 668 _(BIOCGBLEN, WRITE, sizeof(unsigned int));
|