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

/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h24 #define ISC_R_ADDRINUSE 5 /*%< address in use */ macro
/bind-9.11.3/lib/isc/unix/
H A Derrno2result.c100 return (ISC_R_ADDRINUSE);
H A Dsocket.c5608 return (ISC_R_ADDRINUSE);
/bind-9.11.3/lib/isc/tests/
H A Derrno_test.c46 { EADDRINUSE, ISC_R_ADDRINUSE },
/bind-9.11.3/bin/named/
H A Dinterfacemgr.c558 if ((result == ISC_R_ADDRINUSE) && (addr_in_use != NULL))
566 if ((result == ISC_R_ADDRINUSE) &&
1138 ISC_R_ADDRINUSE : ISC_R_SUCCESS);
1156 if ((result != ISC_R_SUCCESS) && (result != ISC_R_ADDRINUSE))
H A Dserver.c7790 if (first_time && (result == ISC_R_ADDRINUSE)) {
/bind-9.11.3/lib/isc/
H A Dpk11.c495 ret = ISC_R_ADDRINUSE;
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c3285 return (ISC_R_ADDRINUSE);
3550 return (ISC_R_ADDRINUSE);
/bind-9.11.3/lib/dns/
H A Ddispatch.c754 } else if (result != ISC_R_ADDRINUSE)
2902 result == ISC_R_ADDRINUSE)

Completed in 100 milliseconds