/minix/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | eai_to_heim_errno.c | 69 #if defined(EAI_NODATA) && EAI_NODATA != EAI_NONAME in krb5_eai_to_heim_errno() 70 case EAI_NODATA: in krb5_eai_to_heim_errno()
|
/minix/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | gai_strerror.c | 53 #ifdef EAI_NODATA 54 {EAI_NODATA, "no address associated with nodename"},
|
H A D | roken-common.h | 207 #define EAI_NODATA 7 /* no address associated with nodename */ macro
|
/minix/external/bsd/bind/dist/lib/bind9/ |
H A D | getaddresses.c | 157 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME) in bind9_getaddresses() 158 case EAI_NODATA: in bind9_getaddresses()
|
/minix/external/bsd/bind/include/irs/ |
H A D | netdb.h | 83 #undef EAI_NODATA 100 #define EAI_NODATA 7 /* no address associated with hostname */ macro
|
/minix/external/bsd/bind/dist/bin/check/ |
H A D | check-tool.c | 252 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME) in checkns() 253 case EAI_NODATA: in checkns() 449 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME) in checkmx() 450 case EAI_NODATA: in checkmx() 533 #if defined(EAI_NODATA) && (EAI_NODATA != EAI_NONAME) in checksrv() 534 case EAI_NODATA: in checksrv()
|
/minix/external/bsd/bind/dist/lib/isc/win32/ |
H A D | netdb.h | 82 #undef EAI_NODATA 97 #define EAI_NODATA 7 /* no address associated with hostname */ macro
|
/minix/external/bsd/bind/dist/lib/irs/win32/include/irs/ |
H A D | netdb.h | 84 #undef EAI_NODATA 101 #define EAI_NODATA 7 /* no address associated with hostname */ macro
|
/minix/external/bsd/bind/dist/contrib/queryperf/missing/ |
H A D | addrinfo.h | 43 #define EAI_NODATA 7 /* no address associated with hostname */ macro
|
H A D | getaddrinfo.c | 577 error = EAI_NODATA;
|
/minix/external/bsd/tcpdump/dist/missing/ |
H A D | addrinfo.h | 41 #define EAI_NODATA 7 /* no address associated with hostname */ macro
|
/minix/external/bsd/libevent/dist/include/event2/ |
H A D | util.h | 565 #if defined(EAI_NODATA) && (!defined(EAI_NONAME) || EAI_NODATA != EAI_NONAME) 566 #define EVUTIL_EAI_NODATA EAI_NODATA
|
/minix/external/bsd/libpcap/dist/Win32/Include/ |
H A D | addrinfo.h | 41 #define EAI_NODATA 7 /* no address associated with hostname */ macro
|
/minix/external/bsd/bind/dist/lib/lwres/win32/include/lwres/ |
H A D | netdb.h | 89 #undef EAI_NODATA 104 #define EAI_NODATA 7 /* no address associated with hostname */ macro
|
/minix/external/bsd/bind/include/lwres/ |
H A D | netdb.h | 84 #undef EAI_NODATA 100 #define EAI_NODATA 7 /* no address associated with hostname */ macro
|
/minix/external/bsd/bind/dist/lib/irs/include/irs/ |
H A D | netdb.h.in | 83 #undef EAI_NODATA 100 #define EAI_NODATA 7 /* no address associated with hostname */ macro
|
/minix/include/ |
H A D | netdb.h | 249 #define EAI_NODATA 7 /*%< no address associated with hostname */ macro
|
/minix/external/bsd/bind/dist/bin/tests/system/lwresd/ |
H A D | lwtest.c | 477 if (address == NULL && ret == EAI_NODATA) in test_getaddrinfo() 479 else if (ret != EAI_NODATA) { in test_getaddrinfo()
|
/minix/external/bsd/bind/dist/lib/lwres/include/lwres/ |
H A D | netdb.h.in | 84 #undef EAI_NODATA 100 #define EAI_NODATA 7 /* no address associated with hostname */ macro
|
/minix/external/bsd/fetch/dist/libfetch/ |
H A D | common.c | 78 #ifdef EAI_NODATA 79 { EAI_NODATA, FETCH_RESOLV, "Host not found" },
|
/minix/minix/tests/ |
H A D | test48.c | 330 { "minix3.example.com", 0x00000000, 0, 0, 1, (1<<EAI_NONAME)|(1<<EAI_FAIL)|(1<<EAI_NODATA)}};
|
/minix/lib/libc/net/ |
H A D | getaddrinfo.c | 564 ERR(EAI_NODATA); in getaddrinfo() 670 error = EAI_NODATA; in explore_fqdn() 911 return(EAI_NODATA); /* XXX: is return OK? */ in explore_numeric_scope()
|
/minix/external/bsd/bind/dist/lib/lwres/ |
H A D | getaddrinfo.c | 470 return (EAI_NODATA); in lwres_getaddrinfo()
|
/minix/external/bsd/libpcap/dist/Win32/Src/ |
H A D | getaddrinfo.c | 578 error = EAI_NODATA;
|
/minix/crypto/external/bsd/heimdal/dist/ |
H A D | ChangeLog.2003 | 61 * lib/krb5/eai_to_heim_errno.c: EAI_ADDRFAMILY and EAI_NODATA is 65 EAI_NODATA, because its depricated in RFC3493 Pointed out by
|