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

/darwin-on-arm/xnu/bsd/net/
H A Dif_mib.c155 DONTCOPY(metric);
H A Drtsock.c763 #define metric(f, e) if (which & (f)) out->rt_rmx.e = in->e; macro
764 metric(RTV_RPIPE, rmx_recvpipe);
765 metric(RTV_SPIPE, rmx_sendpipe);
766 metric(RTV_SSTHRESH, rmx_ssthresh);
767 metric(RTV_RTT, rmx_rtt);
768 metric(RTV_RTTVAR, rmx_rttvar);
769 metric(RTV_HOPCOUNT, rmx_hopcount);
770 metric(RTV_MTU, rmx_mtu);
771 metric(RTV_EXPIRE, rmx_expire);
772 #undef metric macro
[all...]
H A Dkpi_interface.h1519 @field iflri_lqm The link quality metric (LQM) to the node. The
1522 the link quality metric is inapplicable to nodes at this
1524 @field iflri_npm The node proximity metric (NPM) to the node. The
1994 @param metric The new metric.
1997 extern errno_t ifnet_set_metric(ifnet_t interface, u_int32_t metric);
2002 @result The metric.
2707 @param lqm A link quality metric associated with the specified node.
2708 @param npm A node proximity metric associated with the specified node.
H A Dkpi_interface.c962 ifnet_set_metric(ifnet_t interface, u_int32_t metric) argument
967 interface->if_data.ifi_metric = metric;

Completed in 25 milliseconds