RPC_GSS_QOP_TO_NUM(3) | Library Functions Manual | RPC_GSS_QOP_TO_NUM(3) |
rpc_gss_qop_to_num
—
Convert a Quality of Protection name to number
#include
<rpc/rpcsec_gss.h>
bool_t
rpc_gss_qop_to_num
(const
char *qop, const char
*mech, u_int
*num_ret);
This function returns the numeric QOP value associated with the GSS_API QOP "qop" and mechanism "mech."
If the QOP and mechanism names are recognized,
TRUE
is returned. The corresponding QOP number is
returned in *num_ret. Otherwise
FALSE
is returned and
is left untouched.
The
rpc_gss_qop_to_num
()
function is part of libtirpc.
This manual page was written by Doug Rabson ⟨dfr@FreeBSD.org⟩.
January 26, 2010 | Debian |