|
NAMEkrb5_get_all_client_addrs ,
krb5_get_all_server_addrs —
return local addresses
LIBRARYKerberos 5 Library (libkrb5, -lkrb5)SYNOPSIS#include <krb5.h>
krb5_error_code
krb5_error_code
DESCRIPTIONThese functions return in addrs a list of addresses associated with the local host.The server variant returns all configured interface addresses (if possible), including loop-back addresses. This is useful if you want to create sockets to listen to. The client version will also scan local interfaces (can be turned
off by setting The returned addresses should be freed by calling
SEE ALSOkrb5_free_addresses(3)
Visit the GSP FreeBSD Man Page Interface. |