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

  /src/external/bsd/ipf/dist/lib/
checkrev.c 35 if (ioctl(vfd, SIOCGETFS, &obj)) {
36 ipferror(vfd, "ioctl(SIOCGETFS)");
  /src/external/bsd/ipf/dist/tools/
ipf.c 553 if (ioctl(vfd, SIOCGETFS, &ipfo)) {
554 ipferror(vfd, "ioctl(SIOCGETFS)");
ipfstat.c 487 if (ioctl(ipf_fd, SIOCGETFS, &ipfo) == -1) {
488 ipferror(ipf_fd, "ioctl(ipf:SIOCGETFS)");
504 if ((ioctl(state_fd, SIOCGETFS, &ipfo) == -1)) {
505 ipferror(state_fd, "ioctl(state:SIOCGETFS)");
1345 if ((ioctl(state_fd, SIOCGETFS, &ipfo) == -1)) {
1346 errstr = "ioctl(SIOCGETFS)";
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 45 # define SIOCGETFS _IOWR('r', 64, struct ipfobj)
85 # define SIOCGETFS _IOWR(r, 64, struct ipfobj)
1110 * For SIOCGETFS
ip_fil_netbsd.c 708 cmd != SIOCGETFS && cmd != SIOCGETFF &&
ip_state.c 719 case SIOCGETFS :
fil.c 8048 case SIOCGETFS :

Completed in 34 milliseconds