Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Din_mcast.c868 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_rollback()
929 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_reap()
951 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_purge()
997 IGMP_PRINTF(("%s: allocated %s as 0x%llx\n", __func__, in inm_get_source()
1140 IGMP_PRINTF(("%s: imf filters in-mode: %d at t0, %d at t1\n", in inm_merge()
1147 IGMP_PRINTF(("%s: --in on inm at t1\n", __func__)); in inm_merge()
1154 IGMP_PRINTF(("%s: imf transition %d to %d\n", in inm_merge()
1158 IGMP_PRINTF(("%s: --ex on inm at t1\n", __func__)); in inm_merge()
1161 IGMP_PRINTF(("%s: --in on inm at t1\n", __func__)); in inm_merge()
1166 IGMP_PRINTF(("%s: ex++ on inm at t1\n", __func__)); in inm_merge()
[all …]
H A Digmp.c520 IGMP_PRINTF(("%s: dispatch 0x%llx from 0x%llx\n", __func__, in igmp_dispatch_queue()
1074 IGMP_PRINTF(("%s: REPORTING and timer running, " in igmp_v2_update_group()
1084 IGMP_PRINTF(("%s: ->REPORTING\n", __func__)); in igmp_v2_update_group()
1089 IGMP_PRINTF(("%s: ->AWAKENING\n", __func__)); in igmp_v2_update_group()
1138 IGMP_PRINTF(("%s: clamping qrv %d to %d\n", __func__, in igmp_input_v3_query()
1215 IGMP_PRINTF(("%s: qrv %d qi %d qri %d\n", __func__, igi->igi_rv, in igmp_input_v3_query()
1666 IGMP_PRINTF(("%s: called w/mbuf(0x%llx,%d)\n", __func__, in igmp_input()
1946 IGMP_PRINTF(("%s: qpt %d, it %d, cst %d, sct %d, fast %d\n", __func__, in igmp_timeout()
1978 IGMP_PRINTF(("%s: interface timers running\n", __func__)); in igmp_timeout()
2014 IGMP_PRINTF(("%s: state change timers running\n", __func__)); in igmp_timeout()
[all …]
H A Digmp_var.h179 #define IGMP_PRINTF(x) do { if (igmp_debug) printf x; } while (0) macro
189 #define IGMP_PRINTF(x) macro