Home
last modified time | relevance | path

Searched refs:ipnat (Results 1 – 23 of 23) sorted by relevance

/titanic_44/usr/src/cmd/ipf/tools/
H A DMakefile.tools30 PROG= ipf ipfs ipmon ipnat ippool ipfstat
37 IPNAT_OBJS= ipnat.o ipfzone.o ipnat_y.o ipnat_l.o
72 ipnat := LDLIBS += -lsocket -lnsl -lkvm -lelf
184 ipnat: $(IPNAT_OBJS) $(LIBIPF) $(MAPFILE.NGB)
185 $(LINK.c) -o ipnat $(IPNAT_OBJS) $(LDLIBS)
192 $(YACC) -d -b ipnat ../ipnat_y.y
196 ipnat.tab.c > ../ipnat_y.c
198 ipnat.tab.h > ../ipnat_y.h
200 CLEANFILES += ipnat.tab.c ipnat.tab.h
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h104 struct ipnat *nat_ptr; /* pointer back to the rule */
179 typedef struct ipnat { struct
180 struct ipnat *in_next; /* NAT rule list next */ argument
181 struct ipnat *in_rnext; /* rdr rule hash next */ argument
182 struct ipnat **in_prnext; /* prior rdr next ptr */ argument
183 struct ipnat *in_mnext; /* map rule hash next */ argument
184 struct ipnat **in_pmnext; /* prior map next ptr */ argument
301 struct ipnat ipn_ipnat;
345 struct ipnat *hm_ipnat;
508 extern void nat_delrdr __P((struct ipnat *));
[all …]
H A Dip_proxy.h36 struct ipnat;
453 extern int appr_ok __P((fr_info_t *, tcphdr_t *, struct ipnat *));
H A Dip_rpcb_pxy.c1179 ipnat_t *ipn, ipnat; local
1254 bcopy((char *)ipn, (char *)&ipnat, sizeof(ipnat));
1273 bcopy((char *)&ipnat, (char *)ipn, sizeof(ipnat));
/titanic_44/usr/src/pkg/manifests/
H A Dnetwork-ipfilter.mf76 $(i386_ONLY)file path=usr/sbin/$(ARCH32)/ipnat mode=0555
82 file path=usr/sbin/$(ARCH64)/ipnat mode=0555
115 file path=usr/share/man/man1m/ipnat.1m
119 file path=usr/share/man/man4/ipnat.4
122 file path=usr/share/man/man7i/ipnat.7i
128 hardlink path=usr/sbin/ipnat target=../../usr/lib/isaexec
140 link path=usr/share/man/man4/ipnat.conf.4 target=./ipnat.4
/titanic_44/usr/src/man/man4/
H A DMakefile88 ipnat.4 \
230 ipnat.conf.4 \
275 ipnat.conf.4 := LINKSRC = ipnat.4
/titanic_44/usr/src/cmd/ipf/examples/
H A Dftppxy6 echo "map ed0 0/0 -> 192.1.1.1/32 proxy port ftp ftp/tcp" | /sbin/ipnat -f -
H A Dftp-proxy5 (i.e. only if you're already using "map" rules with ipnat). It does
H A Dnat-setup74 and use these with ipnat:
/titanic_44/usr/src/cmd/ipf/svc/
H A Dipfilter87 ipnat -CF
90 ipnat -f ${nfile}
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dipf.h241 extern void nat_setgroupmap __P((struct ipnat *));
275 extern void printproto __P((struct protoent *, int, struct ipnat *));
299 extern void printnat __P((struct ipnat *, int));
H A Dip_compat.c153 struct ipnat *nat_ptr; /* pointer back to the rule */
186 struct ipnat ipn_ipnat;
H A Dip_nat.c142 static void nat_addnat __P((struct ipnat *, ipf_stack_t *));
143 static void nat_addrdr __P((struct ipnat *, ipf_stack_t *));
1654 bzero((char *)in, offsetof(struct ipnat, in_next6));
1908 struct ipnat *ipn;
5068 struct ipnat *np;
H A Dfil.c5687 { 0, sizeof(struct ipnat) },
/titanic_44/usr/src/man/man7i/
H A DMakefile29 ipnat.7i \
/titanic_44/usr/src/cmd/svc/shell/
H A Dipf_include.sh31 IPNATCONF=$ETC_IPF_DIR/ipnat.conf
346 [ -f "$1" ] && ipnat -r -f $1 >/dev/null 2>&1
356 ipnat -n -f $1 >/dev/null 2>&1
453 check_nat_syntax $1 && ipnat -f $1 >/dev/null 2>&1
/titanic_44/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh223 replace_with_native /usr/sbin/$ARCH32/ipnat 0555 root:bin
232 replace_with_native /usr/sbin/$ARCH64/ipnat 0555 root:bin
/titanic_44/usr/src/cmd/svc/milestone/
H A Dnet-nwam46 IPNAT_DEFAULT_CONFIG_FILE=/etc/ipf/ipnat.conf
393 ipnat_file=`nwam_get_loc_prop Legacy ipnat-config-file`
H A Dnet-loc439 ipnat_file=`nwam_get_loc_prop $loc ipnat-config-file`
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l205 <TSTATE>ipnat-config-file { return LOC_IPNAT_CONFIG; }
/titanic_44/usr/src/man/man1m/
H A DMakefile236 ipnat.1m \
/titanic_44/usr/src/lib/libsecdb/
H A Dexec_attr.txt131 IP Filter Management:solaris:cmd:::/usr/sbin/ipnat:privs=sys_ip_config;gid=sys
/titanic_44/
H A D.gitignore1453 usr/src/cmd/ipf/tools/amd64/ipnat
1454 usr/src/cmd/ipf/tools/amd64/ipnat.tab.c
1455 usr/src/cmd/ipf/tools/amd64/ipnat.tab.h
1468 usr/src/cmd/ipf/tools/i386/ipnat
1469 usr/src/cmd/ipf/tools/i386/ipnat.tab.c
1470 usr/src/cmd/ipf/tools/i386/ipnat.tab.h