Searched refs:ISC_R_NOTFOUND (Results 1 – 16 of 16) sorted by relevance
62 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;82 return (ISC_R_NOTFOUND); in try_proto()133 return (ISC_R_NOTFOUND); in isc_net_probeunix()154 ipv6only_result = ISC_R_NOTFOUND; in try_ipv6only()175 ipv6only_result = ISC_R_NOTFOUND; in try_ipv6only()199 ipv6only_result = ISC_R_NOTFOUND; in try_ipv6only()254 ipv6pktinfo_result = ISC_R_NOTFOUND; in try_ipv6pktinfo()279 ipv6only_result = ISC_R_NOTFOUND; in isc_net_probe_ipv6only()[all …]
87 return (ISC_R_NOTFOUND); in isc_syslog_facilityfromstring()
520 return (ISC_R_NOTFOUND); in isc_file_absolutepath()
117 static isc_result_t ipv4_result = ISC_R_NOTFOUND;118 static isc_result_t ipv6_result = ISC_R_NOTFOUND;141 return (ISC_R_NOTFOUND); in try_proto()175 result = ISC_R_NOTFOUND; in try_proto()191 result = ISC_R_NOTFOUND; in try_proto()259 ipv6only_result = ISC_R_NOTFOUND; in try_ipv6only()279 ipv6only_result = ISC_R_NOTFOUND; in try_ipv6only()302 ipv6only_result = ISC_R_NOTFOUND; in try_ipv6only()356 ipv6pktinfo_result = ISC_R_NOTFOUND; in try_ipv6pktinfo()382 ipv6only_result = ISC_R_NOTFOUND; in isc_net_probe_ipv6only()[all …]
82 return (ISC_R_NOTFOUND); in isc_syslog_facilityfromstring()
5845 return (ISC_R_NOTFOUND); in isc__socketmgr_dispatch()
81 return (ISC_R_NOTFOUND); in isc_backtrace_gettrace()176 return (ISC_R_NOTFOUND); in isc_backtrace_gettrace()269 return (ISC_R_NOTFOUND); in isc_backtrace_getsymbol()278 result = ISC_R_NOTFOUND; in isc_backtrace_getsymbol()
180 return (ISC_R_NOTFOUND); in isc_symtab_lookup()291 return (ISC_R_NOTFOUND); in isc_symtab_undefine()
405 return (ISC_R_NOTFOUND); in process_request()433 return (ISC_R_NOTFOUND); in process_request()486 return (ISC_R_NOTFOUND); in process_request()681 if (result == ISC_R_NOTFOUND) { in isc_httpd_recvdone()
255 return (ISC_R_NOTFOUND); in isc_radix_search()295 return (ISC_R_NOTFOUND); in isc_radix_search()
938 return(ISC_R_NOTFOUND); in isc_lex_setsourcename()
1046 return (ISC_R_NOTFOUND); in isc__timermgr_nextevent()
811 return (ISC_R_NOTFOUND); in isc_log_usechannel()
1608 return (ISC_R_NOTFOUND); in isc__taskmgr_dispatch()
52 #define ISC_R_NOTFOUND 23 /*%< not found */ macro
132 ATF_CHECK_EQ(result, ISC_R_NOTFOUND); in ATF_TC_BODY()