Lines Matching refs:rc
131 int slisten,rc,to,try_next;
162 rc = getaddrinfo(strlen(addr) ? addr : NULL, port, &ai, &res);
163 if (rc != 0) {
165 gai_strerror(rc));
239 int sock,rc;
266 if (0 != (rc = getaddrinfo(addr, port, &ai, &res))) {
268 gai_strerror(rc));
316 int sock = -1, rc;
339 if (0 != (rc = getaddrinfo(addr, port, &ai, &peer))) {
341 gai_strerror(rc));
363 if (0 != (rc = getaddrinfo(addr, port, &ai, &local))) {
365 gai_strerror(rc));