Searched refs:h_errno (Results 1 – 13 of 13) sorted by relevance
/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/netcat/ |
D | 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, h_errs[h_errno]); /* handle it here */ 202 h_errno = 0; /* and reset for next call */ 316 h_errno = 0; 365 h_errno = 0; 425 h_errno = 0; [all …]
|
D | Changelog | 48 added h_errno strings and updated holler, gethostpoop to find them 63 fixed duplication lameness with printing h_errno stuff
|
/external/tcpdump/missing/ |
D | getnameinfo.c | 248 h_error = h_errno;
|
D | getaddrinfo.c | 560 h_error = h_errno;
|
/external/clearsilver/util/ |
D | neo_net.c | 170 return nerr_raise(NERR_IO, "Host not found: %s", hstrerror(h_errno)); in ne_net_connect()
|
/external/tcpdump/ |
D | config.h.in | 37 /* define ifyou have the h_errno variable. */
|
D | aclocal.m4 | 1206 dnl check for h_errno 1208 AC_MSG_CHECKING(for h_errno) 1213 [int foo = h_errno;],
|
D | configure | 12797 int foo = 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 | 1060 switch (h_errno) { in xmlNanoHTTPConnectHost()
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 158 @code{h_errno}, the return value from @code{hes_err()}, or whatever other
|