Searched refs:ISC_R_NOTFOUND (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dnet.c62 static isc_result_t ipv4_result = ISC_R_NOTFOUND;
63 static isc_result_t ipv6_result = ISC_R_NOTFOUND;
64 static isc_result_t ipv6only_result = ISC_R_NOTFOUND;
65 static isc_result_t ipv6pktinfo_result = ISC_R_NOTFOUND;
82 return (ISC_R_NOTFOUND);
133 return (ISC_R_NOTFOUND);
154 ipv6only_result = ISC_R_NOTFOUND;
175 ipv6only_result = ISC_R_NOTFOUND;
199 ipv6only_result = ISC_R_NOTFOUND;
254 ipv6pktinfo_result = ISC_R_NOTFOUND;
[all...]
H A Dsyslog.c87 return (ISC_R_NOTFOUND);
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dnet.c115 static isc_result_t ipv4_result = ISC_R_NOTFOUND;
116 static isc_result_t ipv6_result = ISC_R_NOTFOUND;
117 static isc_result_t unix_result = ISC_R_NOTFOUND;
118 static isc_result_t ipv6only_result = ISC_R_NOTFOUND;
119 static isc_result_t ipv6pktinfo_result = ISC_R_NOTFOUND;
139 return (ISC_R_NOTFOUND);
173 result = ISC_R_NOTFOUND;
189 result = ISC_R_NOTFOUND;
257 ipv6only_result = ISC_R_NOTFOUND;
277 ipv6only_result = ISC_R_NOTFOUND;
[all...]
H A Dsyslog.c82 return (ISC_R_NOTFOUND);
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dnet.c117 static isc_result_t ipv4_result = ISC_R_NOTFOUND;
118 static isc_result_t ipv6_result = ISC_R_NOTFOUND;
119 static isc_result_t unix_result = ISC_R_NOTFOUND;
120 static isc_result_t ipv6only_result = ISC_R_NOTFOUND;
121 static isc_result_t ipv6pktinfo_result = ISC_R_NOTFOUND;
141 return (ISC_R_NOTFOUND);
175 result = ISC_R_NOTFOUND;
191 result = ISC_R_NOTFOUND;
259 ipv6only_result = ISC_R_NOTFOUND;
279 ipv6only_result = ISC_R_NOTFOUND;
[all...]
H A Dsyslog.c82 return (ISC_R_NOTFOUND);
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dgetaddresses.c159 return (ISC_R_NOTFOUND);
203 return (ISC_R_NOTFOUND);
209 return (ISC_R_NOTFOUND);
228 return (ISC_R_NOTFOUND);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dbacktrace.c83 return (ISC_R_NOTFOUND);
186 return (ISC_R_NOTFOUND);
279 return (ISC_R_NOTFOUND);
288 result = ISC_R_NOTFOUND;
H A Dsymtab.c182 return (ISC_R_NOTFOUND);
293 return (ISC_R_NOTFOUND);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dbacktrace.c81 return (ISC_R_NOTFOUND);
176 return (ISC_R_NOTFOUND);
269 return (ISC_R_NOTFOUND);
278 result = ISC_R_NOTFOUND;
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drdatalist.c209 return (ISC_R_NOTFOUND);
221 return (ISC_R_NOTFOUND);
261 return (ISC_R_NOTFOUND);
272 return (ISC_R_NOTFOUND);
300 return (ISC_R_NOTFOUND);
312 return (ISC_R_NOTFOUND);
352 return (ISC_R_NOTFOUND);
363 return (ISC_R_NOTFOUND);
H A Dpeer.c176 res = ISC_R_NOTFOUND;
336 return (ISC_R_NOTFOUND);
363 return (ISC_R_NOTFOUND);
390 return (ISC_R_NOTFOUND);
416 return (ISC_R_NOTFOUND);
442 return (ISC_R_NOTFOUND);
468 return (ISC_R_NOTFOUND);
496 return (ISC_R_NOTFOUND);
509 return (peer->key == NULL ? ISC_R_NOTFOUND : ISC_R_SUCCESS);
589 return (ISC_R_NOTFOUND);
[all...]
H A Dkeytable.c242 result = ISC_R_NOTFOUND;
244 result = ISC_R_NOTFOUND;
267 result = ISC_R_NOTFOUND;
272 result = ISC_R_NOTFOUND;
333 result = ISC_R_NOTFOUND;
335 result = ISC_R_NOTFOUND;
355 return (ISC_R_NOTFOUND);
415 result = ISC_R_NOTFOUND;
454 result = ISC_R_NOTFOUND;
548 } else if (result == ISC_R_NOTFOUND) {
[all...]
H A Dprivate.c126 if (result != ISC_R_SUCCESS && result != ISC_R_NOTFOUND)
132 if (result != ISC_R_SUCCESS && result != ISC_R_NOTFOUND)
148 if (result != ISC_R_SUCCESS && result != ISC_R_NOTFOUND)
303 return (ISC_R_NOTFOUND);
365 return (ISC_R_NOTFOUND);
H A Dview.c901 result = ISC_R_NOTFOUND;
904 result = ISC_R_NOTFOUND;
972 result = ISC_R_NOTFOUND;
976 result = ISC_R_NOTFOUND;
988 } else if (result == ISC_R_NOTFOUND && view->cachedb != NULL)
991 result = ISC_R_NOTFOUND;
1007 if (result == DNS_R_DELEGATION || result == ISC_R_NOTFOUND) {
1051 result = ISC_R_NOTFOUND;
1080 if (result == ISC_R_NOTFOUND && use_hints && view->hints != NULL) {
1106 result = ISC_R_NOTFOUND;
[all...]
H A Dnsec3.c339 if (result == ISC_R_NOTFOUND) {
393 if (result == ISC_R_NOTFOUND)
402 if (result == ISC_R_NOTFOUND) {
887 if (result == ISC_R_NOTFOUND)
987 if (result == ISC_R_NOTFOUND) {
1045 if (result == ISC_R_NOTFOUND)
1089 if (result == ISC_R_NOTFOUND)
1167 if (result != ISC_R_SUCCESS && result != ISC_R_NOTFOUND)
1173 if (result == ISC_R_NOTFOUND)
1341 if (result == ISC_R_NOTFOUND)
[all...]
H A Ddlz.c135 return (ISC_R_NOTFOUND);
180 return (ISC_R_NOTFOUND);
307 if (result != ISC_R_NOTFOUND)
310 return (ISC_R_NOTFOUND);
H A Drootns.c92 return (ISC_R_NOTFOUND);
106 result = ISC_R_NOTFOUND;
242 result = ISC_R_NOTFOUND;
360 if (hresult == ISC_R_NOTFOUND &&
404 if (hresult == ISC_R_NOTFOUND &&
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dbuiltin.c145 return (ISC_R_NOTFOUND);
160 * are byte aligned and we correctly return ISC_R_NOTFOUND or
170 return (ISC_R_NOTFOUND);
173 return (ISC_R_NOTFOUND);
194 return (ISC_R_NOTFOUND);
209 return (ISC_R_NOTFOUND);
224 return (ISC_R_NOTFOUND);
239 return (ISC_R_NOTFOUND);
254 return (ISC_R_NOTFOUND);
277 return (ISC_R_NOTFOUND);
[all...]
H A Dconfig.c288 return (ISC_R_NOTFOUND);
306 return (ISC_R_NOTFOUND);
495 return (ISC_R_NOTFOUND);
588 if (tresult == ISC_R_NOTFOUND) {
842 return (ISC_R_NOTFOUND);
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dresult.h52 #define ISC_R_NOTFOUND 23 /*%< not found */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dresult.h52 #define ISC_R_NOTFOUND 23 /*%< not found */ macro
/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dsymtab_test.c132 ATF_CHECK_EQ(result, ISC_R_NOTFOUND);
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dalist.c249 return (ISC_R_NOTFOUND);
268 return (ISC_R_NOTFOUND);
H A Dsymtab.c207 return (ISC_R_NOTFOUND);
267 return (ISC_R_NOTFOUND);

Completed in 128 milliseconds

1234