Searched defs:nat64lsn_cfg (Results 1 – 1 of 1) sorted by relevance
206 struct nat64lsn_cfg { struct207 struct nat64lsn_hosts_slist *hosts_hash;208 struct nat64lsn_alias *aliases; /* array of aliases */210 struct mtx lock;211 uint32_t hosts_hashsize;212 uint32_t hash_seed;214 uint32_t prefix4; /* IPv4 prefix */215 uint32_t pmask4; /* IPv4 prefix mask */216 uint8_t plen4;217 uint8_t nomatch_verdict;/* Return value on no-match */[all …]