# rpc_gss_get_versions(3) - man - phpman

[RPC_GSS_GET_VERSIONS(3)](https://www.chedong.com/phpMan.php/man/RPCGSSGETVERSIONS/3/markdown)  BSD Library Functions Manual  [RPC_GSS_GET_VERSIONS(3)](https://www.chedong.com/phpMan.php/man/RPCGSSGETVERSIONS/3/markdown)

## NAME
     **rpc**___**gss**___**get**___**versions** — Get supported protocol version

## SYNOPSIS
     **#include** **<rpc/rpcsec**___**gss.h>**

     _bool_t_
     **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 _*vers_hi_ is set to the highest supported protocol version

     vers_lo  The value of _*vers_lo_ is set to the lowest supported protocol version

## AVAILABILITY
     The **rpc**___**gss**___**get**___**versions**() function is part of libtirpc.

## SEE ALSO
     [rpc(3)](https://www.chedong.com/phpMan.php/man/rpc/3/markdown), [gssapi(3)](https://www.chedong.com/phpMan.php/man/gssapi/3/markdown), [rpcsec_gss(3)](https://www.chedong.com/phpMan.php/man/rpcsecgss/3/markdown)

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

BSD                            January 26, 2010                            BSD
