Home | History | Annotate | Download | only in arch-mips64

Lines Matching refs:rp

185     struct addrinfo **native_results, *rp;
221 for (rp = *native_results; rp != NULL; rp = rp->ai_next) {
222 PRINT_ADDRINFO(rp);
223 rp->ai_socktype = socktype_ntop(rp->ai_socktype);
236 struct addrinfo *native_results, *rp;
253 for (rp = native_results; rp != NULL; rp = rp->ai_next) {
254 PRINT_ADDRINFO(rp);
255 rp->ai_socktype = socktype_pton(rp->ai_socktype); /* Likely not really necessary */