Home
last modified time | relevance | path

Searched refs:ipf_dotuning (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sbin/ipf/libipf/
H A Dipf_dotuning.c15 void ipf_dotuning(int fd, char *tuneargs, ioctlfunc_t iocfn) in ipf_dotuning() function
H A DMakefile20 ipf_dotuning.c ipf_perror.c ipft_hx.c ipft_pc.c \
/freebsd-13.1/contrib/ipfilter/lib/
H A DMakefile48 $(DEST)/ipf_dotuning.o \
229 $(DEST)/ipf_dotuning.o: $(LIBSRC)/ipf_dotuning.c $(INCDEP)
230 $(CC) $(CCARGS) -c $(LIBSRC)/ipf_dotuning.c -o $@
/freebsd-13.1/sbin/ipf/common/
H A Dipf.h236 extern void ipf_dotuning(int, char *, ioctlfunc_t);
H A Dipf_y.y2569 ipf_dotuning(ipffd, buffer, ioctl); in do_tuneint()
/freebsd-13.1/sbin/ipf/ipf/
H A Dipf.c141 ipf_dotuning(fd, optarg, ioctl); in main()
/freebsd-13.1/sbin/ipf/ipftest/
H A Dipftest.c171 ipf_dotuning(-1, optarg, ipftestioctl); in main()