1KRB5_EAI_TO_HEIM_ERRN... BSD Library Functions Manual KRB5_EAI_TO_HEIM_ERRN...
2
4 krb5_eai_to_heim_errno, krb5_h_errno_to_heim_errno — convert resolver
5 error code to com_err error codes
6
8 Kerberos 5 Library (libkrb5, -lkrb5)
9
11 #include <krb5.h>
12
13 krb5_error_code
14 krb5_eai_to_heim_errno(int eai_errno, int system_error);
15
16 krb5_error_code
17 krb5_h_errno_to_heim_errno(int eai_errno);
18
20 krb5_eai_to_heim_errno() and krb5_h_errno_to_heim_errno() convert
21 getaddrinfo(3), getnameinfo(3), and h_errno(3) to com_err error code that
22 are used by Heimdal, this is useful for for function returning kerberos
23 errors and needs to communicate failures from resolver function.
24
26 krb5(3), kerberos(8)
27
28HEIMDAL April 13, 2004 HEIMDAL