1RPC_GSS_MAX_DATA_LENG... BSD Library Functions Manual RPC_GSS_MAX_DATA_LENG...
2
4 rpc_gss_max_data_length — calculate maximum data size
5
7 #include <rpc/rpcsec_gss.h>
8
9 int
10 rpc_gss_max_data_length(AUTH *auth, int max_tp_unit_len);
11
13 Calculate the maximum message size that will fit into a packet of size
14 max_tp_unit_len, given the current service and QoP setting.
15
17 auth A handle to a RPCSEC_GSS security context
18
19 max_tp_unit_len Maximum packet size of the underlying transport protocol
20
22 The maximum message size that can be encoded
23
25 The rpc_gss_max_data_length() function is part of libtirpc.
26
28 rpc(3), gssapi(3), rpcsec_gss(3)
29
31 This manual page was written by Doug Rabson <dfr@FreeBSD.org>.
32
33BSD January 26, 2010 BSD