Searched refs:ipf (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-9.3-release/etc/rc.d/
H A Dipfs26 if ! sysctl net.inet.ipf.fr_pass >/dev/null 2>&1; then
34 if [ -r /var/db/ipf/ipstate.ipf -a -r /var/db/ipf/ipnat.ipf ]; then
36 rm -f /var/db/ipf/ipstate.ipf /var/db/ipf/ipnat.ipf
42 if [ ! -d /var/db/ipf ]; the
[all...]
H A Dipfilter32 if [ `sysctl -n net.inet.ipf.fr_running` -le 0 ]; then
33 ${ipfilter_program:-/sbin/ipf} -E
35 ${ipfilter_program:-/sbin/ipf} -Fa
37 ${ipfilter_program:-/sbin/ipf} \
40 ${ipfilter_program:-/sbin/ipf} -6 -Fa
42 ${ipfilter_program:-/sbin/ipf} -6 \
49 # XXX - The ipf -D command is not effective for 'lkm's
50 if [ `sysctl -n net.inet.ipf.fr_running` -eq 1 ]; then
54 ${ipfilter_program:-/sbin/ipf} -D
62 ${ipfilter_program:-/sbin/ipf}
[all...]
H A Dipmon26 if ! sysctl net.inet.ipf.fr_pass >/dev/null 2>&1; then
/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A DMakefile41 ipf:
44 -if [ ! -d ipf ] ; then ln -s .. ipf; fi
143 ipsend: ipf $(OBJS) $(UNIXOBJS)
152 ipft_ef.o: ipf/ipft_ef.c ipf/ipt.h ipf/ipf.h ipf/ip_compat.h
153 $(CC) $(CFLAGS) $(LINUXK) -c ipf/ipft_e
[all...]
/freebsd-9.3-release/sbin/ipf/ipf/
H A DMakefile3 PROG= ipf
4 SRCS= ${GENHDRS} ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c
5 MAN= ipfilter.4 ipfilter.5 ipf.8 ipf.4 ipf.5 ipl.4
6 MLINKS= ipf.5 ipf.conf.5 ipf.5 ipf6.conf.5
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dt-inet6_ntop.c44 char *ip, *ipf, ipv6str[INET6_ADDRSTRLEN]; local
49 ipf = sm_inet6_ntop(&addr.sin6_addr, ipv6str, sizeof(ipv6str));
50 SM_TEST(ipf != NULL);
51 SM_TEST(strcmp(ipf, ip) == 0);
/freebsd-9.3-release/sbin/ipf/
H A DMakefile5 SUBDIR+= ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend
/freebsd-9.3-release/sbin/ipf/rules/
H A DMakefile7 FILESDIR= /usr/share/examples/ipf
16 .PATH: ${NETBSDSRCDIR}/dist/ipf/rules
/freebsd-9.3-release/contrib/ipfilter/test/
H A Ditest17 ipf)
18 ../ipf -Rnvf regress/$1 2>/dev/null > results/$1
H A Dptest17 ../ipftest -RD -b -P regress/$1.pool -r regress/$1.ipf -i input/$1 >> \
20 ../ipftest -RD -b -r regress/$1.ipf -i input/$1 >> results/$1
H A Dnatipftest42 echo "$rule" | ../ipftest -R $format -b -r regress/$name.ipf -N - -i input/$name >> \
58 ../ipftest -R $format -b -r regress/$name.ipf -N regress/$name.nat \
/freebsd-9.3-release/sbin/ipf/ipsend/
H A DMakefile14 CFLAGS+= -I${NETBSDSRCDIR}/dist/ipf/ipsend
15 CFLAGS+= -I${NETBSDSRCDIR}/dist/ipf/iplang
22 .PATH: ${NETBSDSRCDIR}/dist/ipf/ipsend \
23 ${NETBSDSRCDIR}/dist/ipf/iplang
34 # cc -o /home/source/src/usr.sbin/ipf/ipsend/../../../dist/ipf/ipsend .....
/freebsd-9.3-release/sbin/ipf/iptest/
H A DMakefile9 .PATH: ${NETBSDSRCDIR}/dist/ipf/ipsend
/freebsd-9.3-release/share/examples/ipfilter/
H A DMakefile15 # ftp://ftp.OpenBSD.org/pub/OpenBSD/src/share/ipf/ sample files.
17 ipf.conf.permissive ipf.conf.restrictive \
18 ipf.conf.sample ipnat.conf.sample
20 # http://www.obfuscation.org/ipf/ how-to
21 FILES+= ipf-howto.txt
/freebsd-9.3-release/etc/periodic/security/
H A D510.ipfdenied46 check_diff new_only ipf ${TMP} "${host} ipf denied packets:"
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon.c128 static char *pidfile = "/etc/opt/ipf/ipmon.pid";
1005 ipflog_t *ipf; local
1015 ipf = (ipflog_t *)((char *)buf + sizeof(*ipl));
1016 ip = (ip_t *)((char *)ipf + sizeof(*ipf));
1043 char ifname[sizeof(ipf->fl_ifname) + 1];
1045 strncpy(ifname, ipf->fl_ifname, sizeof(ipf->fl_ifname));
1046 ifname[sizeof(ipf->fl_ifname)] = '\0';
1051 sprintf(t, "%d", ipf
[all...]
H A Dipfcomp.c13 #include "ipf.h"
68 fripf_t *ipf; local
81 ipf = fr->fr_ipf;
204 static u_long ipf%s_rule_data_%s_%u[] = {\n",
451 fripf_t *ipf; local
552 ipf = fr->fr_ipf;
593 if (ipf != NULL && ipf->fri_mip.fi_v != 0)
597 if (ipf != NULL && ipf
[all...]
/freebsd-9.3-release/contrib/ipfilter/BSD/
H A DMakefile50 IPF=ipf.o ipfcomp.o ipf_y.o ipf_l.o bpf_filter_u.o
80 build all: machine $(OBJ)/libipf.a ipf ipfs ipfstat ipftest ipmon ipnat \
82 -sh -c 'for i in ipf ipftest ipmon ippool ipnat ipscan ipsyncm ipsyncs; do /bin/rm -f $(TOP)/$$i; ln -s `pwd`/$$i $(TOP); done'
107 ipf: $(IPF) $(OBJ)/libipf.a
134 ipfstat.o: $(TOOL)/ipfstat.c $(TOP)/ip_fil.h $(TOP)/ipf.h $(TOP)/ip_frag.h \
139 ipfs.o: $(TOOL)/ipfs.c $(TOP)/ip_fil.h $(TOP)/ipf.h $(TOP)/ip_state.h \
143 fil_u.o: $(TOP)/fil.c $(TOP)/ip_fil.h $(TOP)/ipf.h $(TOP)/ip_compat.h \
152 ipf.o: $(TOOL)/ipf.c $(TOP)/ip_fil.h $(TOP)/ipf
[all...]
/freebsd-9.3-release/sbin/ipf/ipftest/
H A DMakefile22 CLEANFILES+= ipf.tab.c ipf.tab.h
71 ${YACC} -b ipf -d ${.ALLSRC}
74 ipf.tab.c > ${.TARGET}
76 ipf.tab.h > ${.TARGET:.c=.h}
/freebsd-9.3-release/contrib/ipfilter/man/
H A DMakefile15 $(INSTALL) -m 0644 -c -o root -g bin ipf.4 $(MANDIR)/man4
19 $(INSTALL) -m 0644 -c -o root -g bin ipf.5 $(MANDIR)/man5
22 $(INSTALL) -m 0644 -c -o root -g bin ipf.8 $(MANDIR)/man8
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl14 my $objfile = shift || "ipf.objs";
115 file, the filename defaults to F<ipf.objs>. An object is delimited
146 I<ipf.objs>
160 I<ipf.metarules>
170 ipfmeta ipf.objs <ipf.metarules >ipf.rules
/freebsd-9.3-release/sbin/
H A DMakefile86 SUBDIR+= ipf
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_frag.c163 RWLOCK_INIT(&ipf_frag, "ipf fragment rwlock");
549 ipfr_t *ipf; local
554 ipf = fr_fraglookup(fin, ipfr_nattab);
555 if (ipf != NULL) {
556 nat = ipf->ipfr_data;
560 if ((ipf->ipfr_ttl == fr_ticks + 1) && (nat != NULL)) {
562 ipf->ipfr_data = NULL;
582 ipfr_t *ipf; local
589 ipf = fr_fraglookup(fin, ipfr_ipidtab);
590 if (ipf !
[all...]
/freebsd-9.3-release/rescue/rescue/
H A DMakefile111 CRUNCH_PROGS_sbin+= ipf
164 CRUNCH_SRCDIR_ipf= $(.CURDIR)/../../sbin/ipf/ipf
/freebsd-9.3-release/sbin/ipf/libipf/
H A DMakefile3 LIB= ipf

Completed in 87 milliseconds

12