Searched refs:protcode (Results 1 – 1 of 1) sorted by relevance
694 int protcode; in errcode_to_protocol() local696 protcode = code - ERROR_TABLE_BASE_krb5; in errcode_to_protocol()697 return (protcode >= 0 && protcode <= 128) ? protcode : KRB_ERR_GENERIC; in errcode_to_protocol()