Searched refs:firstai (Results 1 – 1 of 1) sorted by relevance
1461 struct addrinfo *ai, *firstai; in get_mcast_options() local1483 if ((gaierr = getaddrinfo(address, portstr, &hints, &firstai)) == 0) { in get_mcast_options()1484 for (ai = firstai; ai != NULL; ai = ai->ai_next) { in get_mcast_options()1502 mcastinfo->ai = firstai; in get_mcast_options()