Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dif_low_power_mode.c118 dlil_post_msg(ifp, in if_low_power_evhdlr_callback()
H A Ddlil.h337 extern int dlil_post_msg(struct ifnet *, u_int32_t, u_int32_t,
H A Ddlil.c1570 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_PROTO_DETACHED, in if_proto_free()
1755 dlil_post_msg(struct ifnet *ifp, u_int32_t event_subclass, in dlil_post_msg() function
8283 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_PROTO_ATTACHED, in dlil_attach_protocol()
9092 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_ATTACHED, NULL, 0, FALSE); in ifnet_attach()
9891 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_DETACHED, NULL, 0, FALSE); in ifnet_detach_final()
10492 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_LINK_QUALITY_METRIC_CHANGED, in if_lqm_update()
10527 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_RRC_STATE_CHANGED, in if_rrc_state_update()
10766 int err = dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_PRESENCE, in dlil_node_present()
10816 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_ABSENCE, in dlil_node_absent()
10852 int err = dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_PRESENCE, in dlil_node_present_v2()
[all …]
H A Dkpi_interface.c2442 dlil_post_msg(interface, KEV_DL_SUBCLASS, in ifnet_set_lladdr_internal()
3242 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_PRIMARY_ELECTED, NULL, 0, FALSE); in ifnet_notice_primary_elected()
3345 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IFDELEGATE_CHANGED, NULL, 0, FALSE); in ifnet_set_delegate()
H A Dif.c2606 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_QOS_MODE_CHANGED, in if_set_qosmarking_mode()