Lines Matching defs:nat44_cfg_redir
529 struct nat44_cfg_redir { struct
530 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 */
537 uint16_t rport_cnt; /* number of remote ports */
538 uint16_t mode; /* type of redirect mode */
539 uint16_t spool_cnt; /* num of entry in spool chain */
540 uint16_t spare;
541 uint32_t proto; /* protocol: tcp/udp */