rpc_gss_get_mechanisms — Get installed mechanisms
Contents
Availability
The rpc_gss_get_mechanisms() function is part of libtirpc.
Description
Return a NULL terminated list of installed security mechanisms.
Name
rpc_gss_get_mechanisms — Get installed mechanisms
See Also
rpc(3), gssapi(3), rpcsec_gss(3)
Synopsis
#include<rpc/rpcsec_gss.h>constchar**rpc_gss_get_mechanisms(void);
