Searched refs:h_errno (Results 1 – 25 of 30) sorted by relevance
12
/external/ipsec-tools/src/racoon/ |
D | getcertsbyname.c | 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;
|
D | dnssec.c | 56 extern int h_errno;
|
/external/netperf/src/missing/m4/ |
D | herrno.m4 | 30 dnl * Check for h_errno. 33 [AC_CACHE_CHECK(for h_errno declaration in netdb.h, ac_cv_decl_h_errno, 36 h_errno = 0; 40 [Define to 1 if `h_errno' is declared by <netdb.h>])
|
/external/netperf/src/missing/ |
D | getaddrinfo.c | 138 extern int h_errno; 353 saved_h_errno = h_errno; 429 switch (h_errno) { 506 h_errno = saved_h_errno; 537 saved_h_errno = h_errno; 599 h_errno = saved_h_errno;
|
/external/libpcap/Win32/Include/net/ |
D | netdb.h | 94 #define h_errno (*__h_errno_location ()) macro 96 extern int h_errno;
|
/external/curl/lib/ |
D | amigaos.c | 32 extern int errno, h_errno;
|
/external/syslinux/core/lwip/src/api/ |
D | netdb.c | 59 int h_errno; variable 100 h_errno = HOST_NOT_FOUND; in lwip_gethostbyname()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | netdb.h | 97 extern int h_errno;
|
/external/netperf/ |
D | acinclude.m4 | 115 dnl * Check for h_errno. 118 [AC_CACHE_CHECK(for h_errno declaration in netdb.h, ac_cv_decl_h_errno, 121 h_errno = 0; 125 [Define to 1 if `h_errno' is declared by <netdb.h>])
|
D | config.h.in | 274 /* Define to 1 if `h_errno' is declared by <netdb.h> */
|
D | configure | 5116 h_errno = 0;
|
/external/openssh/openbsd-compat/ |
D | getrrsetbyname.c | 63 extern int h_errno; 240 switch(h_errno) { in getrrsetbyname()
|
/external/tcpdump/missing/ |
D | getnameinfo.c | 243 h_error = h_errno;
|
/external/libcups/cups/ |
D | http-addrlist.c | 763 if (h_errno == NO_RECOVERY) in httpAddrGetList() 766 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, hstrerror(h_errno), 0); in httpAddrGetList()
|
D | http-addr.c | 419 if (h_errno == NO_RECOVERY) in httpAddrLookup()
|
/external/tcpdump/ |
D | aclocal.m4 | 1224 dnl check for h_errno 1226 AC_MSG_CHECKING(for h_errno) 1231 [int foo = h_errno;], 1237 [define if you have the h_errno variable])
|
D | config.h.in | 52 /* define if you have the h_errno variable */
|
/external/libpcap/Win32/Src/ |
D | getaddrinfo.c | 567 h_error = h_errno;
|
/external/blktrace/ |
D | blktrace.c | 954 if (h_errno == TRY_AGAIN) { in net_setup_addr() 957 } else if (h_errno == NO_RECOVERY) { in net_setup_addr()
|
/external/libxml2/ |
D | nanohttp.c | 1136 switch (h_errno) { in xmlNanoHTTPConnectHost()
|
/external/libevent/ |
D | evutil.c | 1328 err = h_errno; in evutil_getaddrinfo()
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 150 @code{h_errno}, the return value from @code{hes_err()}, or whatever other
|
/external/curl/packages/vms/ |
D | config_h.com | 1327 $ if keysym .eqs. "HERRNO" then keysym = "h_errno"
|
/external/curl/m4/ |
D | curl-functions.m4 | 2215 CURL_CHECK_DEF_CC([h_errno], [ 2229 h_errno = 2; 2230 if(0 != h_errno)
|
/external/openssh/ |
D | config.h.in | 311 /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
|
12