Home
last modified time | relevance | path

Searched defs:cfg_redir (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_nat.c66 struct cfg_redir { struct
68 uint16_t mode; /* type of redirect mode */
69 uint16_t proto; /* protocol: tcp/udp */
70 struct in_addr laddr; /* local ip address */
94 LIST_HEAD(redir_chain, cfg_redir) redir_chain; argument
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h476 struct cfg_redir { struct
478 u_int16_t mode; /* type of redirect mode */
479 struct in_addr laddr; /* local ip address */
480 struct in_addr paddr; /* public ip address */
481 struct in_addr raddr; /* remote ip address */
482 u_short lport; /* local port */
483 u_short pport; /* public port */
484 u_short rport; /* remote port */
485 u_short pport_cnt; /* number of public ports */
509 LIST_HEAD(redir_chain, cfg_redir) redir_chain; argument
/f-stack/freebsd/netinet/
H A Dip_fw.h476 struct cfg_redir { struct
478 u_int16_t mode; /* type of redirect mode */
479 struct in_addr laddr; /* local ip address */
480 struct in_addr paddr; /* public ip address */
481 struct in_addr raddr; /* remote ip address */
482 u_short lport; /* local port */
483 u_short pport; /* public port */
484 u_short rport; /* remote port */
485 u_short pport_cnt; /* number of public ports */
509 LIST_HEAD(redir_chain, cfg_redir) redir_chain; argument