Home
last modified time | relevance | path

Searched refs:VAL_CLASS_REFERRAL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/validator/
H A Dval_utils.h79 VAL_CLASS_REFERRAL, enumerator
H A Dval_utils.c89 return VAL_CLASS_REFERRAL; in val_classify_response()
93 return saw_ns?VAL_CLASS_REFERRAL:VAL_CLASS_NODATA; in val_classify_response()
101 return VAL_CLASS_REFERRAL; in val_classify_response()
367 } else if(subtype == VAL_CLASS_REFERRAL) { in val_find_signer()
1238 case VAL_CLASS_REFERRAL: return "referral"; in val_classification_to_string()
H A Dvalidator.c1781 if(subtype == VAL_CLASS_REFERRAL && in processInit()
1858 subtype == VAL_CLASS_REFERRAL) { in processInit()
2190 if(subtype != VAL_CLASS_REFERRAL) in processValidate()
2312 case VAL_CLASS_REFERRAL: in processValidate()
2374 } else if(subtype != VAL_CLASS_REFERRAL || in processFinished()
2387 if(subtype == VAL_CLASS_REFERRAL) { in processFinished()