Searched refs:hostbuf (Results 1 - 4 of 4) sorted by relevance

/external/openssh/
H A Dauth-rhosts.c84 char hostbuf[1024], userbuf[1024], dummy[1024], *host, *user, *cp; local
103 switch (sscanf(buf, "%1023s %1023s %1023s", hostbuf, userbuf,
123 host = hostbuf;
/external/ipsec-tools/src/racoon/
H A 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));
H A Disakmp.c2789 char hostbuf[NI_MAXHOST];
2806 if (getnameinfo(from, sysdep_sa_len(from), hostbuf, sizeof(hostbuf),
2809 strlcpy(hostbuf, "?", sizeof(hostbuf));
2812 printf("%s:%s", hostbuf, portbuf);
2817 if (getnameinfo(my, sysdep_sa_len(my), hostbuf, sizeof(hostbuf),
2820 strlcpy(hostbuf, "?", sizeof(hostbuf));
2788 char hostbuf[NI_MAXHOST]; local
[all...]
/external/tcpdump/
H A Daddrtoname.c109 static char hostbuf[NI_MAXHOST]; local
113 host.h_name = hostbuf;

Completed in 104 milliseconds