Searched refs:mcast_prefix (Results 1 – 1 of 1) sorted by relevance
71 char *mcast_prefix; /* Prefix of the multicast address */ variable203 mcast_prefix = strdup(optarg); in parse_options()344 if (mcast_prefix) { in join_group()351 sprintf(maddr, "%s.%d.%d", mcast_prefix, in join_group()357 sprintf(maddr, "%s:%x", mcast_prefix, idx + 1); in join_group()505 if (mcast_prefix == NULL && mcast_addr == NULL) { in main()