1RPC_GSS_SVC_MAX_DATA_... BSD Library Functions Manual RPC_GSS_SVC_MAX_DATA_...
2
4 rpc_gss_svc_max_data_length — calculate maximum data size
5
7 #include <rpc/rpcsec_gss.h>
8
9 int
10 rpc_gss_svc_max_data_length(struct svc_req *req, 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 req An RPC request
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_svc_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