Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet6/
H A Dmld6.c520 MLD_PRINTF(("%s: dispatch 0x%llx from 0x%llx\n", __func__, in mld_dispatch_queue_locked()
586 MLD_PRINTF(("%s: called for ifp 0x%llx(%s)\n", __func__, in mld_domifattach()
611 MLD_PRINTF(("%s: allocate mld_ifinfo for ifp 0x%llx(%s)\n", in mld_domifattach()
645 MLD_PRINTF(("%s: reattached mld_ifinfo for ifp 0x%llx(%s)\n", in mld_domifreattach()
659 MLD_PRINTF(("%s: called for ifp 0x%llx(%s)\n", __func__, in mld_domifdetach()
838 MLD_PRINTF(("%s: freeing mld_ifinfo for ifp 0x%llx(%s)\n", in mli_remref()
866 MLD_PRINTF(("%s: ignore v1 query %s on ifp 0x%llx(%s)\n", in mld_v1_input_query()
877 MLD_PRINTF(("%s: ignore v1 query src %s on ifp 0x%llx(%s)\n", in mld_v1_input_query()
927 MLD_PRINTF(("%s: process v1 general query on ifp 0x%llx(%s)\n", in mld_v1_input_query()
956 MLD_PRINTF(("%s: process v1 query %s on " in mld_v1_input_query()
[all …]
H A Din6_mcast.c777 MLD_PRINTF(("%s: free in6ms 0x%llx\n", __func__, in im6f_rollback()
838 MLD_PRINTF(("%s: free in6ms 0x%llx\n", __func__, in im6f_reap()
860 MLD_PRINTF(("%s: free in6ms 0x%llx\n", __func__, in im6f_purge()
900 MLD_PRINTF(("%s: allocated %s as 0x%llx\n", __func__, in in6m_get_source()
943 MLD_PRINTF(("%s: t1 ex -= %d on %s\n", __func__, n, in im6s_merge()
947 MLD_PRINTF(("%s: t1 in -= %d on %s\n", __func__, n, in im6s_merge()
953 MLD_PRINTF(("%s: t1 ex += %d on %s\n", __func__, n, in im6s_merge()
957 MLD_PRINTF(("%s: t1 in += %d on %s\n", __func__, n, in im6s_merge()
1033 MLD_PRINTF(("%s: imf filters in-mode: %d at t0, %d at t1\n", in in6m_merge()
1040 MLD_PRINTF(("%s: --in on inm at t1\n", __func__)); in in6m_merge()
[all …]
H A Dmld6_var.h109 #define MLD_PRINTF(x) do { if (mld_debug) printf x; } while (0) macro
111 #define MLD_PRINTF(x) macro