taglinefilesource code
msgtyp46include/linux/ipc.hlong msgtyp;
msgtyp111ipc/msg.cint sys_msgrcv (int msqid, struct msgbuf *msgp, int msgsz, long msgtyp, 
msgtyp145ipc/msg.cif (msgtyp == 0) 
msgtyp147ipc/msg.celse if (msgtyp > 0) {
msgtyp151ipc/msg.cif (tmsg->msg_type != msgtyp)
msgtyp157ipc/msg.cif (tmsg->msg_type == msgtyp)
msgtyp166ipc/msg.cif (leastp && leastp->msg_type <= - msgtyp)
msgtyp28ipc/util.cextern int sys_msgrcv (int msqid, struct msgbuf *msgp, int msgsz, long msgtyp,
msgtyp108ipc/util.creturn sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);