Functions | |
| krb5_error_code KRB5_LIB_FUNCTION | krb5_eai_to_heim_errno (int eai_errno, int system_error) |
| krb5_error_code KRB5_LIB_FUNCTION | krb5_h_errno_to_heim_errno (int eai_errno) |
| krb5_error_code KRB5_LIB_FUNCTION krb5_eai_to_heim_errno | ( | int | eai_errno, | |
| int | system_error | |||
| ) |
Convert the getaddrinfo() error code to a Kerberos et error code.
| eai_errno | contains the error code from getaddrinfo(). | |
| system_error | should have the value of errno after the failed getaddrinfo(). |
| krb5_error_code KRB5_LIB_FUNCTION krb5_h_errno_to_heim_errno | ( | int | eai_errno | ) |
Convert the gethostname() error code (h_error) to a Kerberos et error code.
| eai_errno | contains the error code from gethostname(). |
1.5.4