HomeSort by: relevance | last modified time | path
    Searched defs:ip_mloopback (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_output.c 153 static void ip_mloopback(struct ifnet *, struct mbuf *,
484 ip_mloopback(ifp, m, &udst.sin);
496 * Multicasts that are looped back by ip_mloopback(),
514 * are not sent -- the above call to ip_mloopback() will
2149 ip_mloopback(struct ifnet *ifp, struct mbuf *m, const struct sockaddr_in *dst) function in typeref:typename:void
ip_output.c 153 static void ip_mloopback(struct ifnet *, struct mbuf *,
484 ip_mloopback(ifp, m, &udst.sin);
496 * Multicasts that are looped back by ip_mloopback(),
514 * are not sent -- the above call to ip_mloopback() will
2149 ip_mloopback(struct ifnet *ifp, struct mbuf *m, const struct sockaddr_in *dst) function in typeref:typename:void

Completed in 24 milliseconds