Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dnat464_utils.c177 clat_log2((LOG_DEBUG, "%s synthesized %s\n", __func__, in nat464_synthesize_ipv6()
243 clat_log2((LOG_DEBUG, "%s desynthesized to %s\n", __func__, in nat464_synthesize_ipv4()
529 clat_log2((LOG_DEBUG, "%s translated to IPv4 (inner) " in nat464_translate_icmp_ip()
556 clat_log2((LOG_DEBUG, "%s translated to IPv6 (inner) " in nat464_translate_icmp_ip()
705 clat_log2((LOG_DEBUG, "%s translated to IPv4 ip_len: %#x " in nat464_translate_64()
755 clat_log2((LOG_DEBUG, "%s translated to IPv6 ip6_plen: %#x " in nat464_translate_46()
982 clat_log2((LOG_DEBUG, "%s translated to ICMPV6 type: %d " in nat464_translate_proto()
1054 clat_log2((LOG_DEBUG, "%s translated to ICMP type: %d " in nat464_translate_proto()
H A Dnat464_utils.h71 #define clat_log2(x) do { if (clat_debug >= 2) log x; } while (0) macro