Home
last modified time | relevance | path

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

/system/netd/resolv/
Dres_send.cpp526 int nsaplen; in res_nsend() local
531 nsaplen = get_salen(nsap); in res_nsend()
557 if (getnameinfo(nsap, (socklen_t)nsaplen, abuf, sizeof(abuf), NULL, 0, niflags) == 0) in res_nsend()
714 int nsaplen; in send_vc() local
722 nsaplen = get_salen(nsap); in send_vc()
774 Aerror(statp, "bind/vc", errno, nsap, nsaplen); in send_vc()
778 if (connect_with_timeout(statp->_vcsock, nsap, (socklen_t) nsaplen, in send_vc()
781 Aerror(statp, "connect/vc", errno, nsap, nsaplen); in send_vc()
981 int nsaplen; in send_dg() local
988 nsaplen = get_salen(nsap); in send_dg()
[all …]