Home
last modified time | relevance | path

Searched refs:msgtype (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/kern/
H A Dsysv_msg.c721 user_long_t msgtype; in msgsnd_nocancel() local
982 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() local
1407 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()
/xnu-11215/bsd/net/
H A Droute.c985 u_char msgtype = RTM_MISS; in rtalloc1_common_locked() local
1091 msgtype = RTM_RESOLVE; in rtalloc1_common_locked()
1113 rt_missmsg(msgtype, &info, 0, err); in rtalloc1_common_locked()