Searched refs:MAX_MARSHAL_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
H A Dauth_none.c58 #define MAX_MARSHAL_SIZE 20 macro
76 char marshalled_client[MAX_MARSHAL_SIZE];
101 (u_int)MAX_MARSHAL_SIZE, XDR_ENCODE);
/freebsd-13-stable/sys/rpc/
H A Dauth_none.c60 #define MAX_MARSHAL_SIZE 20 macro
83 char mclient[MAX_MARSHAL_SIZE];
97 xdrmem_create(&xdrs, ap->mclient, MAX_MARSHAL_SIZE, XDR_ENCODE);
/freebsd-13-stable/sys/rpc/rpcsec_tls/
H A Dauth_tls.c60 #define MAX_MARSHAL_SIZE 20 macro
83 char mclient[MAX_MARSHAL_SIZE];
102 xdrmem_create(&xdrs, ap->mclient, MAX_MARSHAL_SIZE, XDR_ENCODE);

Completed in 90 milliseconds