Home
last modified time | relevance | path

Searched refs:EAI_NODATA (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dgetaddrinfo.h57 # define EAI_NODATA -5 /* No address associated with NAME. */ macro
/dragonfly/contrib/tnftp/
H A Dtnftp.h248 #undef EAI_NODATA
249 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/dragonfly/include/
H A Dnetdb.h180 #define EAI_NODATA 7 /* no address associated with hostname */ macro
/dragonfly/lib/libfetch/
H A Dcommon.c70 #ifdef EAI_NODATA
71 { EAI_NODATA, FETCH_RESOLV, "Host not found" },
/dragonfly/usr.bin/telnet/
H A Dcommands.c2183 if (error == EAI_NODATA) { in tn()
2888 if (error == EAI_NODATA) { in sourceroute()
/dragonfly/crypto/openssh/
H A Dssh.c272 if (logerr || (gaierr != EAI_NONAME && gaierr != EAI_NODATA)) in resolve_host()