/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | Makefile.tools | 30 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 D | ip_nat.h | 104 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 D | ip_proxy.h | 36 struct ipnat; 453 extern int appr_ok __P((fr_info_t *, tcphdr_t *, struct ipnat *));
|
H A D | ip_rpcb_pxy.c | 1179 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 D | network-ipfilter.mf | 76 $(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 D | Makefile | 88 ipnat.4 \ 230 ipnat.conf.4 \ 275 ipnat.conf.4 := LINKSRC = ipnat.4
|
/titanic_44/usr/src/cmd/ipf/examples/ |
H A D | ftppxy | 6 echo "map ed0 0/0 -> 192.1.1.1/32 proxy port ftp ftp/tcp" | /sbin/ipnat -f -
|
H A D | ftp-proxy | 5 (i.e. only if you're already using "map" rules with ipnat). It does
|
H A D | nat-setup | 74 and use these with ipnat:
|
/titanic_44/usr/src/cmd/ipf/svc/ |
H A D | ipfilter | 87 ipnat -CF 90 ipnat -f ${nfile}
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ipf.h | 241 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 D | ip_compat.c | 153 struct ipnat *nat_ptr; /* pointer back to the rule */ 186 struct ipnat ipn_ipnat;
|
H A D | ip_nat.c | 142 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 D | fil.c | 5687 { 0, sizeof(struct ipnat) },
|
/titanic_44/usr/src/man/man7i/ |
H A D | Makefile | 29 ipnat.7i \
|
/titanic_44/usr/src/cmd/svc/shell/ |
H A D | ipf_include.sh | 31 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 D | s10_boot.ksh | 223 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 D | net-nwam | 46 IPNAT_DEFAULT_CONFIG_FILE=/etc/ipf/ipnat.conf 393 ipnat_file=`nwam_get_loc_prop Legacy ipnat-config-file`
|
H A D | net-loc | 439 ipnat_file=`nwam_get_loc_prop $loc ipnat-config-file`
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg_lex.l | 205 <TSTATE>ipnat-config-file { return LOC_IPNAT_CONFIG; }
|
/titanic_44/usr/src/man/man1m/ |
H A D | Makefile | 236 ipnat.1m \
|
/titanic_44/usr/src/lib/libsecdb/ |
H A D | exec_attr.txt | 131 IP Filter Management:solaris:cmd:::/usr/sbin/ipnat:privs=sys_ip_config;gid=sys
|
/titanic_44/ |
H A D | .gitignore | 1453 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
|