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 | 2793 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/ |
D | auth-rhosts.c | 86 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/ |
D | addrtoname.c | 106 static char hostbuf[NI_MAXHOST]; in win32_gethostbyaddr() local 110 host.h_name = hostbuf; in win32_gethostbyaddr()
|