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

  /bionic/libc/netbsd/
gethnamaddr.c 157 h_errno = NO_RECOVERY; \
165 h_errno = NO_RECOVERY; \
215 h_errno = NO_RECOVERY;
220 h_errno = NO_RECOVERY;
231 h_errno = NO_RECOVERY;
278 h_errno = NO_RECOVERY;
308 h_errno = NO_RECOVERY;
347 h_errno = NO_RECOVERY;
376 h_errno = NETDB_SUCCESS;
426 h_errno = NO_RECOVERY
    [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 63 /* XXX should it use ci_errno to hold errno instead of h_errno ? */
64 extern int h_errno;
144 h_errno = NO_RECOVERY;
154 h_errno = NO_RECOVERY;
185 h_errno = NO_RECOVERY;
234 h_errno = NO_RECOVERY;
261 h_errno = NO_RECOVERY;
296 h_errno = NO_RECOVERY;
309 h_errno = NO_RECOVERY;
324 h_errno = NO_RECOVERY
    [all...]
dnssec.c 56 extern int h_errno;
  /bionic/libc/netbsd/resolv/
herror.c 95 * print the error indicated by the h_errno value.
112 DE_CONST(hstrerror(h_errno), t);
  /bionic/libc/netbsd/net/
getaddrinfo.c 1124 h_errno = NO_RECOVERY;
1129 h_errno = NO_RECOVERY;
1140 h_errno = NO_RECOVERY;
1260 h_errno = NETDB_SUCCESS;
1264 h_errno = NO_RECOVERY;
    [all...]
  /external/netcat/
netcat.c 125 extern int h_errno;
135 int h_errno; /* just so we *do* have it available */ variable
197 if (h_errno) { /* if host-lookup variety of error ... */
198 if (h_errno > 4) /* oh no you don't, either */
199 fprintf (stderr, "preposterous h_errno: %d", h_errno);
201 fprintf (stderr, "%s", h_errs[h_errno]); /* handle it here */
202 h_errno = 0; /* and reset for next call */
316 h_errno = 0;
365 h_errno = 0
    [all...]
  /bionic/libc/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /development/ndk/platforms/android-3/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
netdb.h 126 * (left in h_errno).
203 #define h_errno (*__get_h_errno()) macro
  /dalvik/vm/jdwp/
JdwpSocket.c 395 int h_errno; local
411 &pEntry, &h_errno);
419 h_errno = 0;
423 state->params.host, strerror(h_errno));
  /external/tcpdump/missing/
getnameinfo.c 248 h_error = h_errno;
getaddrinfo.c 560 h_error = h_errno;
  /bionic/libc/private/
resolv_private.h 75 * aware programs, the last h_errno value set is stored in res->h_errno.
85 * # define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
89 #define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))
  /development/tools/jdwpspy/
Net.c 289 connectHost, strerror(h_errno));
  /external/clearsilver/util/
neo_net.c 170 return nerr_raise(NERR_IO, "Host not found: %s", hstrerror(h_errno));
  /external/quake/quake/src/WinQuake/
mpdosock.h 609 #define h_errno WSAGetLastError() macro
  /external/blktrace/
blktrace.c 954 if (h_errno == TRY_AGAIN) {
957 } else if (h_errno == NO_RECOVERY) {
    [all...]
  /external/libxml2/
nanohttp.c 1060 switch (h_errno) {
    [all...]
  /external/tcpdump/
configure     [all...]

Completed in 707 milliseconds