Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/netinet6/
H A Dmld6.c517 MLD_PRINTF(("%s: dispatch 0x%llx from 0x%llx\n", __func__, in mld_dispatch_queue_locked()
583 MLD_PRINTF(("%s: called for ifp 0x%llx(%s)\n", __func__, in mld_domifattach()
608 MLD_PRINTF(("%s: allocate mld_ifinfo for ifp 0x%llx(%s)\n", in mld_domifattach()
642 MLD_PRINTF(("%s: reattached mld_ifinfo for ifp 0x%llx(%s)\n", in mld_domifreattach()
656 MLD_PRINTF(("%s: called for ifp 0x%llx(%s)\n", __func__, in mld_domifdetach()
835 MLD_PRINTF(("%s: freeing mld_ifinfo for ifp 0x%llx(%s)\n", in mli_remref()
863 MLD_PRINTF(("%s: ignore v1 query %s on ifp 0x%llx(%s)\n", in mld_v1_input_query()
874 MLD_PRINTF(("%s: ignore v1 query src %s on ifp 0x%llx(%s)\n", in mld_v1_input_query()
924 MLD_PRINTF(("%s: process v1 general query on ifp 0x%llx(%s)\n", in mld_v1_input_query()
953 MLD_PRINTF(("%s: process v1 query %s on " in mld_v1_input_query()
[all …]
H A Din6_mcast.c782 MLD_PRINTF(("%s: free in6ms 0x%llx\n", __func__, in im6f_rollback()
843 MLD_PRINTF(("%s: free in6ms 0x%llx\n", __func__, in im6f_reap()
865 MLD_PRINTF(("%s: free in6ms 0x%llx\n", __func__, in im6f_purge()
905 MLD_PRINTF(("%s: allocated %s as 0x%llx\n", __func__, in in6m_get_source()
948 MLD_PRINTF(("%s: t1 ex -= %d on %s\n", __func__, n, in im6s_merge()
952 MLD_PRINTF(("%s: t1 in -= %d on %s\n", __func__, n, in im6s_merge()
958 MLD_PRINTF(("%s: t1 ex += %d on %s\n", __func__, n, in im6s_merge()
962 MLD_PRINTF(("%s: t1 in += %d on %s\n", __func__, n, in im6s_merge()
1038 MLD_PRINTF(("%s: imf filters in-mode: %d at t0, %d at t1\n", in in6m_merge()
1045 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