Searched refs:rmsg (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/rpc/
H A Drpc_prot.c175 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg) argument
182 assert(rmsg != NULL);
187 rmsg->rm_xid = IXDR_GET_UINT32(buf);
188 rmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
189 if (rmsg->rm_direction != REPLY) {
192 rmsg->rm_reply.rp_stat =
194 if (rmsg->rm_reply.rp_stat == MSG_ACCEPTED)
196 &rmsg->acpted_rply));
197 else if (rmsg->rm_reply.rp_stat == MSG_DENIED)
199 &rmsg
[all...]
/freebsd-10.3-release/contrib/unbound/dnstap/
H A Ddnstap.h135 * @param rmsg: response message.
141 struct sldns_buffer *rmsg);
174 * @param rmsg: response message.
184 struct sldns_buffer *rmsg);
H A Ddnstap.c378 sldns_buffer *rmsg)
394 dt_fill_buffer(rmsg, &dm.m.response_message, &dm.m.has_response_message);
462 sldns_buffer *rmsg)
498 dt_fill_buffer(rmsg, &dm.m.response_message, &dm.m.has_response_message);
375 dt_msg_send_client_response(struct dt_env *env, struct sockaddr_storage *qsock, enum comm_point_type cptype, sldns_buffer *rmsg) argument
455 dt_msg_send_outside_response(struct dt_env *env, struct sockaddr_storage *rsock, enum comm_point_type cptype, uint8_t *zone, size_t zone_len, uint8_t *qbuf, size_t qbuf_len, const struct timeval *qtime, const struct timeval *rtime, sldns_buffer *rmsg) argument
/freebsd-10.3-release/lib/libc/rpc/
H A Drpc_prot.c185 xdr_replymsg(xdrs, rmsg)
187 struct rpc_msg *rmsg;
193 assert(rmsg != NULL);
195 prm_direction = &rmsg->rm_direction;
196 prp_stat = &rmsg->rm_reply.rp_stat;
199 xdr_u_int32_t(xdrs, &(rmsg->rm_xid)) &&
201 (rmsg->rm_direction == REPLY) )
203 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm,
/freebsd-10.3-release/crypto/openssl/engines/
H A De_chil.c509 HWCryptoHook_ErrMsgBuf rmsg; local
511 rmsg.buf = tempbuf;
512 rmsg.size = sizeof(tempbuf);
514 *hac = p_hwcrhk_Init(&hwcrhk_globals, sizeof(hwcrhk_globals), &rmsg, cac);
780 HWCryptoHook_ErrMsgBuf rmsg; local
785 rmsg.buf = tempbuf;
786 rmsg.size = sizeof(tempbuf);
801 if (p_hwcrhk_RSALoadKey(hwcrhk_context, key_id, hptr, &rmsg, &ppctx)) {
803 ERR_add_error_data(1, rmsg.buf);
819 if (p_hwcrhk_RSAGetPublicKey(*hptr, &n, &e, &rmsg)
908 HWCryptoHook_ErrMsgBuf rmsg; local
963 HWCryptoHook_ErrMsgBuf rmsg; local
1110 HWCryptoHook_ErrMsgBuf rmsg; local
[all...]
/freebsd-10.3-release/contrib/wpa/src/eap_peer/
H A Deap_peap.c991 struct wpabuf *rmsg, buf; local
1005 rmsg = resp;
1010 rmsg = &buf;
1015 rmsg, out_data)) {

Completed in 188 milliseconds