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

/darwin-on-arm/xnu/bsd/netinet/
H A Ddhcp_options.h254 dhcpoa_add_dhcpmsg(dhcpoa_t * oa_p, dhcp_msgtype_t msgtype);
H A Ddhcp_options.c537 dhcpoa_add_dhcpmsg(dhcpoa_t * oa_p, dhcp_msgtype_t msgtype) argument
540 sizeof(msgtype), &msgtype));
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_msg.c725 user_long_t msgtype; local
977 eval = copyin(user_msgp, &msgtype, sizeof(msgtype));
979 msghdr->msg_type = CAST_DOWN(long,msgtype);
980 user_msgp = user_msgp + sizeof(msgtype); /* ptr math */
1142 user_long_t msgtype; local
1390 msgtype = msghdr->msg_type;
1392 eval = copyout(&msgtype, user_msgp, sizeof(msgtype));
1394 user_msgp = user_msgp + sizeof(msgtype); /* pt
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Droute.c867 int err = 0, msgtype = RTM_MISS; local
913 msgtype = RTM_RESOLVE;
934 rt_missmsg(msgtype, &info, 0, err);

Completed in 36 milliseconds