Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dgetcertsbyname.c213 char hostbuf[1024]; /* XXX */ local
265 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
278 len = dn_expand(answer, eom, cp, hostbuf, sizeof(hostbuf));
Disakmp.c2786 char hostbuf[NI_MAXHOST]; local
2803 if (getnameinfo(from, sysdep_sa_len(from), hostbuf, sizeof(hostbuf),
2806 strlcpy(hostbuf, "?", sizeof(hostbuf));
2809 printf("%s:%s", hostbuf, portbuf);
2814 if (getnameinfo(my, sysdep_sa_len(my), hostbuf, sizeof(hostbuf),
2817 strlcpy(hostbuf, "?", sizeof(hostbuf));
2820 printf("%s:%s", hostbuf, portbuf);
/external/tcpdump/
Daddrtoname.c105 static char hostbuf[NI_MAXHOST]; in win32_gethostbyaddr() local
109 host.h_name = hostbuf; in win32_gethostbyaddr()
/external/c-ares/
Dacinclude.m4715 char hostbuf[NI_MAXHOST];
718 GETNAMEINFO_TYPE_ARG46 hostlen = (GETNAMEINFO_TYPE_ARG46)sizeof(hostbuf);
730 rc = getnameinfo((GETNAMEINFO_TYPE_ARG1)&sa, salen, hostbuf, hostlen, NULL, 0, flags);
/external/curl/
Dacinclude.m41243 char hostbuf[NI_MAXHOST];
1246 GETNAMEINFO_TYPE_ARG46 hostlen = (GETNAMEINFO_TYPE_ARG46)sizeof(hostbuf);
1258 rc = getnameinfo((GETNAMEINFO_TYPE_ARG1)&sa, salen, hostbuf, hostlen, NULL, 0, flags);