Symbol: XDR_GETPOS
crypto/krb5/src/lib/rpc/auth_gss.c
305
auth->ah_cred.oa_length = XDR_GETPOS(&tmpxdrs);
crypto/krb5/src/lib/rpc/auth_gss.c
317
rpcbuf.length = XDR_GETPOS(xdrs);
crypto/krb5/src/lib/rpc/auth_none.c
97
ap->mcnt = XDR_GETPOS(xdrs);
crypto/krb5/src/lib/rpc/auth_unix.c
151
au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs);
crypto/krb5/src/lib/rpc/auth_unix.c
320
au->au_mpos = XDR_GETPOS(xdrs);
crypto/krb5/src/lib/rpc/clnt_raw.c
117
clp->mcnt = XDR_GETPOS(xdrs);
crypto/krb5/src/lib/rpc/clnt_raw.c
165
(void)XDR_GETPOS(xdrs); /* called just to cause overhead */
crypto/krb5/src/lib/rpc/clnt_tcp.c
222
ct->ct_mpos = XDR_GETPOS(&(ct->ct_xdrs));
crypto/krb5/src/lib/rpc/clnt_udp.c
179
cu->cu_xdrpos = XDR_GETPOS(&(cu->cu_outxdrs));
crypto/krb5/src/lib/rpc/clnt_udp.c
280
outlen = (int)XDR_GETPOS(xdrs);
crypto/krb5/src/lib/rpc/pmap_rmt.c
135
lenposition = XDR_GETPOS(xdrs);
crypto/krb5/src/lib/rpc/pmap_rmt.c
138
argposition = XDR_GETPOS(xdrs);
crypto/krb5/src/lib/rpc/pmap_rmt.c
141
position = XDR_GETPOS(xdrs);
crypto/krb5/src/lib/rpc/svc_raw.c
129
(void)XDR_GETPOS(xdrs); /* called just for overhead */
crypto/krb5/src/lib/rpc/svc_udp.c
276
slen = XDR_GETPOS(xdrs);
lib/libc/rpc/auth_none.c
97
ap->mcnt = XDR_GETPOS(xdrs);
lib/libc/rpc/auth_unix.c
139
au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs);
lib/libc/rpc/auth_unix.c
344
au->au_mpos = XDR_GETPOS(xdrs);
lib/libc/rpc/clnt_dg.c
266
cu->cu_xdrpos = XDR_GETPOS(&(cu->cu_outxdrs));
lib/libc/rpc/clnt_dg.c
416
outlen = (size_t)XDR_GETPOS(xdrs);
lib/libc/rpc/clnt_raw.c
119
clp->mcnt = XDR_GETPOS(xdrs);
lib/libc/rpc/clnt_raw.c
169
(void)XDR_GETPOS(xdrs); /* called just to cause overhead */
lib/libc/rpc/clnt_vc.c
284
ct->ct_mpos = XDR_GETPOS(&(ct->ct_xdrs));
lib/libc/rpc/pmap_rmt.c
125
lenposition = XDR_GETPOS(xdrs);
lib/libc/rpc/pmap_rmt.c
128
argposition = XDR_GETPOS(xdrs);
lib/libc/rpc/pmap_rmt.c
131
position = XDR_GETPOS(xdrs);
lib/libc/rpc/rpcb_prot.c
259
lenposition = XDR_GETPOS(xdrs);
lib/libc/rpc/rpcb_prot.c
263
argposition = XDR_GETPOS(xdrs);
lib/libc/rpc/rpcb_prot.c
267
position = XDR_GETPOS(xdrs);
lib/libc/rpc/svc_dg.c
354
slen = XDR_GETPOS(xdrs);
lib/libc/rpc/svc_raw.c
187
(void) XDR_GETPOS(xdrs); /* called just for overhead */
lib/libc/rpc/svc_vc.c
644
pos = XDR_GETPOS(xdrs);
lib/librpcsec_gss/rpcsec_gss.c
596
creds.oa_length = XDR_GETPOS(&tmpxdrs);
lib/librpcsec_gss/rpcsec_gss.c
606
headerlen = XDR_GETPOS(&tmpxdrs);
lib/librpcsec_gss/rpcsec_gss_prot.c
108
start = XDR_GETPOS(xdrs);
lib/librpcsec_gss/rpcsec_gss_prot.c
114
end = XDR_GETPOS(xdrs);
sys/rpc/auth_none.c
94
ap->mcnt = XDR_GETPOS(&xdrs);
sys/rpc/auth_unix.c
201
au->au_origcred.oa_length = len = XDR_GETPOS(&xdrs);
sys/rpc/auth_unix.c
370
au->au_mpos = XDR_GETPOS(xdrs);
sys/rpc/clnt_bck.c
163
ct->ct_mpos = XDR_GETPOS(&xdrs);
sys/rpc/clnt_dg.c
256
cu->cu_mcalllen = XDR_GETPOS(&xdrs);
sys/rpc/clnt_vc.c
242
ct->ct_mpos = XDR_GETPOS(&xdrs);
sys/rpc/rpcsec_gss/rpcsec_gss.c
540
creds.oa_length = XDR_GETPOS(&tmpxdrs);
sys/rpc/rpcsec_gss/rpcsec_gss.c
570
rpcbuf.length = XDR_GETPOS(xdrs);
sys/rpc/rpcsec_tls/auth_tls.c
103
ap->mcnt = XDR_GETPOS(&xdrs);
usr.sbin/rpcbind/rpcb_svc_com.c
1291
pos = XDR_GETPOS(&reply_xdrs);
usr.sbin/rpcbind/rpcb_svc_com.c
871
outlen = (int) XDR_GETPOS(&outxdr);