Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Din_mcast.c862 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_rollback()
923 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_reap()
945 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_purge()
991 IGMP_PRINTF(("%s: allocated %s as 0x%llx\n", __func__, in inm_get_source()
1134 IGMP_PRINTF(("%s: imf filters in-mode: %d at t0, %d at t1\n", in inm_merge()
1141 IGMP_PRINTF(("%s: --in on inm at t1\n", __func__)); in inm_merge()
1148 IGMP_PRINTF(("%s: imf transition %d to %d\n", in inm_merge()
1152 IGMP_PRINTF(("%s: --ex on inm at t1\n", __func__)); in inm_merge()
1155 IGMP_PRINTF(("%s: --in on inm at t1\n", __func__)); in inm_merge()
1160 IGMP_PRINTF(("%s: ex++ on inm at t1\n", __func__)); in inm_merge()
[all …]
H A Digmp.c528 IGMP_PRINTF(("%s: dispatch 0x%llx from 0x%llx\n", __func__, in igmp_dispatch_queue()
1082 IGMP_PRINTF(("%s: REPORTING and timer running, " in igmp_v2_update_group()
1092 IGMP_PRINTF(("%s: ->REPORTING\n", __func__)); in igmp_v2_update_group()
1097 IGMP_PRINTF(("%s: ->AWAKENING\n", __func__)); in igmp_v2_update_group()
1146 IGMP_PRINTF(("%s: clamping qrv %d to %d\n", __func__, in igmp_input_v3_query()
1223 IGMP_PRINTF(("%s: qrv %d qi %d qri %d\n", __func__, igi->igi_rv, in igmp_input_v3_query()
1674 IGMP_PRINTF(("%s: called w/mbuf(0x%llx,%d)\n", __func__, in igmp_input()
1954 IGMP_PRINTF(("%s: qpt %d, it %d, cst %d, sct %d, fast %d\n", __func__, in igmp_timeout()
1986 IGMP_PRINTF(("%s: interface timers running\n", __func__)); in igmp_timeout()
2022 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