Searched refs:msgtype (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.h254 dhcpoa_add_dhcpmsg(dhcpoa_t * oa_p, dhcp_msgtype_t msgtype);
H A Ddhcp_options.c536 dhcpoa_add_dhcpmsg(dhcpoa_t * oa_p, dhcp_msgtype_t msgtype) argument
539 sizeof(msgtype), &msgtype));
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsysv_msg.c675 user_long_t msgtype; local
927 eval = copyin(user_msgp, &msgtype, sizeof(msgtype));
929 msghdr->msg_type = CAST_DOWN(long,msgtype);
930 user_msgp = user_msgp + sizeof(msgtype); /* ptr math */
1090 user_long_t msgtype; local
1338 msgtype = msghdr->msg_type;
1340 eval = copyout(&msgtype, user_msgp, sizeof(msgtype));
1342 user_msgp = user_msgp + sizeof(msgtype); /* pt
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.c485 int err = 0, msgtype = RTM_MISS; local
529 msgtype = RTM_RESOLVE;
550 rt_missmsg(msgtype, &info, 0, err);

Completed in 96 milliseconds