Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netpfil/ipfw/
HDip_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-13-stable/sys/netinet/
HDip_fw.h492 struct cfg_redir { struct
494 u_int16_t mode; /* type of redirect mode */
495 struct in_addr laddr; /* local ip address */
496 struct in_addr paddr; /* public ip address */
497 struct in_addr raddr; /* remote ip address */
498 u_short lport; /* local port */
499 u_short pport; /* public port */
500 u_short rport; /* remote port */
501 u_short pport_cnt; /* number of public ports */
525 LIST_HEAD(redir_chain, cfg_redir) redir_chain; argument