HomeSort by: relevance | last modified time | path
    Searched defs:EAI_NODATA (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
getaddrinfo.h 57 # define EAI_NODATA -5 /* No address associated with NAME. */
  /src/external/gpl3/gdb/dist/gnulib/import/
netdb.in.h 119 # define EAI_NODATA -5 /* No address associated with NAME. */
126 /* Since EAI_NODATA is deprecated by RFC3493, some systems (at least
129 # if !defined EAI_NODATA && defined EAI_NONAME
130 # define EAI_NODATA EAI_NONAME
  /src/external/gpl3/gdb.old/dist/gnulib/import/
netdb.in.h 119 # define EAI_NODATA -5 /* No address associated with NAME. */
126 /* Since EAI_NODATA is deprecated by RFC3493, some systems (at least
129 # if !defined EAI_NODATA && defined EAI_NONAME
130 # define EAI_NODATA EAI_NONAME
  /src/external/bsd/nsd/dist/compat/
fake-rfc2553.h 129 #ifndef EAI_NODATA
130 # define EAI_NODATA (INT_MAX - 1)
  /src/external/bsd/ntp/dist/include/
ntp_rfc2553.h 205 #define EAI_NODATA 7 /* no address associated with hostname */
  /src/external/bsd/unbound/dist/compat/
fake-rfc2553.h 122 #ifndef EAI_NODATA
123 # define EAI_NODATA (INT_MAX - 1)
  /src/external/ibm-public/postfix/dist/src/util/
myaddrinfo.h 84 #undef EAI_NODATA
85 #define EAI_NODATA 7
  /src/external/mpl/dhcp/bind/include/irs/
netdb.h 60 #undef EAI_NODATA
77 #define EAI_NODATA 7 /* no address associated with hostname */
  /src/include/
netdb.h 247 #define EAI_NODATA 7 /*%< no address associated with hostname */
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
roken-common.h 219 #define EAI_NODATA 7 /* no address associated with nodename */
  /src/external/bsd/libbind/dist/include/
netdb.h 218 #define EAI_NODATA 7 /*%< no address associated with hostname */

Completed in 25 milliseconds