Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Digmp.c379 IGMP_PRINTF(("%s: change igmp_default_version from %d to %d\n",
524 IGMP_PRINTF(("%s: dispatch 0x%llx from 0x%llx\n", __func__, in igmp_dispatch_queue()
606 IGMP_PRINTF(("%s: called for ifp 0x%llx(%s)\n", in igmp_domifattach()
630 IGMP_PRINTF(("%s: allocate igmp_ifinfo for ifp 0x%llx(%s)\n", __func__, in igmp_domifattach()
663 IGMP_PRINTF(("%s: reattached igmp_ifinfo for ifp 0x%llx(%s)\n", in igmp_domifreattach()
677 IGMP_PRINTF(("%s: called for ifp 0x%llx(%s%d)\n", __func__, in igmp_domifdetach()
847 IGMP_PRINTF(("%s: freeing igmp_ifinfo for ifp 0x%llx(%s)\n", in igi_remref()
886 IGMP_PRINTF(("%s: ignore v1 query on IGIF_LOOPBACK " in igmp_input_v1_query()
898 IGMP_PRINTF(("%s: process v1 query on ifp 0x%llx(%s)\n", __func__, in igmp_input_v1_query()
983 IGMP_PRINTF(("%s: ignore v2 query on IGIF_LOOPBACK " in igmp_input_v2_query()
[all …]
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_var.h179 #define IGMP_PRINTF(x) do { if (igmp_debug) printf x; } while (0) macro
189 #define IGMP_PRINTF(x) macro