Symbol: msg_type
crypto/heimdal/kdc/kerberos5.c
1481
rep.msg_type = krb_as_rep;
crypto/heimdal/kdc/kerberos5.c
378
if(rep->msg_type == krb_as_rep && !config->encode_as_rep_as_tgs_rep)
crypto/heimdal/kdc/kerberos5.c
402
if(rep->msg_type == krb_as_rep) {
crypto/heimdal/kdc/krb5tgs.c
765
rep.msg_type = krb_tgs_rep;
crypto/heimdal/kdc/windc.c
120
req->msg_type == krb_as_req);
crypto/heimdal/lib/asn1/check-gen.c
224
COMPARE_INTEGER(aa,ab,msg_type);
crypto/heimdal/lib/asn1/check-gen.c
283
e1.msg_type = 30;
crypto/heimdal/lib/krb5/build_ap_req.c
50
ap.msg_type = krb_ap_req;
crypto/heimdal/lib/krb5/get_cred.c
158
t->msg_type = krb_tgs_req;
crypto/heimdal/lib/krb5/get_for_creds.c
266
cred.msg_type = krb_cred;
crypto/heimdal/lib/krb5/get_in_tkt.c
163
a->msg_type = krb_as_req;
crypto/heimdal/lib/krb5/init_creds_pw.c
625
a->msg_type = krb_as_req;
crypto/heimdal/lib/krb5/mk_error.c
58
msg.msg_type = krb_error;
crypto/heimdal/lib/krb5/mk_priv.c
105
s.msg_type = krb_priv;
crypto/heimdal/lib/krb5/mk_rep.c
50
ap.msg_type = krb_ap_rep;
crypto/heimdal/lib/krb5/mk_safe.c
65
s.msg_type = krb_safe;
crypto/heimdal/lib/krb5/rd_cred.c
93
if (cred.msg_type != krb_cred) {
crypto/heimdal/lib/krb5/rd_priv.c
76
if (priv.msg_type != krb_priv) {
crypto/heimdal/lib/krb5/rd_rep.c
58
if (ap_rep.msg_type != krb_ap_rep) {
crypto/heimdal/lib/krb5/rd_req.c
121
if (ap_req->msg_type != krb_ap_req){
crypto/heimdal/lib/krb5/rd_safe.c
118
if (safe.msg_type != krb_safe) {
crypto/krb5/src/include/gssrpc/rpc_msg.h
152
enum msg_type rm_direction;
crypto/krb5/src/kdc/do_as_req.c
233
state->reply.msg_type = KRB5_AS_REP;
crypto/krb5/src/kdc/do_as_req.c
513
if (state->request->msg_type != KRB5_AS_REQ) {
crypto/krb5/src/kdc/do_tgs_req.c
1085
reply.msg_type = KRB5_TGS_REP;
crypto/krb5/src/kdc/do_tgs_req.c
609
if (t->req->msg_type != KRB5_TGS_REQ)
crypto/krb5/src/kdc/fast_util.c
231
fast_req->req_body->msg_type = request->msg_type;
crypto/krb5/src/kdc/kdc_authdata.c
475
krb5_boolean with_realm, is_as_req = (req->msg_type == KRB5_AS_REQ);
crypto/krb5/src/kdc/kdc_authdata.c
592
if (req->msg_type == KRB5_TGS_REQ &&
crypto/krb5/src/kdc/kdc_authdata.c
615
if (req->msg_type == KRB5_TGS_REQ) {
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1141
krb5_msgtype msg_type = KRB5_TGS_REP;
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1146
msg_type = KRB5_AS_REP;
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
1152
rep->msg_type = msg_type;
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
732
DEFFIELD(kdc_rep_1, krb5_kdc_rep, msg_type, 1, uint);
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
786
DEFFIELD(kdc_req_2, krb5_kdc_req, msg_type, 2, uint);
crypto/krb5/src/lib/krb5/krb/encode_kdc.c
85
tmp_encpart.msg_type = type;
crypto/krb5/src/lib/krb5/krb/gc_via_tkt.c
241
if (dec_rep->msg_type != KRB5_TGS_REP) {
crypto/krb5/src/lib/krb5/krb/get_in_tkt.c
1138
if (as_reply->msg_type != KRB5_AS_REP) {
crypto/krb5/src/lib/rpc/rpc_callmsg.c
105
cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
crypto/krb5/src/plugins/authdata/greet_server/greet_auth.c
113
if (request->msg_type != KRB5_TGS_REQ)
crypto/openssl/crypto/asn1/asn_mime.c
257
const char *msg_type = NULL;
crypto/openssl/crypto/asn1/asn_mime.c
314
msg_type = "enveloped-data";
crypto/openssl/crypto/asn1/asn_mime.c
316
msg_type = "authEnveloped-data";
crypto/openssl/crypto/asn1/asn_mime.c
319
msg_type = "signed-receipt";
crypto/openssl/crypto/asn1/asn_mime.c
321
msg_type = "signed-data";
crypto/openssl/crypto/asn1/asn_mime.c
323
msg_type = "certs-only";
crypto/openssl/crypto/asn1/asn_mime.c
325
msg_type = "compressed-data";
crypto/openssl/crypto/asn1/asn_mime.c
333
if (msg_type)
crypto/openssl/crypto/asn1/asn_mime.c
334
BIO_printf(bio, " smime-type=%s;", msg_type);
crypto/openssl/crypto/cmp/cmp_client.c
37
const char *msg_type = NULL;
crypto/openssl/crypto/cmp/cmp_client.c
47
msg_type = "error response";
crypto/openssl/crypto/cmp/cmp_client.c
56
msg_type = "revocation response message with rejection status";
crypto/openssl/crypto/cmp/cmp_client.c
60
msg_type = "PKI Confirmation message";
crypto/openssl/crypto/cmp/cmp_client.c
74
msg_type = "CertRepMessage with rejection status";
crypto/openssl/crypto/cmp/cmp_client.c
77
if (msg_type == NULL)
crypto/openssl/crypto/cmp/cmp_client.c
80
invalid_protection ? "invalid" : "missing", msg_type);
include/rpc/rpc_msg.h
149
enum msg_type rm_direction;
lib/libc/rpc/rpc_callmsg.c
108
cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
lib/libc/rpc/rpc_callmsg.c
54
enum msg_type *prm_direction;
lib/libc/rpc/rpc_prot.c
174
enum msg_type *prm_direction;
lib/libc/rpc/rpc_prot.c
202
enum msg_type *prm_direction;
lib/libtacplus/taclib.c
145
protocol_version(int msg_type, int var, int type)
lib/libtacplus/taclib.c
149
switch (msg_type) {
lib/libtacplus/taclib.c
937
create_msg(struct tac_handle *h, int msg_type, int var, int type)
lib/libtacplus/taclib.c
945
msg->type = msg_type;
lib/libtacplus/taclib.c
946
msg->version = protocol_version(msg_type, var, type);
sys/cam/ctl/ctl.c
1008
msg.login.msg_type = CTL_MSG_LOGIN;
sys/cam/ctl/ctl.c
1050
io->io_hdr.msg_type = CTL_MSG_FAILOVER;
sys/cam/ctl/ctl.c
11896
msg_info.hdr.msg_type = CTL_MSG_R2R;
sys/cam/ctl/ctl.c
11934
msg_info.hdr.msg_type = CTL_MSG_BAD_JUJU;
sys/cam/ctl/ctl.c
12208
io->msg_type = CTL_MSG_DATAMOVE_DONE;
sys/cam/ctl/ctl.c
12416
msg_info.hdr.msg_type = CTL_MSG_SERIALIZE;
sys/cam/ctl/ctl.c
12593
msg_info.hdr.msg_type = CTL_MSG_MANAGE_TASKS;
sys/cam/ctl/ctl.c
12697
msg_info.hdr.msg_type = CTL_MSG_MANAGE_TASKS;
sys/cam/ctl/ctl.c
12742
msg_info.hdr.msg_type = CTL_MSG_MANAGE_TASKS;
sys/cam/ctl/ctl.c
12834
msg_info.hdr.msg_type = CTL_MSG_MANAGE_TASKS;
sys/cam/ctl/ctl.c
12916
msg_info.hdr.msg_type = CTL_MSG_MANAGE_TASKS;
sys/cam/ctl/ctl.c
13069
switch (io->io_hdr.msg_type) {
sys/cam/ctl/ctl.c
13125
__func__, io->io_hdr.msg_type);
sys/cam/ctl/ctl.c
13423
msg.hdr.msg_type = CTL_MSG_DATAMOVE_DONE;
sys/cam/ctl/ctl.c
14025
msg.hdr.msg_type = CTL_MSG_FINISH_IO;
sys/cam/ctl/ctl.c
14225
io->io_hdr.msg_type,
sys/cam/ctl/ctl.c
14243
io->io_hdr.msg_type,
sys/cam/ctl/ctl.c
14257
io->io_hdr.msg_type,
sys/cam/ctl/ctl.c
14473
msg.hdr.msg_type = CTL_MSG_UA;
sys/cam/ctl/ctl.c
1483
msg->hdr.msg_type, param));
sys/cam/ctl/ctl.c
1484
switch (msg->hdr.msg_type) {
sys/cam/ctl/ctl.c
1490
io->io_hdr.msg_type = CTL_MSG_SERIALIZE;
sys/cam/ctl/ctl.c
1538
io->io_hdr.msg_type = CTL_MSG_DATAMOVE;
sys/cam/ctl/ctl.c
1613
io->io_hdr.msg_type = CTL_MSG_DATAMOVE_DONE;
sys/cam/ctl/ctl.c
1641
io->io_hdr.msg_type = CTL_MSG_R2R;
sys/cam/ctl/ctl.c
1677
io->io_hdr.msg_type = CTL_MSG_BAD_JUJU;
sys/cam/ctl/ctl.c
1705
presio->io_hdr.msg_type = CTL_MSG_PERS_ACTION;
sys/cam/ctl/ctl.c
1731
msg->hdr.msg_type);
sys/cam/ctl/ctl.c
2399
msg_info.hdr.msg_type = CTL_MSG_R2R;
sys/cam/ctl/ctl.c
2423
msg_info.hdr.msg_type = CTL_MSG_BAD_JUJU;
sys/cam/ctl/ctl.c
4862
msg.hdr.msg_type = CTL_MSG_UA;
sys/cam/ctl/ctl.c
4957
msg.hdr.msg_type = CTL_MSG_UA;
sys/cam/ctl/ctl.c
626
msg.hdr.msg_type = CTL_MSG_DATAMOVE;
sys/cam/ctl/ctl.c
741
msg.hdr.msg_type = CTL_MSG_FINISH_IO;
sys/cam/ctl/ctl.c
773
ctsio->io_hdr.msg_type = CTL_MSG_FINISH_IO;
sys/cam/ctl/ctl.c
795
ctsio->io_hdr.msg_type = CTL_MSG_FINISH_IO;
sys/cam/ctl/ctl.c
7957
persis_io.hdr.msg_type = CTL_MSG_PERS_ACTION;
sys/cam/ctl/ctl.c
8027
persis_io.hdr.msg_type = CTL_MSG_PERS_ACTION;
sys/cam/ctl/ctl.c
8104
persis_io.hdr.msg_type = CTL_MSG_PERS_ACTION;
sys/cam/ctl/ctl.c
8141
persis_io.hdr.msg_type = CTL_MSG_PERS_ACTION;
sys/cam/ctl/ctl.c
828
msg->hdr.msg_type = CTL_MSG_LUN_SYNC;
sys/cam/ctl/ctl.c
8432
persis_io.hdr.msg_type = CTL_MSG_PERS_ACTION;
sys/cam/ctl/ctl.c
8450
persis_io.hdr.msg_type = CTL_MSG_PERS_ACTION;
sys/cam/ctl/ctl.c
8498
persis_io.hdr.msg_type = CTL_MSG_PERS_ACTION;
sys/cam/ctl/ctl.c
8556
persis_io.hdr.msg_type = CTL_MSG_PERS_ACTION;
sys/cam/ctl/ctl.c
8581
persis_io.hdr.msg_type = CTL_MSG_PERS_ACTION;
sys/cam/ctl/ctl.c
886
msg->hdr.msg_type = CTL_MSG_PORT_SYNC;
sys/cam/ctl/ctl.c
948
msg->hdr.msg_type = CTL_MSG_IID_SYNC;
sys/cam/ctl/ctl.c
985
msg->hdr.msg_type = CTL_MSG_MODE_SYNC;
sys/cam/ctl/ctl_io.h
231
ctl_msg_type msg_type;
sys/cam/ctl/ctl_io.h
464
ctl_msg_type msg_type;
sys/cam/ctl/ctl_io.h
497
ctl_msg_type msg_type;
sys/compat/linux/linux_socket.c
1645
recvmsg_scm_timestamp(l_int msg_type, socklen_t *datalen, void **data,
sys/compat/linux/linux_socket.c
1659
if (msg_type == LINUX_SCM_TIMESTAMPO &&
sys/compat/linux/linux_socket.c
1663
if (msg_type == LINUX_SCM_TIMESTAMPN)
sys/compat/linux/linux_socket.c
1669
if (msg_type == LINUX_SCM_TIMESTAMPN) {
sys/compat/linux/linux_socket.c
1689
recvmsg_scm_timestampns(l_int msg_type, socklen_t *datalen, void **data,
sys/compat/linux/linux_socket.c
1698
if (msg_type == LINUX_SCM_TIMESTAMPNSO)
sys/compat/linux/linux_socket.c
1705
if (msg_type == LINUX_SCM_TIMESTAMPNSO) {
sys/compat/linux/linux_socket.c
1720
recvmsg_scm_timestampns(l_int msg_type, socklen_t *datalen, void **data,
sys/compat/linux/linux_socket.c
1735
recvmsg_scm_sol_socket(struct thread *td, l_int msg_type, l_int lmsg_type,
sys/compat/linux/linux_socket.c
1741
switch (msg_type) {
sys/compat/linux/linux_socket.c
1782
recvmsg_scm_ipproto_ip(l_int msg_type, l_int lmsg_type, socklen_t *datalen,
sys/compat/linux/linux_socket.c
1788
switch (msg_type) {
sys/dev/aic7xxx/aic79xx.c
1160
ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic79xx.c
1205
if (ahd->msg_type == MSG_TYPE_NONE) {
sys/dev/aic7xxx/aic79xx.c
1234
ahd->msg_type =
sys/dev/aic7xxx/aic79xx.c
1242
ahd->msg_type =
sys/dev/aic7xxx/aic79xx.c
1290
ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic79xx.c
2526
ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic79xx.c
3156
if (ahd->msg_type != MSG_TYPE_NONE) {
sys/dev/aic7xxx/aic79xx.c
3563
ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic79xx.c
3575
ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic79xx.c
3661
ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic79xx.c
3851
ahd->msg_type = MSG_TYPE_NONE;
sys/dev/aic7xxx/aic79xx.c
3884
switch (ahd->msg_type) {
sys/dev/aic7xxx/aic79xx.c
3918
ahd->msg_type = MSG_TYPE_INITIATOR_MSGIN;
sys/dev/aic7xxx/aic79xx.c
4004
ahd->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic79xx.c
4086
ahd->msg_type = MSG_TYPE_TARGET_MSGOUT;
sys/dev/aic7xxx/aic79xx.c
4162
ahd->msg_type = MSG_TYPE_TARGET_MSGIN;
sys/dev/aic7xxx/aic79xx.c
5146
ahd->msg_type = MSG_TYPE_TARGET_MSGIN;
sys/dev/aic7xxx/aic79xx.h
1245
ahd_msg_type msg_type;
sys/dev/aic7xxx/aic7xxx.c
1134
if (ahc->msg_type != MSG_TYPE_NONE)
sys/dev/aic7xxx/aic7xxx.c
2350
ahc->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic7xxx.c
2529
ahc->msg_type = MSG_TYPE_NONE;
sys/dev/aic7xxx/aic7xxx.c
2625
ahc->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic7xxx.c
2650
switch (ahc->msg_type) {
sys/dev/aic7xxx/aic7xxx.c
2684
ahc->msg_type = MSG_TYPE_INITIATOR_MSGIN;
sys/dev/aic7xxx/aic7xxx.c
2758
ahc->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic7xxx.c
2839
ahc->msg_type = MSG_TYPE_TARGET_MSGOUT;
sys/dev/aic7xxx/aic7xxx.c
2979
ahc->msg_type = MSG_TYPE_TARGET_MSGIN;
sys/dev/aic7xxx/aic7xxx.c
3858
ahc->msg_type = MSG_TYPE_TARGET_MSGIN;
sys/dev/aic7xxx/aic7xxx.c
624
ahc->msg_type = MSG_TYPE_INITIATOR_MSGOUT;
sys/dev/aic7xxx/aic7xxx.c
684
if (ahc->msg_type == MSG_TYPE_NONE) {
sys/dev/aic7xxx/aic7xxx.c
716
ahc->msg_type =
sys/dev/aic7xxx/aic7xxx.c
724
ahc->msg_type =
sys/dev/aic7xxx/aic7xxx.h
1075
ahc_msg_type msg_type;
sys/dev/hyperv/input/hv_hid.c
237
sh_msg_type msg_type;
sys/dev/hyperv/input/hv_hid.c
251
msg_type = msg->msg.hdr.type;
sys/dev/hyperv/input/hv_hid.c
252
switch (msg_type) {
sys/dev/hyperv/input/hv_kbdc.c
262
enum hv_kbd_msg_type_t msg_type;
sys/dev/hyperv/input/hv_kbdc.c
270
msg_type = msg->hdr.type;
sys/dev/hyperv/input/hv_kbdc.c
271
switch (msg_type) {
sys/dev/hyperv/vmbus/vmbus.c
631
uint32_t msg_type;
sys/dev/hyperv/vmbus/vmbus.c
633
msg_type = ((const struct vmbus_chanmsg_hdr *)msg->msg_data)->chm_type;
sys/dev/hyperv/vmbus/vmbus.c
634
if (msg_type >= VMBUS_CHANMSG_TYPE_MAX) {
sys/dev/hyperv/vmbus/vmbus.c
636
msg_type);
sys/dev/hyperv/vmbus/vmbus.c
640
msg_proc = vmbus_chanmsg_handlers[msg_type];
sys/dev/hyperv/vmbus/vmbus.c
656
if (msg->msg_type == HYPERV_MSGTYPE_NONE) {
sys/dev/hyperv/vmbus/vmbus.c
659
} else if (msg->msg_type == HYPERV_MSGTYPE_CHANNEL) {
sys/dev/hyperv/vmbus/vmbus.c
665
msg->msg_type = HYPERV_MSGTYPE_NONE;
sys/dev/hyperv/vmbus/vmbus.c
714
if (__predict_false(msg->msg_type != HYPERV_MSGTYPE_NONE)) {
sys/dev/hyperv/vmbus/vmbus_chan.c
2176
uint32_t msg_type;
sys/dev/hyperv/vmbus/vmbus_chan.c
2178
msg_type = ((const struct vmbus_chanmsg_hdr *)msg->msg_data)->chm_type;
sys/dev/hyperv/vmbus/vmbus_chan.c
2179
KASSERT(msg_type < VMBUS_CHANMSG_TYPE_MAX,
sys/dev/hyperv/vmbus/vmbus_chan.c
2180
("invalid message type %u", msg_type));
sys/dev/hyperv/vmbus/vmbus_chan.c
2182
msg_proc = vmbus_chan_msgprocs[msg_type];
sys/dev/hyperv/vmbus/vmbus_reg.h
48
uint32_t msg_type; /* HYPERV_MSGTYPE_ */
sys/dev/hyperv/vmbus/x86/vmbus_x86.c
89
if (msg->msg_type == HYPERV_MSGTYPE_TIMER_EXPIRED) {
sys/dev/hyperv/vmbus/x86/vmbus_x86.c
90
msg->msg_type = HYPERV_MSGTYPE_NONE;
sys/dev/ice/ice_protocol_type.h
275
u8 msg_type;
sys/dev/mana/gdma.h
159
uint32_t msg_type;
sys/dev/mana/gdma.h
211
hdr->req.msg_type = code;
sys/dev/mana/gdma.h
216
hdr->resp.msg_type = code;
sys/dev/mana/mana_en.c
967
if (resp_hdr->response.msg_type != expected_code)
sys/dev/mana/shm_channel.c
126
mana_smc_read_response(struct shm_channel *sc, uint32_t msg_type,
sys/dev/mana/shm_channel.c
146
if (hdr.msg_type != msg_type || hdr.msg_version > msg_version ||
sys/dev/mana/shm_channel.c
150
hdr.as_uint32, msg_type, msg_version);
sys/dev/mana/shm_channel.c
267
hdr->msg_type = SMC_MSG_TYPE_ESTABLISH_HWC;
sys/dev/mana/shm_channel.c
311
hdr.msg_type = SMC_MSG_TYPE_DESTROY_HWC;
sys/dev/mana/shm_channel.c
77
uint8_t msg_type : 3;
sys/dev/qat/qat_common/adf_pfvf_vf_proto.c
128
u8 msg_type;
sys/dev/qat/qat_common/adf_pfvf_vf_proto.c
134
msg_type = ADF_VF2PF_MSGTYPE_SMALL_BLOCK_REQ;
sys/dev/qat/qat_common/adf_pfvf_vf_proto.c
139
msg_type = ADF_VF2PF_MSGTYPE_MEDIUM_BLOCK_REQ;
sys/dev/qat/qat_common/adf_pfvf_vf_proto.c
145
msg_type = ADF_VF2PF_MSGTYPE_LARGE_BLOCK_REQ;
sys/dev/qat/qat_common/adf_pfvf_vf_proto.c
168
req.type = msg_type;
sys/kern/sysv_msg.c
1234
if (msgtyp == msghdr->msg_type ||
sys/kern/sysv_msg.c
1235
msghdr->msg_type <= -msgtyp) {
sys/kern/sysv_msg.c
1238
msghdr->msg_type, msgtyp));
sys/kern/sysv_msg.c
1351
*mtype = msghdr->msg_type;
sys/kern/sysv_msg.c
258
msghdrs[i].msg_type = 0;
sys/kern/sysv_msg.c
958
msghdr->msg_type = mtype;
sys/kern/sysv_msg.c
994
if (msghdr->msg_type < 1) {
sys/kern/sysv_msg.c
998
DPRINTF(("mtype (%ld) < 1\n", msghdr->msg_type));
sys/powerpc/powernv/opal.h
207
uint32_t msg_type;
sys/powerpc/powernv/opal_dev.c
399
type = be32toh(msg.msg_type);
sys/powerpc/powernv/opal_i2c.c
155
if (msg.msg_type != OPAL_MSG_ASYNC_COMP)
sys/rpc/rpc_callmsg.c
104
cmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
sys/rpc/rpc_callmsg.c
53
enum msg_type *prm_direction;
sys/rpc/rpc_msg.h
149
enum msg_type rm_direction;
sys/rpc/rpc_prot.c
172
enum msg_type *prm_direction;
sys/rpc/rpc_prot.c
182
rmsg->rm_direction = IXDR_GET_ENUM(buf, enum msg_type);
sys/rpc/rpc_prot.c
221
enum msg_type *prm_direction;
sys/sys/msg.h
106
long msg_type; /* type of this message */
usr.bin/genl/parser_rpc.c
87
msg.rm_direction = IXDR_GET_ENUM(buf, enum msg_type);