Searched refs:reply_hdr (Results 1 – 2 of 2) sorted by relevance
779 rdr_msg_hdr_t reply_hdr; in dcs_ses_req() local813 init_msg(&reply_hdr); in dcs_ses_req()814 reply_hdr.message_opcode = RDR_SES_REQ; in dcs_ses_req()815 reply_hdr.data_type = RDR_REPLY; in dcs_ses_req()816 reply_hdr.status = DCS_OK; in dcs_ses_req()822 PRINT_MSG_DBG(DCS_SEND, &reply_hdr); in dcs_ses_req()825 snd_status = rdr_snd_msg(sp->fd, &reply_hdr, &reply_param, in dcs_ses_req()904 rdr_msg_hdr_t reply_hdr; in dcs_ses_end() local929 init_msg(&reply_hdr); in dcs_ses_end()930 reply_hdr.message_opcode = RDR_SES_END; in dcs_ses_end()[all …]
252 } reply_hdr; typedef260 reply_hdr rhdr[1];524 if ((unsigned)datalen < sizeof(reply_hdr)) in create_reply()530 reply = mallocL("reply_state", sizeof(reply_state) + datalen - sizeof(reply_hdr)); in create_reply()6223 char sizecheck_reply_hdr [(sizeof(reply_hdr) <= 12) ? 1 : -1];