Home
last modified time | relevance | path

Searched refs:hostbuf (Results 1 – 4 of 4) 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.c2788 char hostbuf[NI_MAXHOST]; local
2805 if (getnameinfo(from, sysdep_sa_len(from), hostbuf, sizeof(hostbuf),
2808 strlcpy(hostbuf, "?", sizeof(hostbuf));
2811 printf("%s:%s", hostbuf, portbuf);
2816 if (getnameinfo(my, sysdep_sa_len(my), hostbuf, sizeof(hostbuf),
2819 strlcpy(hostbuf, "?", sizeof(hostbuf));
2822 printf("%s:%s", hostbuf, portbuf);
/external/openssh/
Dauth-rhosts.c85 char hostbuf[RBUFLN], userbuf[RBUFLN], dummy[RBUFLN]; in check_rhosts_file() local
105 switch (sscanf(buf, "%1023s %1023s %1023s", hostbuf, userbuf, in check_rhosts_file()
125 host = hostbuf; in check_rhosts_file()
/external/tcpdump/
Daddrtoname.c108 static char hostbuf[NI_MAXHOST]; in win32_gethostbyaddr() local
112 host.h_name = hostbuf; in win32_gethostbyaddr()