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

/xnu-2422.115.4/bsd/netinet/
H A Dip_output.c156 static void ip_mloopback(struct ifnet *, struct ifnet *, struct mbuf *,
619 * multicast case is handled separately by ip_mloopback().
817 * multicast case is handled separately by ip_mloopback().
978 ip_mloopback(srcifp, ifp, m, dst, hlen);
990 * Multicasts that are looped back by ip_mloopback(),
1019 * are not sent -- the above call to ip_mloopback() will
2996 ip_mloopback(struct ifnet *srcifp, struct ifnet *origifp, struct mbuf *m, function

Completed in 15 milliseconds