Searched refs:lqm (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c5618 if_lqm_update(struct ifnet *ifp, int lqm) argument
5622 VERIFY(lqm >= IFNET_LQM_MIN && lqm <= IFNET_LQM_MAX);
5625 if (lqm > IFNET_LQM_THRESH_UNKNOWN && lqm <= IFNET_LQM_THRESH_POOR)
5626 lqm = IFNET_LQM_THRESH_POOR;
5627 else if (lqm > IFNET_LQM_THRESH_POOR && lqm <= IFNET_LQM_THRESH_GOOD)
5628 lqm = IFNET_LQM_THRESH_GOOD;
5631 if (lqm
5848 dlil_node_present(struct ifnet *ifp, struct sockaddr *sa, int32_t rssi, int lqm, int npm, u_int8_t srvinfo[48]) argument
[all...]
H A Dkpi_interface.c571 int lqm; local
577 lqm = ifp->if_lqm;
580 return (lqm);
2174 int lqm, int npm, u_int8_t srvinfo[48])
2183 dlil_node_present(ifp, sa, rssi, lqm, npm, srvinfo);
2173 ifnet_notice_node_presence(ifnet_t ifp, struct sockaddr* sa, int32_t rssi, int lqm, int npm, u_int8_t srvinfo[48]) argument
H A Dkpi_interface.h2707 @param lqm A link quality metric associated with the specified node.
2715 int lqm, int npm, u_int8_t srvinfo[48]);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c2255 struct sockaddr_dl *sdl, int32_t rssi, int lqm, int npm)
2282 lr->lr_lqm = (int32_t) lqm;
2254 nd6_alt_node_present(struct ifnet *ifp, struct sockaddr_in6 *sin6, struct sockaddr_dl *sdl, int32_t rssi, int lqm, int npm) argument

Completed in 37 milliseconds