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

1 2 3 4 5

  /external/ppp/pppd/plugins/radius/
ip_util.c 113 return ((hp==NULL)?"unknown":hp->h_name);
  /system/netd/server/
DnsProxyListener.cpp 98 if (hp->h_name != NULL) {
99 success &= sendLenAndData(c, strlen(hp->h_name)+1, hp->h_name);
316 ALOGD("GetHostByNameHandler::run gethostbyname errno: %s hp->h_name = %s, name_len = %zu\n",
318 (hp && hp->h_name) ? hp->h_name : "null",
319 (hp && hp->h_name) ? strlen(hp->h_name) + 1 : 0);
433 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %zu\n",
435 (hp && hp->h_name) ? hp->h_name : "null"
    [all...]
  /cts/tests/tests/net/jni/
NativeDnsJni.c 170 my_hostent->h_name ? my_hostent->h_name : "null");
172 if (my_hostent->h_name == NULL) return JNI_FALSE;
  /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),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ip_types.h 26 char *h_name; member in struct:hostent
  /system/extras/tests/bionic/libc/common/
test_gethostbyname.c 51 printf( " name: %s\n", hent->h_name );
  /bionic/libc/dns/
gethnamaddr.c 202 rs->host.h_name = NULL;
245 rs->host.h_name = bp;
247 /* The qname can be abbreviated, but h_name is now absolute. */
248 qname = rs->host.h_name;
307 rs->host.h_name = bp;
362 rs->host.h_name = bp;
377 rs->host.h_name = bp;
392 if (strcasecmp(rs->host.h_name, bp) != 0) {
394 AskedForGot, rs->host.h_name, bp);
413 rs->host.h_name = bp
    [all...]
  /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);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc 151 hostent_.h_name = strdup(ai->ai_canonname);
153 hostent_.h_name = strdup(name);
412 if (NULL != hostent_.h_name) {
413 free(hostent_.h_name);
427 hostent_.h_name = NULL;
  /external/chromium_org/third_party/openssl/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);
  /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/dns/net/
getnameinfo.c 315 p = strchr(hp->h_name, '.');
321 if (strlen(hp->h_name) + 1 > (size_t)hostlen) {
324 strlcpy(host, hp->h_name, hostlen);
  /development/ndk/platforms/android-3/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 94 char *h_name; /* official name of host */
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prnetdb.h 66 char *h_name; /* official name of host */ member in struct:PRHostEnt
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent

Completed in 497 milliseconds

1 2 3 4 5