logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rpc_gss_get_mechanisms — Get installed mechanisms

Authors

       This manual page was written by Doug Rabson <dfr@FreeBSD.org>.

Debian                                          January 26, 2010                       RPC_GSS_GET_MECHANISMS(3)

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);

See Also