Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64stl_control.c106 no = ipfw_objhash_lookup_table_kidx(ch, cfg->map64); in nat64stl_export_config()
155 if (ipfw_ref_table(ch, &i->ntlv6, &cfg->map64) != 0) in nat64stl_create_internal()
232 ipfw_unref_table(ch, cfg->map64); in nat64stl_create()
307 ipfw_unref_table(ch, cfg->map64); in nat64stl_detach_config()
H A Dnat64stl.h38 uint32_t map64; /* table with 6to4 mapping */ member
H A Dnat64stl.c189 if (ipfw_lookup_table(chain, cfg->map64, in nat64stl_handle_icmp6()
230 ret = ipfw_lookup_table(chain, cfg->map64, in ipfw_nat64stl()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c2772 static const uint16_t map64[] = { in bwn_dma_base() local
2790 KASSERT(controller_idx >= 0 && controller_idx < N(map64), in bwn_dma_base()
2792 return (map64[controller_idx]); in bwn_dma_base()