Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip_fw_nat64.h182 typedef struct _ipfw_nat64lsn_state_v1 { struct
183 struct in6_addr host6; /* Bound IPv6 host */
184 struct in_addr daddr; /* Remote IPv4 address */
185 uint16_t dport; /* Remote destination port */
186 uint16_t aport; /* Local alias port */
187 uint16_t sport; /* Source port */
188 uint16_t spare;
189 uint16_t idle; /* Last used time */
190 uint8_t flags; /* State flags */
191 uint8_t proto; /* protocol */