Searched refs:ISC_R_NORESOURCES (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dresult.h41 #define ISC_R_NORESOURCES 13 /*%< not enough free resources */ macro
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Derrno2result.c79 return (ISC_R_NORESOURCES);
H A Dsocket.c1698 ALWAYS_HARD(ENOBUFS, ISC_R_NORESOURCES);
1882 ALWAYS_HARD(ENOBUFS, ISC_R_NORESOURCES);
2314 return (ISC_R_NORESOURCES);
2329 return (ISC_R_NORESOURCES);
5322 ERROR_MATCH(ENOBUFS, ISC_R_NORESOURCES);
5482 ERROR_MATCH(ENOBUFS, ISC_R_NORESOURCES);
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Derrno2result.c100 return (ISC_R_NORESOURCES);
H A Dsocket.c1183 *isc_errno = ISC_R_NORESOURCES;
1708 return (ISC_R_NORESOURCES);
2165 ERROR_MATCH(WSAENOBUFS, ISC_R_NORESOURCES);

Completed in 85 milliseconds