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.c2793 char hostbuf[NI_MAXHOST]; local
2810 if (getnameinfo(from, sysdep_sa_len(from), hostbuf, sizeof(hostbuf),
2813 strlcpy(hostbuf, "?", sizeof(hostbuf));
2816 printf("%s:%s", hostbuf, portbuf);
2821 if (getnameinfo(my, sysdep_sa_len(my), hostbuf, sizeof(hostbuf),
2824 strlcpy(hostbuf, "?", sizeof(hostbuf));
2827 printf("%s:%s", hostbuf, portbuf);
/external/openssh/
Dauth-rhosts.c86 char hostbuf[RBUFLN], userbuf[RBUFLN], dummy[RBUFLN]; in check_rhosts_file() local
106 switch (sscanf(buf, "%1023s %1023s %1023s", hostbuf, userbuf, in check_rhosts_file()
126 host = hostbuf; in check_rhosts_file()
/external/tcpdump/
Daddrtoname.c106 static char hostbuf[NI_MAXHOST]; in win32_gethostbyaddr() local
110 host.h_name = hostbuf; in win32_gethostbyaddr()