Searched refs:RPC_HDR_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_rtcp.c93 #define RPC_HDR_SIZE (sizeof(struct rpc_msg) - 4092) macro
211 status = put(b->num, (char *)&ctx->msg, RPC_HDR_SIZE);
225 ctx->filled = length - RPC_HDR_SIZE;
255 status = put(b->num, (char *)&ctx->msg, segment + RPC_HDR_SIZE);
262 if (((status & 1) == 0) || (length < RPC_HDR_SIZE)) {
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_task.c158 #define RPC_HDR_SIZE (sizeof(struct rpc_msg) - 4092) macro
326 if (length < RPC_HDR_SIZE) {
355 status = put(chan, (char *)&msg, i + RPC_HDR_SIZE);
368 status = put(chan, (char *)&msg, RPC_HDR_SIZE);

Completed in 21 milliseconds