krb5_eai_to_heim_errno(3)
krb5_h_errno_to_heim_errno
LIBRARY
Kerberos 5 Library (libkrb5, -lkrb5)
SYNOPSIS
In krb5.h
Ft krb5_error_code
Fo krb5_eai_to_heim_errno
Fa int eai_errno
Fa int system_error
Fc Ft krb5_error_code
Fo krb5_h_errno_to_heim_errno
Fa int eai_errno
Fc
DESCRIPTION
Fn krb5_eai_to_heim_errno
and
Fn krb5_h_errno_to_heim_errno
convert
getaddrinfo(3),
getnameinfo(3),
and
h_errno3
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.