Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs.c779 rdr_msg_hdr_t reply_hdr; in dcs_ses_req() local
813 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() local
929 init_msg(&reply_hdr); in dcs_ses_end()
930 reply_hdr.message_opcode = RDR_SES_END; in dcs_ses_end()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c252 } reply_hdr; typedef
260 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];