Searched defs:nat64lsn_cfg (Results 1 – 1 of 1) sorted by relevance
191 struct nat64lsn_cfg { struct192 struct named_object no;194 struct nat64lsn_hosts_slist *hosts_hash;195 struct nat64lsn_alias *aliases; /* array of aliases */197 struct mtx lock;198 uint32_t hosts_hashsize;199 uint32_t hash_seed;201 uint32_t prefix4; /* IPv4 prefix */202 uint32_t pmask4; /* IPv4 prefix mask */203 uint8_t plen4;[all …]