Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.c177 clat_log2((LOG_DEBUG, "%s synthesized %s\n", __func__, in nat464_synthesize_ipv6()
252 clat_log2((LOG_DEBUG, "%s desynthesized to %s\n", __func__, in nat464_synthesize_ipv4()
541 clat_log2((LOG_DEBUG, "%s translated to IPv4 (inner) " in nat464_translate_icmp_ip()
568 clat_log2((LOG_DEBUG, "%s translated to IPv6 (inner) " in nat464_translate_icmp_ip()
717 clat_log2((LOG_DEBUG, "%s translated to IPv4 ip_len: %#x " in nat464_translate_64()
767 clat_log2((LOG_DEBUG, "%s translated to IPv6 ip6_plen: %#x " in nat464_translate_46()
1000 clat_log2((LOG_DEBUG, "%s translated to ICMPV6 type: %d " in nat464_translate_proto()
1072 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