Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c228 nss_XbyY_buf_t *buf6 = NULL; in getipnodebyname() local
256 if ((buf6 = __IPv6_alloc(NSS_BUFLEN_IPNODES)) == NULL) { in getipnodebyname()
262 nssin.arg.nss.host6.buf = buf6->buffer; in getipnodebyname()
263 nssin.arg.nss.host6.buflen = buf6->buflen; in getipnodebyname()
266 nssout.nss.host.hent = buf6->result; in getipnodebyname()
270 __IPv6_cleanup(buf6); in getipnodebyname()
271 buf6 = NULL; in getipnodebyname()
282 __find_mapped(buf6->result, 0) != 0) { in getipnodebyname()
290 __IPv6_cleanup(buf6); in getipnodebyname()
291 buf6 = NULL; in getipnodebyname()
[all …]
/titanic_41/usr/src/cmd/sendmail/aux/
H A Dmconnect.c88 char buf6[INET6_ADDRSTRLEN]; local
167 buf6, sizeof (buf6)),
/titanic_41/usr/src/cmd/sendmail/src/
H A Dconf.c4374 char buf6[INET6_ADDRSTRLEN]; local
4393 buf6, sizeof(buf6));
4800 char buf6[INET6_ADDRSTRLEN]; in load_if_names() local
4889 addr = anynet_ntop(&ia6, buf6, sizeof(buf6)); in load_if_names()
4896 addr = anynet_ntop(&ia6, buf6, sizeof(buf6)); in load_if_names()
5003 char buf6[INET6_ADDRSTRLEN]; in load_if_names()
5088 addr = anynet_ntop(&ia6, buf6, sizeof(buf6)); in load_if_names()
5096 addr = anynet_ntop(&ia6, buf6, sizeof(buf6)); in load_if_names()
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));