Searched refs:result6 (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/unix/
H A Difiter_ioctl.c70 isc_result_t result6; /* Last result code. */ member in struct:isc_interfaceiter
309 iter->result6 = ISC_R_NOMORE;
339 result = iter->result6 = getbuf6(iter);
633 if (iter->result6 != ISC_R_SUCCESS)
634 return (iter->result6);
791 iter->result6 = internal_current6(iter);
792 if (iter->result6 != ISC_R_NOMORE)
793 return (iter->result6);
845 if (iter->result6 != ISC_R_SUCCESS && iter->result6 !
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dadb.c632 isc_boolean_t result4, result6; local
663 result6 = clean_namehooks(adb, &name->v6);
665 result = ISC_TF(result4 || result6);
696 isc_boolean_t result6 = ISC_FALSE; local
721 result6 = clean_namehooks(adb, &name->v6);
735 return (ISC_TF(result4 || result6));

Completed in 460 milliseconds