Searched defs:nat44_cfg_redir (Results 1 – 1 of 1) sorted by relevance
549 struct nat44_cfg_redir { struct550 struct in_addr laddr; /* local ip address */551 struct in_addr paddr; /* public ip address */552 struct in_addr raddr; /* remote ip address */553 uint16_t lport; /* local port */554 uint16_t pport; /* public port */555 uint16_t rport; /* remote port */556 uint16_t pport_cnt; /* number of public ports */557 uint16_t rport_cnt; /* number of remote ports */558 uint16_t mode; /* type of redirect mode */[all …]