Home
last modified time | relevance | path

Searched refs:hostbuf (Results 1 – 7 of 7) 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.c85 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/libcups/notifier/
Dmailto.c228 char hostbuf[1024]; /* Local hostname */ in email_message() local
258 httpGetHostname(NULL, hostbuf, sizeof(hostbuf))); in email_message()
259 fprintf(stderr, "DEBUG: >>> HELO %s\n", hostbuf); in email_message()
/external/tensorflow/tensorflow/core/util/
Dgpu_kernel_helper_test.cu.cc151 int hostbuf[bufsize]; member in tensorflow::GpuLaunchConfigTest
157 hipMemcpy(hostbuf, outbuf, sizeof(int) * bufsize, hipMemcpyDeviceToHost); in copyToHost()
166 outbuf_host = hostbuf; in SetUp()
/external/tcpdump/
Daddrtoname.c106 static char hostbuf[NI_MAXHOST]; in win32_gethostbyaddr() local
110 host.h_name = hostbuf; in win32_gethostbyaddr()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dacinclude.m4710 char hostbuf[NI_MAXHOST];
713 GETNAMEINFO_TYPE_ARG46 hostlen = (GETNAMEINFO_TYPE_ARG46)sizeof(hostbuf);
725 rc = getnameinfo((GETNAMEINFO_TYPE_ARG1)&sa, salen, hostbuf, hostlen, NULL, 0, flags);