Home
last modified time | relevance | path

Searched refs:reply_hdr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c777 rdr_msg_hdr_t reply_hdr; in dcs_ses_req() local
811 init_msg(&reply_hdr); in dcs_ses_req()
812 reply_hdr.message_opcode = RDR_SES_REQ; in dcs_ses_req()
813 reply_hdr.data_type = RDR_REPLY; in dcs_ses_req()
814 reply_hdr.status = DCS_OK; in dcs_ses_req()
820 PRINT_MSG_DBG(DCS_SEND, &reply_hdr); in dcs_ses_req()
823 snd_status = rdr_snd_msg(sp->fd, &reply_hdr, &reply_param, in dcs_ses_req()
902 rdr_msg_hdr_t reply_hdr; in dcs_ses_end() local
927 init_msg(&reply_hdr); in dcs_ses_end()
928 reply_hdr.message_opcode = RDR_SES_END; in dcs_ses_end()
[all …]
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.h196 } reply_hdr; typedef
204 reply_hdr rhdr[1];
H A Duds_daemon.c434 if ((unsigned)datalen < sizeof(reply_hdr)) in create_reply()
440 … reply = (reply_state *) callocL("reply_state", sizeof(reply_state) + datalen - sizeof(reply_hdr)); in create_reply()
6267 char sizecheck_reply_hdr [(sizeof(reply_hdr) <= 12) ? 1 : -1];