Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet6/
H A Din6_mcast.c812 MLD_PRINTF(("%s: free in6ms 0x%llx\n", __func__, in im6f_rollback()
873 MLD_PRINTF(("%s: free in6ms 0x%llx\n", __func__, in im6f_reap()
895 MLD_PRINTF(("%s: free in6ms 0x%llx\n", __func__, in im6f_purge()
935 MLD_PRINTF(("%s: allocated %s as 0x%llx\n", __func__, in in6m_get_source()
978 MLD_PRINTF(("%s: t1 ex -= %d on %s\n", __func__, n, in im6s_merge()
982 MLD_PRINTF(("%s: t1 in -= %d on %s\n", __func__, n, in im6s_merge()
988 MLD_PRINTF(("%s: t1 ex += %d on %s\n", __func__, n, in im6s_merge()
992 MLD_PRINTF(("%s: t1 in += %d on %s\n", __func__, n, in im6s_merge()
1068 MLD_PRINTF(("%s: imf filters in-mode: %d at t0, %d at t1\n", in in6m_merge()
1075 MLD_PRINTF(("%s: --in on inm at t1\n", __func__)); in in6m_merge()
[all …]
H A Dmld6.c516 MLD_PRINTF(("%s: dispatch 0x%llx from 0x%llx\n", __func__, in mld_dispatch_queue_locked()
986 MLD_PRINTF(("%s: %s/%s timer=%d\n", __func__, in mld_v1_update_group()
997 MLD_PRINTF(("%s: REPORTING and timer running, " in mld_v1_update_group()
1007 MLD_PRINTF(("%s: ->REPORTING\n", __func__)); in mld_v1_update_group()
1012 MLD_PRINTF(("%s: ->AWAKENING\n", __func__)); in mld_v1_update_group()
1082 MLD_PRINTF(("%s: clamping qrv %d to %d\n", __func__, in mld_v2_input_query()
1146 MLD_PRINTF(("%s: qrv %d qi %d qri %d\n", __func__, mli->mli_rv, in mld_v2_input_query()
1329 MLD_PRINTF(("%s: schedule response to SG query\n", in mld_v2_process_group_query()
1468 MLD_PRINTF(("%s: report suppressed for %s on " in mld_v1_input_report()
1511 MLD_PRINTF(("%s: called w/mbuf (0x%llx,%d)\n", __func__, in mld_input()
[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