Searched refs:ISC_R_NOTFOUND (Results 1 – 6 of 6) 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;65 static isc_result_t ipv6pktinfo_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()[all …]
117 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); 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()[all …]
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()
1608 return (ISC_R_NOTFOUND); in isc__taskmgr_dispatch()
811 return (ISC_R_NOTFOUND); in isc_log_usechannel()
52 #define ISC_R_NOTFOUND 23 /*%< not found */ macro