Home
last modified time | relevance | path

Searched refs:nsap (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/dns/resolv/
Dres_send.c150 static int connect_with_timeout(int sock, const struct sockaddr *nsap,
490 struct sockaddr *nsap; in res_nsend() local
495 nsap = get_nsaddr(statp, (size_t)ns); in res_nsend()
496 nsaplen = get_salen(nsap); in res_nsend()
507 act = (*statp->qhook)(&nsap, &buf, &buflen, in res_nsend()
536 getnameinfo(nsap, (socklen_t)nsaplen, abuf, sizeof(abuf), in res_nsend()
634 act = (*statp->rhook)(nsap, buf, buflen, in res_nsend()
765 struct sockaddr *nsap; in send_vc() local
777 nsap = get_nsaddr(statp, (size_t)ns); in send_vc()
778 nsaplen = get_salen(nsap); in send_vc()
[all …]