Searched refs:dlil_post_msg (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | if_low_power_mode.c | 124 dlil_post_msg(ifp, in if_low_power_evhdlr_callback()
|
| H A D | dlil.h | 332 extern int dlil_post_msg(struct ifnet *, u_int32_t, u_int32_t,
|
| H A D | dlil.c | 1788 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_PROTO_DETACHED, in if_proto_free() 1973 dlil_post_msg(struct ifnet *ifp, u_int32_t event_subclass, in dlil_post_msg() function 8318 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_PROTO_ATTACHED, in dlil_attach_protocol() 9127 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_ATTACHED, NULL, 0, FALSE); in ifnet_attach() 9448 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_DETACHING, NULL, 0, FALSE); in ifnet_detach() 9897 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IF_DETACHED, NULL, 0, FALSE); in ifnet_detach_final() 10502 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_LINK_QUALITY_METRIC_CHANGED, in if_lqm_update() 10537 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_RRC_STATE_CHANGED, in if_rrc_state_update() 10953 int err = dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_PRESENCE, in dlil_node_present() 11003 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_NODE_ABSENCE, in dlil_node_absent() [all …]
|
| H A D | kpi_interface.c | 2353 dlil_post_msg(interface, KEV_DL_SUBCLASS, in ifnet_set_lladdr_internal() 3081 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_PRIMARY_ELECTED, NULL, 0, FALSE); in ifnet_notice_primary_elected() 3182 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_IFDELEGATE_CHANGED, NULL, 0, FALSE); in ifnet_set_delegate()
|
| H A D | if.c | 2516 dlil_post_msg(ifp, KEV_DL_SUBCLASS, KEV_DL_QOS_MODE_CHANGED, in if_set_qosmarking_mode()
|