• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ipfilter/tools/

Lines Matching refs:ioctl

13 #include <sys/ioctl.h>
237 err = load_poolnode(role, poolname, &pnode, ttl, ioctl);
239 err = remove_poolnode(role, poolname, &pnode, ioctl);
243 err = load_hashnode(role, poolname, &hnode, ttl, ioctl);
245 err = remove_hashnode(role, poolname, &hnode, ioctl);
346 err = load_hash(&iph, NULL, ioctl);
349 err = load_pool(&pool, ioctl);
356 err = remove_hash(&iph, ioctl);
359 err = remove_pool(&pool, ioctl);
365 err_h = remove_hash(&iph, ioctl);
366 err_p = remove_pool(&pool, ioctl);
423 if (ippool_parsefile(fd, infile, ioctl) != 0)
505 c = ioctl(fd, SIOCLOOKUPSTAT, &op);
507 ipferror(fd, "ioctl(S0IOCLOOKUPSTAT)");
520 c = ioctl(fd, SIOCLOOKUPSTAT, &op);
522 ipferror(fd, "ioctl(SIOCLOOKUPSTAT)");
537 c = ioctl(fd, SIOCLOOKUPSTAT, &op);
539 ipferror(fd, "ioctl(SIOCLOOKUPSTAT)");
618 if (ioctl(fd, SIOCLOOKUPFLUSH, &flush) == -1) {
619 ipferror(fd, "ioctl(SIOCLOOKUPFLUSH)");
871 c = ioctl(fd, SIOCLOOKUPSTAT, &op);
873 ipferror(fd, "ioctl(SIOCLOOKUPSTAT)");
882 c = ioctl(fd, SIOCLOOKUPSTAT, &op);
884 ipferror(fd, "ioctl(SIOCLOOKUPSTAT)");
907 c = ioctl(fd, SIOCLOOKUPSTAT, &op);
909 ipferror(fd, "ioctl(SIOCLOOKUPSTAT)");
917 c = ioctl(fd, SIOCLOOKUPSTAT, &op);
919 ipferror(fd, "ioctl(SIOCLOOKUPSTAT)");
941 c = ioctl(fd, SIOCLOOKUPSTAT, &op);
943 ipferror(fd, "ioctl(SIOCLOOKUPSTAT)");
951 c = ioctl(fd, SIOCLOOKUPSTAT, &op);
953 ipferror(fd, "ioctl(SIOCLOOKUPSTAT)");
991 if (ioctl(fd, SIOCLOOKUPITER, &obj)) {
992 ipferror(fd, "ioctl(SIOCLOOKUPITER)");
1028 if (ioctl(fd, SIOCLOOKUPITER, &obj)) {
1029 ipferror(fd, "ioctl(SIOCLOOKUPITER)");
1064 if (ioctl(fd, SIOCLOOKUPITER, &obj)) {
1065 ipferror(fd, "ioctl(SIOCLOOKUPITER)");