Searched refs:hostbuf (Results 1 - 4 of 4) sorted by relevance
/external/openssh/ |
H A D | auth-rhosts.c | 84 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 D | getcertsbyname.c | 213 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 D | isakmp.c | 2789 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 D | addrtoname.c | 109 static char hostbuf[NI_MAXHOST]; local 113 host.h_name = hostbuf;
|
Completed in 104 milliseconds