HomeSort by: relevance | last modified time | path
    Searched refs:ipnat (Results 1 - 13 of 13) sorted by relevancy

  /src/etc/rc.d/
ipnat 3 # $NetBSD: ipnat,v 1.13 2004/10/12 14:51:03 lukem Exp $
6 # PROVIDE: ipnat
12 name="ipnat"
14 config="/etc/ipnat.conf"
16 stop_cmd="/usr/sbin/ipnat -F -C"
17 reload_cmd="/usr/sbin/ipnat -C -f ${config}"
18 restart_cmd="/usr/sbin/ipnat -F -C -f ${config}"
27 logger -s -p daemon.warning -t ipnat \
35 /usr/sbin/ipnat -F -f ${config}
ipfs 7 # REQUIRE: ipnat mountcritremote downinterfaces
20 if [ -r /var/db/ipf/ipstate.ipf ] && [ -r /var/db/ipf/ipnat.ipf ]
23 rm -f /var/db/ipf/ipstate.ipf /var/db/ipf/ipnat.ipf
Makefile 27 identd ifwatchd inetd ip6addrctl ipfilter ipfs ipmon ipnat \
  /src/tests/ipf/
t_nat_parse.sh 37 atf_check -o file:exp -e ignore ipnat -Rnvf reg
  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 125 struct ipnat *nat_ptr; /* pointer back to the rule */
234 * This structure represents an actual NAT rule, loaded by ipnat.
236 typedef struct ipnat { struct
238 struct ipnat *in_next; /* NAT rule list next */
239 struct ipnat **in_pnext; /* prior rdr next ptr */
240 struct ipnat *in_rnext; /* rdr rule hash next */
241 struct ipnat **in_prnext; /* prior rdr next ptr */
242 struct ipnat *in_mnext; /* map rule hash next */
243 struct ipnat **in_pmnext; /* prior map next ptr */
433 struct ipnat ipn_ipnat
    [all...]
ip_proxy.h 34 struct ipnat;
456 extern int ipf_proxy_ok(fr_info_t *, tcphdr_t *, struct ipnat *);
ip_rpcb_pxy.c 1109 ipnat_t *ipn, ipnat; local in function:ipf_p_rpcb_getnat
1188 bcopy((char *)ipn, (char *)&ipnat, sizeof(ipnat));
1210 bcopy((char *)&ipnat, (char *)ipn, sizeof(ipnat));
ip_fil_compat.c 562 struct ipnat *in_next; /* NAT rule list next */
563 struct ipnat *in_rnext; /* rdr rule hash next */
564 struct ipnat **in_prnext; /* prior rdr next ptr */
565 struct ipnat *in_mnext; /* map rule hash next */
566 struct ipnat **in_pmnext; /* prior map next ptr */
599 struct ipnat *in_next;
600 struct ipnat *in_rnext;
601 struct ipnat **in_prnext;
602 struct ipnat *in_mnext;
603 struct ipnat **in_pmnext
    [all...]
ip_nat.c 1508 MUTEX_INIT(&n->in_lock, "ipnat rule lock");
2270 struct ipnat *ipn;
6058 struct ipnat *np;
6511 /* Fetch the next nat/ipnat structure pointer from the linked list and */
fil.c 6162 { 1, sizeof(struct ipnat), 5010000 }, /* 5 */
  /src/etc/defaults/
rc.conf 187 ipnat=NO # uses /etc/ipnat.conf key
188 ipfs=NO ipfs_flags="" # save/load ipnat and ipf states
  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 86 struct ipnat ipn;
  /src/etc/
MAKEDEV.tmpl 1516 mkdev ipnat c %ipl_chr% 1

Completed in 35 milliseconds