Lines Matching refs:ev_msg

1241 	struct kev_msg ev_msg = {};  in post_kev_in_arpfailure()  local
1247 ev_msg.vendor_code = KEV_VENDOR_APPLE; in post_kev_in_arpfailure()
1248 ev_msg.kev_class = KEV_NETWORK_CLASS; in post_kev_in_arpfailure()
1249 ev_msg.kev_subclass = KEV_INET_SUBCLASS; in post_kev_in_arpfailure()
1250 ev_msg.event_code = KEV_INET_ARPRTRFAILURE; in post_kev_in_arpfailure()
1251 ev_msg.dv[0].data_ptr = &in_arpfailure; in post_kev_in_arpfailure()
1252 ev_msg.dv[0].data_length = sizeof(struct kev_in_arpfailure); in post_kev_in_arpfailure()
1253 dlil_post_complete_msg(NULL, &ev_msg); in post_kev_in_arpfailure()
1781 struct kev_msg ev_msg; in arp_ip_handle_input() local
1785 bzero(&ev_msg, sizeof(struct kev_msg)); in arp_ip_handle_input()
1804 ev_msg.vendor_code = KEV_VENDOR_APPLE; in arp_ip_handle_input()
1805 ev_msg.kev_class = KEV_NETWORK_CLASS; in arp_ip_handle_input()
1806 ev_msg.kev_subclass = KEV_INET_SUBCLASS; in arp_ip_handle_input()
1807 ev_msg.event_code = KEV_INET_ARPCOLLISION; in arp_ip_handle_input()
1808 ev_msg.dv[0].data_ptr = in_collision; in arp_ip_handle_input()
1809 ev_msg.dv[0].data_length = in arp_ip_handle_input()
1811 ev_msg.dv[1].data_length = 0; in arp_ip_handle_input()
1812 dlil_post_complete_msg(NULL, &ev_msg); in arp_ip_handle_input()
2098 struct kev_msg ev_msg; in arp_ip_handle_input() local
2103 bzero(&ev_msg, sizeof(ev_msg)); in arp_ip_handle_input()
2108 ev_msg.vendor_code = KEV_VENDOR_APPLE; in arp_ip_handle_input()
2109 ev_msg.kev_class = KEV_NETWORK_CLASS; in arp_ip_handle_input()
2110 ev_msg.kev_subclass = KEV_INET_SUBCLASS; in arp_ip_handle_input()
2111 ev_msg.event_code = KEV_INET_ARPRTRALIVE; in arp_ip_handle_input()
2112 ev_msg.dv[0].data_ptr = &in_arpalive; in arp_ip_handle_input()
2113 ev_msg.dv[0].data_length = sizeof(struct kev_in_arpalive); in arp_ip_handle_input()
2114 dlil_post_complete_msg(NULL, &ev_msg); in arp_ip_handle_input()