HomeSort by: relevance | last modified time | path
    Searched defs:tres (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/rpc/
rpcb_clnt.c 311 struct addrinfo hints, *res, *tres; local in function:getclnthandle
376 for (tres = res; tres != NULL; tres = tres->ai_next) {
377 taddr.buf = tres->ai_addr;
378 taddr.len = taddr.maxlen = tres->ai_addrlen;
rpcb_clnt.c 311 struct addrinfo hints, *res, *tres; local in function:getclnthandle
376 for (tres = res; tres != NULL; tres = tres->ai_next) {
377 taddr.buf = tres->ai_addr;
378 taddr.len = taddr.maxlen = tres->ai_addrlen;
rpcb_clnt.c 311 struct addrinfo hints, *res, *tres; local in function:getclnthandle
376 for (tres = res; tres != NULL; tres = tres->ai_next) {
377 taddr.buf = tres->ai_addr;
378 taddr.len = taddr.maxlen = tres->ai_addrlen;

Completed in 235 milliseconds