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

/xsrc/external/mit/xauth/dist/
H A Dgethost.c173 struct addrinfo *firstai = NULL; local in function:get_address_info
263 if (getaddrinfo(host,NULL,&hints,&firstai) !=0) return NULL;
264 for (struct addrinfo *ai = firstai; ai != NULL; ai = ai->ai_next) {
338 freeaddrinfo(firstai);
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmcp.c1601 struct addrinfo *ai, *firstai; local in function:get_mcast_options
1622 if ((gaierr = getaddrinfo(address, portstr, &hints, &firstai)) == 0) {
1623 for (ai = firstai; ai != NULL; ai = ai->ai_next) {
1640 mcastinfo->ai = firstai;
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmcp.c1471 struct addrinfo *ai, *firstai; local in function:get_mcast_options
1493 if ((gaierr = getaddrinfo(address, portstr, &hints, &firstai)) == 0) {
1494 for (ai = firstai; ai != NULL; ai = ai->ai_next) {
1512 mcastinfo->ai = firstai;

Completed in 7 milliseconds