Home
last modified time | relevance | path

Searched refs:dlil_post_msg (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_low_power_mode.c118 dlil_post_msg(ifp, in if_low_power_evhdlr_callback()
H A Ddlil.h339 extern int dlil_post_msg(struct ifnet *, u_int32_t, u_int32_t,
H A Ddlil.c1235 dlil_post_msg(struct ifnet *ifp, u_int32_t event_subclass, in dlil_post_msg() function
4498 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_PROTO_ATTACHED, in dlil_attach_protocol()
5302 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_ATTACHED, NULL, 0, FALSE); in ifnet_attach()
5507 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_DETACHING, NULL, 0, FALSE); in ifnet_detach()
5967 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_DETACHED, NULL, 0, FALSE); in ifnet_detach_final()
6389 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_LINK_QUALITY_METRIC_CHANGED, in if_lqm_update()
6424 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_RRC_STATE_CHANGED, in if_rrc_state_update()
6666 int err = dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_PRESENCE, in dlil_node_present()
6716 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_ABSENCE, in dlil_node_absent()
6752 int err = dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_PRESENCE, in dlil_node_present_v2()
[all …]
H A Ddlil_subr.c533 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_PROTO_DETACHED, in if_proto_free()
H A Dkpi_interface.c2436 dlil_post_msg(interface, KEV_DL_SUBCLASS, in ifnet_set_lladdr_internal()
3236 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_PRIMARY_ELECTED, NULL, 0, FALSE); in ifnet_notice_primary_elected()
3330 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IFDELEGATE_CHANGED, NULL, 0, FALSE); in ifnet_set_delegate()
H A Dif.c2568 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_QOS_MODE_CHANGED, in if_set_qosmarking_mode()