Searched defs:cfg_redir (Results 1 – 3 of 3) sorted by relevance
66 struct cfg_redir { struct68 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
476 struct cfg_redir { struct478 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