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

  /bionic/libc/dns/include/
resolv_static.h 21 char hostbuf[8*1024]; member in struct:res_static
  /external/openssh/
auth-rhosts.c 86 char hostbuf[RBUFLN], userbuf[RBUFLN], dummy[RBUFLN]; local
106 switch (sscanf(buf, "%1023s %1023s %1023s", hostbuf, userbuf,
126 host = hostbuf;
  /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/tcpdump/
addrtoname.c 106 static char hostbuf[NI_MAXHOST]; local
110 host.h_name = hostbuf;
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 1326 char hostbuf[8*1024]; local
2057 char hostbuf[8*1024]; local
    [all...]

Completed in 373 milliseconds