Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dnat464_utils.c177 clat_log2((LOG_DEBUG, "%s synthesized %s\n", __func__, in nat464_synthesize_ipv6()
249 clat_log2((LOG_DEBUG, "%s desynthesized to %s\n", __func__, in nat464_synthesize_ipv4()
535 clat_log2((LOG_DEBUG, "%s translated to IPv4 (inner) " in nat464_translate_icmp_ip()
562 clat_log2((LOG_DEBUG, "%s translated to IPv6 (inner) " in nat464_translate_icmp_ip()
711 clat_log2((LOG_DEBUG, "%s translated to IPv4 ip_len: %#x " in nat464_translate_64()
761 clat_log2((LOG_DEBUG, "%s translated to IPv6 ip6_plen: %#x " in nat464_translate_46()
988 clat_log2((LOG_DEBUG, "%s translated to ICMPV6 type: %d " in nat464_translate_proto()
1060 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