Home
last modified time | relevance | path

Searched refs:rrc_state (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Ddlil.c6401 if_rrc_state_update(struct ifnet *ifp, unsigned int rrc_state) in if_rrc_state_update() argument
6405 if (rrc_state == ifp->if_interface_state.rrc_state && in if_rrc_state_update()
6414 ifp->if_interface_state.rrc_state = (uint8_t)rrc_state; in if_rrc_state_update()
6422 kev.rrc_state = rrc_state; in if_rrc_state_update()
6453 if_interface_state->rrc_state != in if_state_update()
6455 if_interface_state->rrc_state != in if_state_update()
6467 if_rrc_state_update(ifp, if_interface_state->rrc_state); in if_state_update()
6513 if_interface_state->rrc_state = in if_get_state()
6514 ifp->if_interface_state.rrc_state; in if_get_state()
H A Dif_private.h754 u_int32_t rrc_state; member
H A Dif_var_private.h406 u_int8_t rrc_state; member