Searched defs:nat44_cfg_redir (Results 1 – 1 of 1) sorted by relevance
612 struct nat44_cfg_redir { struct613 struct in_addr laddr; /* local ip address */614 struct in_addr paddr; /* public ip address */615 struct in_addr raddr; /* remote ip address */616 uint16_t lport; /* local port */617 uint16_t pport; /* public port */618 uint16_t rport; /* remote port */619 uint16_t pport_cnt; /* number of public ports */620 uint16_t rport_cnt; /* number of remote ports */621 uint16_t mode; /* type of redirect mode */[all …]