Searched refs:hostbuf (Results 1 – 3 of 3) 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 | 2838 char hostbuf[NI_MAXHOST]; local 2855 if (getnameinfo(from, sysdep_sa_len(from), hostbuf, sizeof(hostbuf), 2858 strlcpy(hostbuf, "?", sizeof(hostbuf)); 2861 printf("%s:%s", hostbuf, portbuf); 2866 if (getnameinfo(my, sysdep_sa_len(my), hostbuf, sizeof(hostbuf), 2869 strlcpy(hostbuf, "?", sizeof(hostbuf)); 2872 printf("%s:%s", hostbuf, portbuf);
|
/external/tcpdump/ |
D | addrtoname.c | 109 static char hostbuf[NI_MAXHOST]; in win32_gethostbyaddr() local 113 host.h_name = hostbuf; in win32_gethostbyaddr()
|