Searched refs:buf6 (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c247 nss_XbyY_buf_t *buf6 = NULL; local
299 if ((buf6 = __IPv6_alloc(NSS_BUFLEN_IPNODES)) == NULL) {
305 nssin.arg.nss.host6.buf = buf6->buffer;
306 nssin.arg.nss.host6.buflen = buf6->buflen;
309 nssout.nss.host.hent = buf6->result;
313 __IPv6_cleanup(buf6);
314 buf6 = NULL;
317 * buf6 may have all that we need if we either
320 * IPv4-mapped addresses in buf6. If either
325 __find_mapped(buf6
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dmconnect.c88 char buf6[INET6_ADDRSTRLEN]; local
167 buf6, sizeof (buf6)),
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c4372 char buf6[INET6_ADDRSTRLEN]; local
4391 buf6, sizeof(buf6));
4798 char buf6[INET6_ADDRSTRLEN]; local
4888 addr = anynet_ntop(&ia6, buf6, sizeof(buf6));
4895 addr = anynet_ntop(&ia6, buf6, sizeof(buf6));
5002 char buf6[INET6_ADDRSTRLEN];
5088 addr = anynet_ntop(&ia6, buf6, sizeo
[all...]
H A Dmain.c761 char buf6[INET6_ADDRSTRLEN]; local
789 addr = anynet_ntop(&ia6, buf6, sizeof(buf6));
H A Dmilter.c3924 char buf6[INET6_ADDRSTRLEN]; local
3958 sockinfo = anynet_ntop(&addr.sin6.sin6_addr, buf6,
3959 sizeof(buf6));
H A Dmap.c1212 static char buf6[INET6_ADDRSTRLEN]; local
1297 value = anynet_ntop(rr->rr_u.rr_aaaa, buf6,
1298 sizeof(buf6));

Completed in 73 milliseconds