Searched defs:cfg_redir (Results 1 – 2 of 2) sorted by relevance
64 struct cfg_redir { struct66 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
492 struct cfg_redir { struct494 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