Searched refs:ISC_R_ADDRNOTAVAIL (Results 1 - 9 of 9) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h23 #define ISC_R_ADDRNOTAVAIL 4 /*%< address not available */ macro
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.c103 return (ISC_R_ADDRNOTAVAIL);
H A Dsocket.c1919 SOFT_OR_HARD(EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL);
2109 ALWAYS_HARD(EAFNOSUPPORT, ISC_R_ADDRNOTAVAIL);
2110 ALWAYS_HARD(EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL);
5606 return (ISC_R_ADDRNOTAVAIL);
5923 ERROR_MATCH(EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL);
5924 ERROR_MATCH(EAFNOSUPPORT, ISC_R_ADDRNOTAVAIL);
6084 ERROR_MATCH(EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL);
6085 ERROR_MATCH(EAFNOSUPPORT, ISC_R_ADDRNOTAVAIL);
/bind-9.11.3/lib/isc/win32/
H A Derrno2result.c90 return (ISC_R_ADDRNOTAVAIL);
H A Dsocket.c1205 *isc_errno = ISC_R_ADDRNOTAVAIL;
2188 ERROR_MATCH(WSAEADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL);
2189 ERROR_MATCH(WSAEAFNOSUPPORT, ISC_R_ADDRNOTAVAIL);
3283 return (ISC_R_ADDRNOTAVAIL);
3548 return (ISC_R_ADDRNOTAVAIL);
/bind-9.11.3/lib/isc/tests/
H A Derrno_test.c48 { EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL },
/bind-9.11.3/lib/dns/
H A Ddispatch.c684 return (ISC_R_ADDRNOTAVAIL);
2887 return (ISC_R_ADDRNOTAVAIL);
H A Dresolver.c1481 case ISC_R_ADDRNOTAVAIL:
2725 case ISC_R_ADDRNOTAVAIL:
/bind-9.11.3/bin/dig/
H A Ddighost.c6016 return (ISC_R_ADDRNOTAVAIL);
6182 if (ret == ISC_R_ADDRNOTAVAIL) {

Completed in 94 milliseconds