Home | History | Annotate | Download | only in syslogd

Lines Matching defs:res1

979 	struct addrinfo hints, *res, *res1;
1004 for (res1 = res; res1; res1 = res1->ai_next) {
1005 if ((sock = socket(res1->ai_family, res1->ai_socktype,
1006 res1->ai_protocol)) == -1) {
1015 if (connect(sock, res1->ai_addr, res1->ai_addrlen) == -1) {
1017 res1->ai_canonname, strerror(errno));