Searched refs:ISC_R_ADDRNOTAVAIL (Results 1 - 9 of 9) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | result.h | 23 #define ISC_R_ADDRNOTAVAIL 4 /*%< address not available */ macro
|
/bind-9.11.3/lib/isc/unix/ |
H A D | errno2result.c | 103 return (ISC_R_ADDRNOTAVAIL);
|
H A D | socket.c | 1919 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 D | errno2result.c | 90 return (ISC_R_ADDRNOTAVAIL);
|
H A D | socket.c | 1205 *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 D | errno_test.c | 48 { EADDRNOTAVAIL, ISC_R_ADDRNOTAVAIL },
|
/bind-9.11.3/lib/dns/ |
H A D | dispatch.c | 684 return (ISC_R_ADDRNOTAVAIL); 2887 return (ISC_R_ADDRNOTAVAIL);
|
H A D | resolver.c | 1481 case ISC_R_ADDRNOTAVAIL: 2725 case ISC_R_ADDRNOTAVAIL:
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 6016 return (ISC_R_ADDRNOTAVAIL); 6182 if (ret == ISC_R_ADDRNOTAVAIL) {
|
Completed in 86 milliseconds