Searched refs:ipnat (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/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 -
|
/illumos-gate/usr/src/man/man7i/ |
H A D | Makefile | 29 ipnat.7i \
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_nat.h | 99 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 D | ip_proxy.h | 33 struct ipnat; 450 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));
|
/illumos-gate/usr/src/man/man4/ |
H A D | Makefile | 88 ipnat.4 \ 233 ipnat.conf.4 \ 280 ipnat.conf.4 := LINKSRC = ipnat.4
|
/illumos-gate/usr/src/cmd/ipf/svc/ |
H A D | ipfilter | 87 ipnat -CF 90 ipnat -f ${nfile}
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ipf.h | 240 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 D | ip_compat.c | 154 struct ipnat *nat_ptr; /* pointer back to the rule */ 187 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; 5481 /* Fetch the next nat/ipnat/hostmap structure pointer from the linked list */
|
H A D | fil.c | 5686 { 0, sizeof(struct ipnat) }, 6411 /* it comes from fr_natinit() in ipnat */
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/ |
H A D | nwamcfg_lex.l | 205 <TSTATE>ipnat-config-file { return LOC_IPNAT_CONFIG; }
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | net-nwam | 46 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 D | net-loc | 439 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 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
|
/illumos-gate/usr/src/man/man1m/ |
H A D | Makefile | 230 ipnat.1m \
|
Completed in 161 milliseconds