HomeSort by relevance Sort by last modified time
    Searched refs:hostbuf (Results 1 - 10 of 10) sorted by null

  /bionic/libc/dns/include/
resolv_static.h 21 char hostbuf[8*1024]; member in struct:res_static
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbyht.c 85 static char hostbuf[BUFSIZ+1]; variable
122 if ( NULL == (p = fgets(hostbuf, sizeof hostbuf, hostf))) {
gethostbydns.c 139 static char hostbuf[8*1024]; variable
233 bp = hostbuf;
234 buflen = sizeof hostbuf;
440 if (bp + n >= &hostbuf[sizeof hostbuf]) {
577 strncpy(hostbuf, name, MAXDNAME);
578 hostbuf[MAXDNAME] = '\0';
579 bp = hostbuf + MAXDNAME;
580 len = sizeof hostbuf - MAXDNAME;
581 host.h_name = hostbuf;
    [all...]
getaddrinfo.c 1085 static char hostbuf[8*1024]; local
1111 bp = hostbuf;
1112 ep = hostbuf + sizeof hostbuf;
1439 static char hostbuf[8*1024]; local
    [all...]
  /external/ipsec-tools/src/racoon/
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));
isakmp.c 2793 char hostbuf[NI_MAXHOST]; local
    [all...]
  /external/openssh/
auth-rhosts.c 85 char hostbuf[RBUFLN], userbuf[RBUFLN], dummy[RBUFLN]; local
105 switch (sscanf(buf, "%1023s %1023s %1023s", hostbuf, userbuf,
125 host = hostbuf;
  /bionic/libc/dns/net/
gethnamaddr.c 978 * To keep reentrancy we cannot use __res_get_static()->hostbuf here,
982 const size_t line_buf_size = sizeof(__res_get_static()->hostbuf);
    [all...]
getaddrinfo.c 1321 char hostbuf[8*1024]; local
2053 char hostbuf[8*1024]; local
    [all...]
  /external/tcpdump/
addrtoname.c 105 static char hostbuf[NI_MAXHOST]; local
109 host.h_name = hostbuf;

Completed in 5404 milliseconds