Lines Matching defs:nsaplen
413 int nsaplen;
415 nsaplen = get_salen(nsap);
450 getnameinfo(nsap, nsaplen, abuf, sizeof(abuf),
600 int nsaplen;
611 nsaplen = get_salen(nsap);
666 if (connect(statp->_vcsock, nsap, nsaplen) < 0) {
669 nsaplen);
798 int nsaplen;
811 nsaplen = get_salen(nsap);
845 if (connect(EXT(statp).nssocks[ns], nsap, nsaplen) < 0) {
847 nsaplen);
863 if (sendto(s, (const char*)buf, buflen, 0, nsap, nsaplen) != buflen)
865 Aerror(statp, stderr, "sendto", errno, nsap, nsaplen);