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

1 2 3 4

  /external/c-ares/
ares_free_hostent.c 34 free((char *)(host->h_name));
ares__get_hostent.c 178 hostent->h_name = strdup(txthost);
179 if (!hostent->h_name)
243 if (hostent->h_name)
244 free((char *) hostent->h_name);
ares_gethostbyname.c 293 hostent.h_name = strdup(name);
294 if (!hostent.h_name)
307 free((char *)(hostent.h_name));
402 if (strcasecmp((*host)->h_name, name) == 0)
ares_parse_ns_reply.c 165 hostent->h_name = hostname;
  /bionic/libc/dns/net/
sethostent.c 154 hent.h_name = NULL; /* XXX: gcc */
171 if (strcasecmp(hp->h_name, name) != 0) {
183 HENT_SCOPY(hent.h_name, hp->h_name, ptr, len);
224 HENT_SCOPY(hp->h_name, hent.h_name, ptr, len);
gethnamaddr.c 224 hent->h_name = NULL;
266 hent->h_name = bp;
268 /* The qname can be abbreviated, but h_name is now absolute. */
269 qname = hent->h_name;
323 hent->h_name = bp;
375 hent->h_name = bp;
388 hent->h_name = bp;
402 if (strcasecmp(hent->h_name, bp) != 0) {
404 AskedForGot, hent->h_name, bp);
423 hent->h_name = bp
    [all...]
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);
  /cts/tests/tests/net/jni/
NativeDnsJni.c 171 my_hostent->h_name ? my_hostent->h_name : "null");
173 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),
  /system/netd/server/
DnsProxyListener.cpp 128 if (hp->h_name != NULL) {
129 success &= sendLenAndData(c, strlen(hp->h_name)+1, hp->h_name);
385 ALOGD("GetHostByNameHandler::run gethostbyname errno: %s hp->h_name = %s, name_len = %zu\n",
387 (hp && hp->h_name) ? hp->h_name : "null",
388 (hp && hp->h_name) ? strlen(hp->h_name) + 1 : 0);
507 ALOGD("GetHostByAddrHandler::run gethostbyaddr errno: %s hp->h_name = %s, name_len = %zu\n",
509 (hp && hp->h_name) ? hp->h_name : "null"
    [all...]
  /external/ppp/pppd/plugins/radius/
ip_util.c 113 return ((hp==NULL)?"unknown":hp->h_name);
  /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
  /external/netperf/src/missing/
getaddrinfo.c 417 canonname = hostent->h_name;
445 canonname = hostent->h_name;
578 if (nodelen <= strlen(hostent->h_name)) {
582 strcpy(node, hostent->h_name);
  /external/tcpdump/missing/
getnameinfo.c 251 p = strchr(hp->h_name, '.');
254 if (strlen(hp->h_name) + 1 > hostlen) {
260 strcpy(host, hp->h_name);
  /external/curl/lib/
curl_addrinfo.c 252 * char *h_name;
282 DEBUGASSERT((he->h_name != NULL) && (he->h_addr_list != NULL));
298 if((ai->ai_canonname = strdup(he->h_name)) == NULL) {
431 h->h_name = hoststr;
  /development/ndk/platforms/android-3/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
netdb.h 85 char *h_name; /* official name of host */ member in struct:hostent

Completed in 524 milliseconds

1 2 3 4