Searched defs:nat44_cfg_redir (Results 1 – 2 of 2) sorted by relevance
529 struct nat44_cfg_redir { struct530 struct in_addr laddr; /* local ip address */531 struct in_addr paddr; /* public ip address */532 struct in_addr raddr; /* remote ip address */533 uint16_t lport; /* local port */534 uint16_t pport; /* public port */535 uint16_t rport; /* remote port */536 uint16_t pport_cnt; /* number of public ports */538 uint16_t mode; /* type of redirect mode */540 uint16_t spare;[all …]