Searched refs:hostbuf (Results 1 – 4 of 4) sorted by relevance
/external/ipsec-tools/src/racoon/ |
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));
|
D | isakmp.c | 2788 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/ |
D | auth-rhosts.c | 85 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/ |
D | addrtoname.c | 108 static char hostbuf[NI_MAXHOST]; in win32_gethostbyaddr() local 112 host.h_name = hostbuf; in win32_gethostbyaddr()
|