Home
last modified time | relevance | path

Searched refs:firstai (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dxdmcp.c1461 struct addrinfo *ai, *firstai; in get_mcast_options() local
1483 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()