Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.c102 static const struct nat64_methods nat64_direct = { variable
125 V_nat64out = &nat64_direct; in nat64_set_output_method()
145 return (V_nat64out == &nat64_direct ? 1: 0); in nat64_get_output_method()
1539 if (V_nat64out == &nat64_direct) /* init_ip4hdr will decrement it */ in nat64_handle_icmp6()