Searched refs:ipnat (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/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 -
/illumos-gate/usr/src/man/man7i/
H A DMakefile29 ipnat.7i \
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h99 struct ipnat *nat_ptr; /* pointer back to the rule */
174 typedef struct ipnat { struct
175 struct ipnat *in_next; /* NAT rule list next */
176 struct ipnat *in_rnext; /* rdr rule hash next */
177 struct ipnat **in_prnext; /* prior rdr next ptr */
178 struct ipnat *in_mnext; /* map rule hash next */
179 struct ipnat **in_pmnext; /* prior map next ptr */
296 struct ipnat ipn_ipnat;
340 struct ipnat *hm_ipnat;
503 extern void nat_delrdr __P((struct ipnat *));
[all...]
H A Dip_proxy.h33 struct ipnat;
450 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));
/illumos-gate/usr/src/man/man4/
H A DMakefile88 ipnat.4 \
233 ipnat.conf.4 \
280 ipnat.conf.4 := LINKSRC = ipnat.4
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfilter87 ipnat -CF
90 ipnat -f ${nfile}
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h240 extern void nat_setgroupmap __P((struct ipnat *));
274 extern void printproto __P((struct protoent *, int, struct ipnat *));
298 extern void printnat __P((struct ipnat *, int));
H A Dip_compat.c154 struct ipnat *nat_ptr; /* pointer back to the rule */
187 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;
5481 /* Fetch the next nat/ipnat/hostmap structure pointer from the linked list */
H A Dfil.c5686 { 0, sizeof(struct ipnat) },
6411 /* it comes from fr_natinit() in ipnat */
/illumos-gate/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
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l205 <TSTATE>ipnat-config-file { return LOC_IPNAT_CONFIG; }
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-nwam46 IPNAT_DEFAULT_CONFIG_FILE=/etc/ipf/ipnat.conf
314 write_loc_prop "ipnat-config-file" $IPNAT_CONFIG_FILE \
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`
656 -e"s,\(ipnat-config-file=\).*/\(.*\),\1$ULP/\2," \
/illumos-gate/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
/illumos-gate/usr/src/man/man1m/
H A DMakefile230 ipnat.1m \

Completed in 161 milliseconds