logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

krb5_eai_to_heim_errno, krb5_h_errno_to_heim_errno — convert resolver error code to com_err error codes

Description

krb5_eai_to_heim_errno()  and  krb5_h_errno_to_heim_errno()  convert  getaddrinfo(3), getnameinfo(3), and
       h_errno(3) to com_err error code that are used by Heimdal, this is  useful  for  for  function  returning
       kerberos errors and needs to communicate failures from resolver function.

Library

       Kerberos 5 Library (libkrb5, -lkrb5)

Name

       krb5_eai_to_heim_errno, krb5_h_errno_to_heim_errno — convert resolver error code to com_err error codes

See Also

krb5(3), kerberos(8)

HEIMDAL                                          April 13, 2004                        KRB5_EAI_TO_HEIM_ERRNO(3)

Synopsis

#include<krb5.h>krb5_error_codekrb5_eai_to_heim_errno(inteai_errno, intsystem_error);

       krb5_error_codekrb5_h_errno_to_heim_errno(inteai_errno);

See Also