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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c250 nss_XbyY_buf_t *buf6 = NULL; local
278 if ((buf6 = __IPv6_alloc(NSS_BUFLEN_IPNODES)) == NULL) {
284 nssin.arg.nss.host6.buf = buf6->buffer;
285 nssin.arg.nss.host6.buflen = buf6->buflen;
288 nssout.nss.host.hent = buf6->result;
292 __IPv6_cleanup(buf6);
293 buf6 = NULL;
296 * buf6 may have all that we need if we either
299 * IPv4-mapped addresses in buf6. If either
304 __find_mapped(buf6
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmconnect.c88 char buf6[INET6_ADDRSTRLEN]; local
167 buf6, sizeof (buf6)),
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4374 char buf6[INET6_ADDRSTRLEN]; local
4393 buf6, sizeof(buf6));
4800 char buf6[INET6_ADDRSTRLEN]; local
4889 addr = anynet_ntop(&ia6, buf6, sizeof(buf6));
4896 addr = anynet_ntop(&ia6, buf6, sizeof(buf6));
5003 char buf6[INET6_ADDRSTRLEN];
5088 addr = anynet_ntop(&ia6, buf6, sizeo
[all...]
H A Dmain.c758 char buf6[INET6_ADDRSTRLEN]; local
786 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.c1217 static char buf6[INET6_ADDRSTRLEN]; local
1302 value = anynet_ntop(rr->rr_u.rr_aaaa, buf6,
1303 sizeof(buf6));

Completed in 183 milliseconds