Searched refs:metric (Results 1 – 15 of 15) sorted by relevance
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_hwmp.c | 906 int metric = 0; in hwmp_update_transmitter() local 919 metric = ms->ms_pmetric->mpm_metric(ni); in hwmp_update_transmitter() 921 rttran->rt_metric > metric) in hwmp_update_transmitter() 927 rttran->rt_metric, metric); in hwmp_update_transmitter() 929 rttran->rt_metric = metric; in hwmp_update_transmitter() 951 uint32_t metric = 0; in hwmp_recv_preq() local 1022 metric = preq->preq_metric + ms->ms_pmetric->mpm_metric(ni); in hwmp_recv_preq() 1025 metric < rtorig->rt_metric)) { in hwmp_recv_preq() 1028 rtorig->rt_metric = metric; in hwmp_recv_preq() 1276 uint32_t metric = 0; in hwmp_recv_prep() local [all …]
|
H A D | ieee80211_mesh.c | 3321 ieee80211_add_meshlmetric(uint8_t *frm, uint8_t flags, uint32_t metric) in ieee80211_add_meshlmetric() argument 3326 ADDWORD(frm, metric); in ieee80211_add_meshlmetric()
|
/haiku/src/bin/network/ifconfig/ |
H A D | ifconfig.cpp | 737 int mtu = -1, metric = -1, media = -1; in configure_interface() local 808 metric = strtol(args[i + 1], NULL, 0); in configure_interface() 911 if (metric != -1) { in configure_interface() 912 status_t status = interface.SetMetric(metric); in configure_interface()
|
/haiku/headers/os/net/ |
H A D | NetworkInterface.h | 84 status_t SetMetric(uint32 metric);
|
/haiku/src/servers/net/ |
H A D | NetServer.cpp | 439 int32 metric; in _ConfigureInterface() local 440 if (message.FindInt32("metric", &metric) != B_OK) in _ConfigureInterface() 441 metric = -1; in _ConfigureInterface() 537 if (metric != -1) { in _ConfigureInterface() 538 status_t status = interface.SetMetric(metric); in _ConfigureInterface()
|
/haiku/headers/private/net/ |
H A D | net_datalink.h | 51 uint32 metric; member
|
/haiku/src/kits/network/libnetapi/ |
H A D | NetworkInterface.cpp | 338 BNetworkInterface::SetMetric(uint32 metric) in SetMetric() argument 341 request.ifr_metric = metric; in SetMetric()
|
H A D | NetworkSettings.cpp | 1179 BNetworkInterfaceSettings::SetMetric(int32 metric) in SetMetric() argument 1181 fMetric = metric; in SetMetric()
|
/haiku/headers/os/add-ons/network_settings/ |
H A D | NetworkSettings.h | 173 void SetMetric(int32 metric);
|
/haiku/docs/user/interface/ |
H A D | Font.dox | 364 Font metric mode, screen or printing. 373 Screen font metric mode. 382 Printing font metric mode. 1641 - \c B_SCREEN_METRIC The bounding boxes should use the screen metric. 1642 - \c B_PRINTING_METRIC The bounding boxes should use the print metric. 1665 - \c B_SCREEN_METRIC The bounding boxes should use the screen metric. 1666 - \c B_PRINTING_METRIC The bounding boxes should use the print metric. 1700 - \c B_SCREEN_METRIC The bounding boxes should use the screen metric. 1701 - \c B_PRINTING_METRIC The bounding boxes should use the print metric.
|
/haiku/src/add-ons/kernel/network/stack/ |
H A D | datalink.cpp | 977 request.ifr_metric = interface->metric; in interface_protocol_control() 989 interface->metric = request.ifr_metric; in interface_protocol_control()
|
H A D | interfaces.cpp | 467 metric = 0; in Interface() 1052 kprintf("metric: %" B_PRIu32 "\n", metric); in Dump()
|
/haiku/src/kits/interface/ |
H A D | HaikuControlLook.cpp | 3004 const float metric = roundf(rect.Width() * 3.125f) / 10.0f, in _DrawPopUpMarker() local 3005 offset = ceilf((metric * 0.2f) * 10.0f) / 10.0f; in _DrawPopUpMarker() 3007 triangle[0] = center + BPoint(-metric, -offset); in _DrawPopUpMarker() 3008 triangle[1] = center + BPoint(metric, -offset); in _DrawPopUpMarker() 3009 triangle[2] = center + BPoint(0.0, metric * 0.8f); in _DrawPopUpMarker()
|
/haiku/data/system/data/fortunes/ |
H A D | Tech Support Excuses | 725 Software uses US measurements, but the OS is in metric...
|
/haiku/src/apps/mail/ |
H A D | words | 17793 metric/MS
|