1RPC_GSS_GET_VERSIONS(3)  BSD Library Functions Manual  RPC_GSS_GET_VERSIONS(3)
2

NAME

4     rpc_gss_get_versions — Get supported protocol version
5

SYNOPSIS

7     #include <rpc/rpcsec_gss.h>
8
9     bool_t
10     rpc_gss_get_versions(u_int *vers_hi, u_int *vers_lo);
11

DESCRIPTION

13     Return the highest and lowest supported versions of the RPCSEC_GSS proto‐
14     col.
15

PARAMETERS

17     vers_hi  The value of *vers_hi is set to the highest supported protocol
18              version
19
20     vers_lo  The value of *vers_lo is set to the lowest supported protocol
21              version
22

AVAILABILITY

24     The rpc_gss_get_versions() function is part of libtirpc.
25

SEE ALSO

27     rpc(3), gssapi(3), rpcsec_gss(3)
28

AUTHORS

30     This manual page was written by Doug Rabson <dfr@FreeBSD.org>.
31
32BSD                            January 26, 2010                            BSD
Impressum