Searched refs:mcastinfo (Results 1 – 1 of 1) sorted by relevance
1498 struct multicastinfo *mcastinfo, *mcl; in get_mcast_options() local1500 mcastinfo = malloc(sizeof(struct multicastinfo)); in get_mcast_options()1501 mcastinfo->next = NULL; in get_mcast_options()1502 mcastinfo->ai = firstai; in get_mcast_options()1503 mcastinfo->hops = hopcount; in get_mcast_options()1506 mcastlist = mcastinfo; in get_mcast_options()1512 mcl->next = mcastinfo; in get_mcast_options()