Searched refs:msgtype (Results 1 – 2 of 2) sorted by relevance
721 user_long_t msgtype; in msgsnd_nocancel() local982 eval = copyin(user_msgp, &msgtype, sizeof(msgtype)); in msgsnd_nocancel()984 msghdr->msg_type = CAST_DOWN(long, msgtype); in msgsnd_nocancel()985 user_msgp = user_msgp + sizeof(msgtype); /* ptr math */ in msgsnd_nocancel()1151 user_long_t msgtype; in msgrcv_nocancel() local1407 msgtype = msghdr->msg_type; in msgrcv_nocancel()1409 eval = copyout(&msgtype, user_msgp, sizeof(msgtype)); in msgrcv_nocancel()1411 user_msgp = user_msgp + sizeof(msgtype); /* ptr math */ in msgrcv_nocancel()
985 u_char msgtype = RTM_MISS; in rtalloc1_common_locked() local1091 msgtype = RTM_RESOLVE; in rtalloc1_common_locked()1113 rt_missmsg(msgtype, &info, 0, err); in rtalloc1_common_locked()