Lines Matching defs:nat44_cfg_redir
549 struct nat44_cfg_redir { struct
550 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 */
559 uint16_t spool_cnt; /* num of entry in spool chain */
560 uint16_t spare;
561 uint32_t proto; /* protocol: tcp/udp */