Home
last modified time | relevance | path

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

/bionic/libc/dns/resolv/
Dres_send.c161 static int connect_with_timeout(int sock, const struct sockaddr *nsap,
506 struct sockaddr *nsap; in res_nsend() local
508 nsap = get_nsaddr(statp, (size_t)ns); in res_nsend()
509 nsaplen = get_salen(nsap); in res_nsend()
519 act = (*statp->qhook)(&nsap, &buf, &buflen, in res_nsend()
544 getnameinfo(nsap, (socklen_t)nsaplen, abuf, sizeof(abuf), in res_nsend()
623 act = (*statp->rhook)(nsap, buf, buflen, in res_nsend()
742 struct sockaddr *nsap; in send_vc() local
754 nsap = get_nsaddr(statp, (size_t)ns); in send_vc()
755 nsaplen = get_salen(nsap); in send_vc()
[all …]