Searched refs:IGMP_PRINTF (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | igmp.c | 372 IGMP_PRINTF(("%s: change igmp_default_version from %d to %d\n", 507 IGMP_PRINTF(("%s: dispatch 0x%llx from 0x%llx\n", __func__, in igmp_dispatch_queue() 585 IGMP_PRINTF(("%s: called for ifp 0x%llx(%s)\n", in igmp_domifattach() 609 IGMP_PRINTF(("%s: allocate igmp_ifinfo for ifp 0x%llx(%s)\n", __func__, in igmp_domifattach() 642 IGMP_PRINTF(("%s: reattached igmp_ifinfo for ifp 0x%llx(%s)\n", in igmp_domifreattach() 656 IGMP_PRINTF(("%s: called for ifp 0x%llx(%s%d)\n", __func__, in igmp_domifdetach() 826 IGMP_PRINTF(("%s: freeing igmp_ifinfo for ifp 0x%llx(%s)\n", in igi_remref() 865 IGMP_PRINTF(("%s: ignore v1 query on IGIF_LOOPBACK " in igmp_input_v1_query() 877 IGMP_PRINTF(("%s: process v1 query on ifp 0x%llx(%s)\n", __func__, in igmp_input_v1_query() 962 IGMP_PRINTF(("%s: ignore v2 query on IGIF_LOOPBACK " in igmp_input_v2_query() [all …]
|
| H A D | in_mcast.c | 849 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_rollback() 910 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_reap() 932 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_purge() 978 IGMP_PRINTF(("%s: allocated %s as 0x%llx\n", __func__, in inm_get_source() 1121 IGMP_PRINTF(("%s: imf filters in-mode: %d at t0, %d at t1\n", in inm_merge() 1128 IGMP_PRINTF(("%s: --in on inm at t1\n", __func__)); in inm_merge() 1135 IGMP_PRINTF(("%s: imf transition %d to %d\n", in inm_merge() 1139 IGMP_PRINTF(("%s: --ex on inm at t1\n", __func__)); in inm_merge() 1142 IGMP_PRINTF(("%s: --in on inm at t1\n", __func__)); in inm_merge() 1147 IGMP_PRINTF(("%s: ex++ on inm at t1\n", __func__)); in inm_merge() [all …]
|
| H A D | igmp_var.h | 179 #define IGMP_PRINTF(x) do { if (igmp_debug) printf x; } while (0) macro 189 #define IGMP_PRINTF(x) macro
|