Home
last modified time | relevance | path

Searched refs:hostbuf (Results 1 – 3 of 3) 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.c2838 char hostbuf[NI_MAXHOST]; local
2855 if (getnameinfo(from, sysdep_sa_len(from), hostbuf, sizeof(hostbuf),
2858 strlcpy(hostbuf, "?", sizeof(hostbuf));
2861 printf("%s:%s", hostbuf, portbuf);
2866 if (getnameinfo(my, sysdep_sa_len(my), hostbuf, sizeof(hostbuf),
2869 strlcpy(hostbuf, "?", sizeof(hostbuf));
2872 printf("%s:%s", hostbuf, portbuf);
/external/tcpdump/
Daddrtoname.c109 static char hostbuf[NI_MAXHOST]; in win32_gethostbyaddr() local
113 host.h_name = hostbuf; in win32_gethostbyaddr()