Lines Matching defs:multicast
1050 vxlan_socket_create(struct ifnet *ifp, int multicast,
1060 * If this socket will be multicast, then only the local port
1063 if (multicast != 0) {
1184 * later creates that explicitly set the multicast interface.
1271 * Within a socket, the same multicast group may be used by multiple
1273 * may only join a multicast group once, so keep track of the users
1474 if_printf(sc->vxl_ifp, "multicast interface %s does "
1481 "multicast\n", sc->vxl_mc_ifname);
1508 * Initialize an multicast options structure that is sufficiently
1535 int multicast, error;
1542 multicast = vxlan_sockaddr_in_multicast(daddr);
1543 MPASS(multicast != -1);
1550 error = vxlan_socket_create(ifp, multicast, saddr, &vso);
1552 if (multicast != 0)
1564 if (multicast != 0) {
1593 if (multicast != 0)