Home
last modified time | relevance | path

Searched refs:map64 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64stl.h40 uint16_t map64; /* table with 6to4 mapping */ member
H A Dnat64stl_control.c109 no = ipfw_objhash_lookup_table_kidx(ch, cfg->map64); in nat64stl_export_config()
158 if (ipfw_ref_table(ch, &i->ntlv6, &cfg->map64) != 0) in nat64stl_create_internal()
235 ipfw_unref_table(ch, cfg->map64); in nat64stl_create()
310 ipfw_unref_table(ch, cfg->map64); in nat64stl_detach_config()
H A Dnat64stl.c192 if (ipfw_lookup_table(chain, cfg->map64, in nat64stl_handle_icmp6()
233 ret = ipfw_lookup_table(chain, cfg->map64, in ipfw_nat64stl()