HomeSort by relevance Sort by last modified time
    Searched refs:h_name (Results 1 - 25 of 52) sorted by null

1 2 3

  /system/netd/
DnsProxyListener.cpp 227 LOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %d\n",
229 (hp && hp->h_name) ? hp->h_name: "null",
230 (hp && hp->h_name) ? strlen(hp->h_name)+ 1 : 0);
233 bool success = sendLenAndData(mClient, (hp && hp->h_name) ? strlen(hp->h_name)+ 1 : 0,
234 (hp && hp->h_name) ? hp->h_name : "");
  /external/chromium/third_party/libjingle/source/talk/base/
nethelpers.cc 79 total_len += strlen(ent->h_name) + 1;
98 result->h_name = p;
99 memcpy(p, ent->h_name, strlen(ent->h_name) + 1);
100 p += strlen(ent->h_name) + 1;
  /external/ppp/pppd/plugins/radius/
ip_util.c 113 return ((hp==NULL)?"unknown":hp->h_name);
  /external/dropbear/
fake-rfc2553.c 72 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
202 if (hp && hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) {
  /ndk/sources/host-tools/make-3.81/
remote-cstms.c 205 host ? host->h_name : inet_ntoa (permit.addr),
214 host ? host->h_name : inet_ntoa (permit.addr),
221 host ? host->h_name : inet_ntoa (permit.addr),
  /bionic/libc/netbsd/
gethnamaddr.c 192 rs->host.h_name = NULL;
235 rs->host.h_name = bp;
237 /* The qname can be abbreviated, but h_name is now absolute. */
238 qname = rs->host.h_name;
297 rs->host.h_name = bp;
352 rs->host.h_name = bp;
367 rs->host.h_name = bp;
382 if (strcasecmp(rs->host.h_name, bp) != 0) {
384 AskedForGot, rs->host.h_name, bp);
403 rs->host.h_name = bp
    [all...]
  /system/extras/tests/bionic/libc/common/
test_gethostbyname.c 51 printf( " name: %s\n", hent->h_name );
  /external/tcpdump/missing/
getnameinfo.c 256 p = strchr(hp->h_name, '.');
259 if (strlen(hp->h_name) + 1 > hostlen) {
265 strcpy(host, hp->h_name);
  /bionic/libc/netbsd/net/
getnameinfo.c 210 if (fread(hp->h_name, name_len, 1, proxy) != 1) {
379 android_proxy_hostent.h_name = android_proxy_buf;
400 p = strchr(hp->h_name, '.');
405 if (strlen(hp->h_name) + 1 > (size_t)hostlen) {
408 strlcpy(host, hp->h_name, hostlen);
  /external/openssl/crypto/bio/
b_sock.c 322 j=strlen(a->h_name)+1;
323 if ((ret->h_name=OPENSSL_malloc(j)) == NULL) goto err;
324 memcpy((char *)ret->h_name,a->h_name,j);
369 if (a->h_name != NULL) OPENSSL_free(a->h_name);
  /bionic/libc/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /development/ndk/platforms/android-3/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent

Completed in 349 milliseconds

1 2 3