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

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c345 IGMP_PRINTF(("change igmp_default_version from %d to %d\n",
474 IGMP_PRINTF(("%s: dispatch %p from %p\n", __func__, ifq, m));
544 IGMP_PRINTF(("%s: called for ifp %p(%s)\n",
567 IGMP_PRINTF(("allocate igmp_ifinfo for ifp %p(%s)\n",
600 IGMP_PRINTF(("reattached igmp_ifinfo for ifp %p(%s)\n",
614 IGMP_PRINTF(("%s: called for ifp %p(%s%d)\n",
782 IGMP_PRINTF(("%s: freeing igmp_ifinfo for ifp %p(%s%d)\n",
818 IGMP_PRINTF(("ignore v1 query on IGIF_LOOPBACK ifp %p(%s%d)\n",
829 IGMP_PRINTF(("process v1 query on ifp %p(%s%d)\n", ifp, ifp->if_name,
910 IGMP_PRINTF(("ignor
[all...]
H A Din_mcast.c864 IGMP_PRINTF(("%s: free inms %p\n", __func__, lims));
924 IGMP_PRINTF(("%s: free inms %p\n", __func__, lims));
945 IGMP_PRINTF(("%s: free inms %p\n", __func__, lims));
989 IGMP_PRINTF(("%s: allocated %s as %p\n", __func__,
1037 IGMP_PRINTF(("%s: t1 ex -= %d on %s\n",
1041 IGMP_PRINTF(("%s: t1 in -= %d on %s\n",
1047 IGMP_PRINTF(("%s: t1 ex += %d on %s\n",
1051 IGMP_PRINTF(("%s: t1 in += %d on %s\n",
1118 IGMP_PRINTF(("%s: imf filters in-mode: %d at t0, %d at t1\n",
1125 IGMP_PRINTF(("
[all...]
H A Digmp_var.h177 #define IGMP_PRINTF(x) do { if (igmp_debug) printf x; } while (0) macro
179 #define IGMP_PRINTF(x) macro

Completed in 104 milliseconds