RPC_GSS_GET_VERSIONS
Section: C Library Functions (3)
Page Index
BSD mandoc
NAME
rpc_gss_get_versions
- Get supported protocol version
SYNOPSIS
In rpc/rpcsec_gss.h
Ft bool_t
Fn rpc_gss_get_versions u_int *vers_hi u_int *vers_lo
DESCRIPTION
Return the highest and lowest supported versions of the RPCSEC_GSS protocol.
PARAMETERS
- vers_hi
-
The value of
Fa *vers_hi
is set to the highest supported protocol version
- vers_lo
-
The value of
Fa *vers_lo
is set to the lowest supported protocol version
AVAILABILITY
The
Fn rpc_gss_get_versions
function is part of libtirpc.
SEE ALSO
rpc(3),
gssapi(3),
rpcsec_gss3
AUTHORS
This
manual page was written by
An Doug Rabson Aq
dfr@FreeBSD.org .