| /xnu-11215/bsd/sys/ |
| H A D | kern_event.h | 296 struct kev_msg { struct 328 errno_t kev_msg_post(struct kev_msg *event_msg); 335 int kev_post_msg(struct kev_msg *event); 336 int kev_post_msg_nowait(struct kev_msg *event);
|
| /xnu-11215/bsd/net/ |
| H A D | kpi_interfacefilter.h | 49 struct kev_msg; 129 protocol_family_t protocol, const struct kev_msg *event_msg);
|
| H A D | kpi_interface.h | 77 struct kev_msg; 387 typedef void (*ifnet_event_func)(ifnet_t interface, const struct kev_msg *msg); 578 const struct kev_msg *event);
|
| H A D | dlil.c | 375 const struct kev_msg *); 1760 struct kev_msg ev_msg; in dlil_post_msg() 6339 struct kev_msg ev_msg; in dlil_post_sifflags_msg() 6461 struct kev_msg kev_msg; in ifnet_event() local 6468 bzero(&kev_msg, sizeof(kev_msg)); in ifnet_event() 6469 kev_msg.vendor_code = event->vendor_code; in ifnet_event() 6470 kev_msg.kev_class = event->kev_class; in ifnet_event() 6471 kev_msg.kev_subclass = event->kev_subclass; in ifnet_event() 6472 kev_msg.event_code = event->event_code; in ifnet_event() 6475 kev_msg.dv[1].data_length = 0; in ifnet_event() [all …]
|
| H A D | dlil.h | 342 extern int dlil_post_complete_msg(struct ifnet *, struct kev_msg *);
|
| H A D | ether_inet_pr_module.c | 392 const struct kev_msg *event) in ether_inet_event()
|
| H A D | kpi_interface.c | 754 struct kev_msg ev_msg; in ifnet_set_eflags() 1011 struct kev_msg ev_msg; in ifnet_set_capabilities_enabled() 1029 bzero(&ev_msg, sizeof(struct kev_msg)); in ifnet_set_capabilities_enabled() 1234 struct kev_msg ev_msg; in ifnet_set_wake_flags() 1238 bzero(&ev_msg, sizeof(struct kev_msg)); in ifnet_set_wake_flags()
|
| H A D | ndrv.c | 339 const struct kev_msg *event) in ndrv_event()
|
| H A D | if_ports_used.c | 1234 struct kev_msg ev_msg = {}; in deliver_unattributed_wake_packet_event() 1263 struct kev_msg ev_msg = {}; in deliver_attributed_wake_packet_event()
|
| H A D | nat464_utils.c | 1223 struct kev_msg ev_msg; in in6_clat46_eventhdlr_callback()
|
| H A D | if_vlan.c | 1946 const struct kev_msg * event) in vlan_event()
|
| H A D | if.c | 3856 struct kev_msg ev_msg; in ifioctl_ifreq() 3860 bzero(&ev_msg, sizeof(struct kev_msg)); in ifioctl_ifreq()
|
| H A D | network_agent.c | 349 struct kev_msg ev_msg; in netagent_post_event()
|
| H A D | route.c | 3933 struct kev_msg ev_msg; in rte_if_ref()
|
| /xnu-11215/tests/ |
| H A D | netagent_race_infodisc_56244905.c | 34 struct kev_msg { struct 121 struct kev_msg msg;
|
| /xnu-11215/bsd/netinet/ |
| H A D | in.c | 557 struct kev_msg ev_msg; in inctl_ifaddr() 565 bzero(&ev_msg, sizeof(struct kev_msg)); in inctl_ifaddr() 840 struct kev_msg ev_msg; in inctl_ifdstaddr() 851 bzero(&ev_msg, sizeof(struct kev_msg)); in inctl_ifdstaddr() 963 struct kev_msg ev_msg; in inctl_ifbrdaddr() 977 bzero(&ev_msg, sizeof(struct kev_msg)); in inctl_ifbrdaddr() 1045 struct kev_msg ev_msg; in inctl_ifnetmask() 1052 bzero(&ev_msg, sizeof(struct kev_msg)); in inctl_ifnetmask()
|
| H A D | in_arp.c | 1231 struct kev_msg ev_msg = {}; in post_kev_in_arpfailure() 1776 struct kev_msg ev_msg; in arp_ip_handle_input() 1780 bzero(&ev_msg, sizeof(struct kev_msg)); in arp_ip_handle_input() 2093 struct kev_msg ev_msg; in arp_ip_handle_input()
|
| H A D | in_pcb.c | 837 struct kev_msg ev_msg; in in_pcb_conflict_post_msg() 841 bzero(&ev_msg, sizeof(struct kev_msg)); in in_pcb_conflict_post_msg() 1519 struct kev_msg ev_msg; in apn_fallback_trigger() 1529 bzero(&ev_msg, sizeof(struct kev_msg)); in apn_fallback_trigger()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_control.c | 2015 struct kev_msg ev_msg; in ctl_post_msg() 2019 bzero(&ev_msg, sizeof(struct kev_msg)); in ctl_post_msg()
|
| H A D | kern_memorystatus_notify.c | 461 struct kev_msg ev_msg; in memorystatus_send_note()
|
| H A D | kern_event.c | 8867 kev_msg_post(struct kev_msg *event_msg) 8890 kev_post_msg_internal(struct kev_msg *event_msg, int wait) 9019 kev_post_msg(struct kev_msg *event_msg) 9025 kev_post_msg_nowait(struct kev_msg *event_msg)
|
| H A D | uipc_socket.c | 8154 struct kev_msg ev_msg; in netpolicy_post_msg() 8180 struct kev_msg ev_msg; in socket_post_kev_msg()
|
| /xnu-11215/bsd/netinet6/ |
| H A D | in6.c | 4151 struct kev_msg ev_msg; in in6_post_msg() 4156 bzero(&ev_msg, sizeof(struct kev_msg)); in in6_post_msg() 4526 struct kev_msg ev_msg; in in6_eventhdlr_callback()
|
| H A D | nd6.c | 814 struct kev_msg ev_msg; in nd6_service_neighbor_cache() 1899 struct kev_msg ev_msg; in nd6_post_msg() 1903 bzero(&ev_msg, sizeof(struct kev_msg)); in nd6_post_msg()
|
| H A D | nd6_nbr.c | 1352 struct kev_msg ev_msg; in nd6_na_input()
|