Searched refs:rfdesc (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sbin/dhclient/
H A Dbpf.c263 info->rfdesc = if_register_bpf(info, O_RDONLY);
266 if (ioctl(info->rfdesc, BIOCVERSION, &v) < 0)
278 if (ioctl(info->rfdesc, BIOCIMMEDIATE, &flag) < 0)
282 if (ioctl(info->rfdesc, BIOCGBLEN, &sz) < 0)
296 if (ioctl(info->rfdesc, BIOCSETF, &p) < 0)
299 if (ioctl(info->rfdesc, BIOCLOCK, NULL) < 0)
303 if (caph_rights_limit(info->rfdesc, &rights) < 0)
305 if (caph_ioctls_limit(info->rfdesc, cmds, 2) < 0)
416 length = read(interface->rfdesc, interface->rbuf,
H A Ddispatch.c136 add_protocol(iface->name, iface->rfdesc, got_one, iface);
300 int ifsock = ifinfo->rfdesc;
H A Ddhcpd.h203 int rfdesc; member in struct:interface_info

Completed in 142 milliseconds