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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h639 int if_addmulti(struct ifnet *, const struct sockaddr *, struct ifmultiaddr **);
H A Dif.c1384 error = if_addmulti(ifp, &ifr->ifr_addr, NULL);
1842 if_addmulti( function
H A Dkpi_interface.c978 return if_addmulti(interface, maddr, address);
H A Dif_bond.c1135 error = if_addmulti(ifb->ifb_ifp, (struct sockaddr *)&sdl,
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_lap.c1605 if (if_addmulti(nddp, (struct sockaddr *)&sdl, 0))
1690 if (if_addmulti(nddp, (struct sockaddr *)&sdl, 0))
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.c1344 error = if_addmulti(ifp, (struct sockaddr *)&sin, &ifma);
1350 * If ifma->ifma_protospec is null, then if_addmulti() created
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6.c1919 *errorp = if_addmulti(ifp, (struct sockaddr *)&sin6, &ifma);
1925 * If ifma->ifma_protospec is null, then if_addmulti() created
1931 /* XXX - if_addmulti uses M_WAITOK. Can this really be called
1932 at interrupt time? If so, need to fix if_addmulti. XXX */

Completed in 48 milliseconds