Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Digmp.c376 IGMP_PRINTF(("%s: change igmp_default_version from %d to %d\n",
521 IGMP_PRINTF(("%s: dispatch 0x%llx from 0x%llx\n", __func__, in igmp_dispatch_queue()
603 IGMP_PRINTF(("%s: called for ifp 0x%llx(%s)\n", in igmp_domifattach()
627 IGMP_PRINTF(("%s: allocate igmp_ifinfo for ifp 0x%llx(%s)\n", __func__, in igmp_domifattach()
660 IGMP_PRINTF(("%s: reattached igmp_ifinfo for ifp 0x%llx(%s)\n", in igmp_domifreattach()
674 IGMP_PRINTF(("%s: called for ifp 0x%llx(%s%d)\n", __func__, in igmp_domifdetach()
844 IGMP_PRINTF(("%s: freeing igmp_ifinfo for ifp 0x%llx(%s)\n", in igi_remref()
883 IGMP_PRINTF(("%s: ignore v1 query on IGIF_LOOPBACK " in igmp_input_v1_query()
895 IGMP_PRINTF(("%s: process v1 query on ifp 0x%llx(%s)\n", __func__, in igmp_input_v1_query()
980 IGMP_PRINTF(("%s: ignore v2 query on IGIF_LOOPBACK " in igmp_input_v2_query()
[all …]
H A Din_mcast.c847 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_rollback()
908 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_reap()
930 IGMP_PRINTF(("%s: free inms 0x%llx\n", __func__, in imf_purge()
976 IGMP_PRINTF(("%s: allocated %s as 0x%llx\n", __func__, in inm_get_source()
1119 IGMP_PRINTF(("%s: imf filters in-mode: %d at t0, %d at t1\n", in inm_merge()
1126 IGMP_PRINTF(("%s: --in on inm at t1\n", __func__)); in inm_merge()
1133 IGMP_PRINTF(("%s: imf transition %d to %d\n", in inm_merge()
1137 IGMP_PRINTF(("%s: --ex on inm at t1\n", __func__)); in inm_merge()
1140 IGMP_PRINTF(("%s: --in on inm at t1\n", __func__)); in inm_merge()
1145 IGMP_PRINTF(("%s: ex++ on inm at t1\n", __func__)); in inm_merge()
[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