Searched refs:MLD_PRINTF (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/bsd/netinet6/ |
| H A D | in6_mcast.c | 812 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 D | mld6.c | 515 MLD_PRINTF(("%s: dispatch 0x%llx from 0x%llx\n", __func__, in mld_dispatch_queue_locked() 985 MLD_PRINTF(("%s: %s/%s timer=%d\n", __func__, in mld_v1_update_group() 996 MLD_PRINTF(("%s: REPORTING and timer running, " in mld_v1_update_group() 1006 MLD_PRINTF(("%s: ->REPORTING\n", __func__)); in mld_v1_update_group() 1011 MLD_PRINTF(("%s: ->AWAKENING\n", __func__)); in mld_v1_update_group() 1081 MLD_PRINTF(("%s: clamping qrv %d to %d\n", __func__, in mld_v2_input_query() 1145 MLD_PRINTF(("%s: qrv %d qi %d qri %d\n", __func__, mli->mli_rv, in mld_v2_input_query() 1328 MLD_PRINTF(("%s: schedule response to SG query\n", in mld_v2_process_group_query() 1467 MLD_PRINTF(("%s: report suppressed for %s on " in mld_v1_input_report() 1510 MLD_PRINTF(("%s: called w/mbuf (0x%llx,%d)\n", __func__, in mld_input() [all …]
|
| H A D | mld6_var.h | 109 #define MLD_PRINTF(x) do { if (mld_debug) printf x; } while (0) macro 111 #define MLD_PRINTF(x) macro
|