Searched refs:ipf_dotuning (Results 1 – 6 of 6) sorted by relevance
/freebsd/sbin/ipf/libipf/ |
H A D | ipf_dotuning.c | 14 void ipf_dotuning(int fd, char *tuneargs, ioctlfunc_t iocfn) in ipf_dotuning() function
|
H A D | Makefile | 18 ipf_dotuning.c ipf_perror.c ipft_hx.c ipft_pc.c \
|
/freebsd/sbin/ipf/common/ |
H A D | ipf.h | 229 extern void ipf_dotuning(int, char *, ioctlfunc_t);
|
H A D | ipf_y.y | 2568 ipf_dotuning(ipffd, buffer, ioctl); in do_tuneint()
|
/freebsd/sbin/ipf/ipf/ |
H A D | ipf.c | 136 ipf_dotuning(fd, optarg, ioctl); in main()
|
/freebsd/sbin/ipf/ipftest/ |
H A D | ipftest.c | 166 ipf_dotuning(-1, optarg, ipftestioctl); in main()
|