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()
927 init_msg(&reply_hdr); in dcs_ses_end()
1094 init_msg(&reply_hdr); in dcs_change_state()
1192 init_msg(&reply_hdr); in dcs_private_func()
1284 init_msg(&reply_hdr); in dcs_test()
1413 init_msg(&reply_hdr); in dcs_list_ext()
1513 init_msg(&reply_hdr); in dcs_help()
1583 init_msg(&reply_hdr); in dcs_ap_id_cmp()
1646 init_msg(&reply_hdr); in dcs_abort_cmd()
[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];