Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_nat.c64 struct cfg_redir { struct
66 uint16_t mode; /* type of redirect mode */
67 uint16_t proto; /* protocol: tcp/udp */
68 struct in_addr laddr; /* local ip address */
92 LIST_HEAD(redir_chain, cfg_redir) redir_chain; argument
/freebsd/sys/netinet/
H A Dip_fw.h559 struct cfg_redir { struct
561 u_int16_t mode; /* type of redirect mode */
562 struct in_addr laddr; /* local ip address */
563 struct in_addr paddr; /* public ip address */
564 struct in_addr raddr; /* remote ip address */
565 u_short lport; /* local port */
566 u_short pport; /* public port */
567 u_short rport; /* remote port */
568 u_short pport_cnt; /* number of public ports */
592 LIST_HEAD(redir_chain, cfg_redir) redir_chain; argument