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.h186 typedef struct _ipfw_nat64lsn_state_v1 { struct
187 struct in6_addr host6; /* Bound IPv6 host */
188 struct in_addr daddr; /* Remote IPv4 address */
189 uint16_t dport; /* Remote destination port */
190 uint16_t aport; /* Local alias port */
191 uint16_t sport; /* Source port */
192 uint16_t spare;
193 uint16_t idle; /* Last used time */
194 uint8_t flags; /* State flags */
195 uint8_t proto; /* protocol */