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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c431 MLD_PRINTF(("%s: dispatch %p from %p\n", __func__, ifq, m));
484 MLD_PRINTF(("%s: called for ifp %p(%s%d)\n",
507 MLD_PRINTF(("allocate mld_ifinfo for ifp %p(%s%d)\n",
540 MLD_PRINTF(("reattached mld_ifinfo for ifp %p(%s%d)\n",
554 MLD_PRINTF(("%s: called for ifp %p(%s%d)\n",
725 MLD_PRINTF(("%s: freeing mld_ifinfo for ifp %p(%s%d)\n",
750 MLD_PRINTF(("ignore v1 query %s on ifp %p(%s%d)\n",
761 MLD_PRINTF(("ignore v1 query src %s on ifp %p(%s%d)\n",
808 MLD_PRINTF(("process v1 general query on ifp %p(%s%d)\n",
836 MLD_PRINTF(("proces
[all...]
H A Din6_mcast.c798 MLD_PRINTF(("%s: free in6ms %p\n", __func__, lims));
858 MLD_PRINTF(("%s: free in6ms %p\n", __func__, lims));
879 MLD_PRINTF(("%s: free in6ms %p\n", __func__, lims));
919 MLD_PRINTF(("%s: allocated %s as %p\n", __func__,
961 MLD_PRINTF(("%s: t1 ex -= %d on %s\n", __func__, n,
965 MLD_PRINTF(("%s: t1 in -= %d on %s\n", __func__, n,
971 MLD_PRINTF(("%s: t1 ex += %d on %s\n", __func__, n,
975 MLD_PRINTF(("%s: t1 in += %d on %s\n", __func__, n,
1042 MLD_PRINTF(("%s: imf filters in-mode: %d at t0, %d at t1\n",
1049 MLD_PRINTF(("
[all...]
H A Dmld6_var.h108 #define MLD_PRINTF(x) do { if (mld_debug) printf x; } while (0) macro
110 #define MLD_PRINTF(x) macro

Completed in 24 milliseconds