Home | History | Annotate | Download | only in msgrcv

Lines Matching refs:mtype

52 	long mtype;     /* message type, must be > 0 */
61 long mtype = 121;
64 msbs.mtype = mtype;
69 sret = msgrcv(msqid, &msbr, sizeof(msbr.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR);
76 if (msbr.mtype != mtype)
78 "found mtype %ld, expected %ld\n", msbr.mtype, mtype);