Home
last modified time | relevance | path

Searched defs:nat44_cfg_redir (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h529 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 */
538 uint16_t mode; /* type of redirect mode */
540 uint16_t spare;
[all …]
/f-stack/freebsd/netinet/
H A Dip_fw.h529 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 */
538 uint16_t mode; /* type of redirect mode */
540 uint16_t spare;
[all …]