HomeSort by relevance Sort by last modified time
    Searched defs:metric (Results 1 - 18 of 18) sorted by null

  /external/tcpdump/
print-igrp.c 48 u_int metric, mtu; local
62 metric = bandwidth + delay;
63 if (metric > 0xffffff)
64 metric = 0xffffff;
69 igr->igr_rel, igr->igr_ld, metric,
print-dvmrp.c 173 register int metric, done; local
212 metric = *bp++;
213 done = metric & 0x80;
214 metric &= 0x7f;
215 printf("\n\t %s metric %d", intoa(htonl(origin)),
216 metric);
263 register u_char metric; local
271 metric = *bp++;
279 ipaddr_string(bp), metric, thresh);
294 register u_char metric, thresh, flags local
    [all...]
print-eigrp.c 145 u_int8_t metric[4]; member in struct:eigrp_tlv_ip_ext_t
186 u_int8_t metric[2]; member in struct:eigrp_tlv_at_ext_t
373 printf("\n\t origin-router %s, origin-as %u, origin-proto %s, flags [0x%02x], tag 0x%08x, metric %u",
379 EXTRACT_32BITS(tlv_ptr.eigrp_tlv_ip_ext->metric));
436 printf("\n\t origin-router %u, origin-as %u, origin-proto %s, flags [0x%02x], tag 0x%08x, metric %u",
442 EXTRACT_16BITS(tlv_ptr.eigrp_tlv_at_ext->metric));
print-isoclns.c 363 { ISIS_SUBTLV_EXT_IS_REACH_TE_METRIC, "Traffic Engineering Metric" },
1624 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
    [all...]
  /external/dhcpcd/
net.h 87 int metric; member in struct:rt
if-linux.c 231 int len, idx, metric; local
258 metric = 0;
275 metric = *(int *)RTA_DATA(rta);
281 if (metric == rt.iface->metric) {
589 add_attr_32(&nlm->hdr, sizeof(*nlm), RTA_PRIORITY, rt->metric);
dhcpcd.h 117 int metric; member in struct:interface
if-options.h 86 int metric; member in struct:if_options
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.cc 404 std::string metric = local
407 UserMetricsRecordAction(UserMetricsAction(metric.c_str()));
414 std::string metric = local
416 UserMetricsRecordAction(UserMetricsAction(metric.c_str()));
423 std::string metric = local
425 UserMetricsRecordAction(UserMetricsAction(metric.c_str()));
core_options_handler.cc 157 const std::string& metric) {
174 ProcessUserMetric(value, metric);
178 const std::string& metric) {
183 if (!metric.empty())
184 UserMetricsRecordAction(UserMetricsAction(metric.c_str()));
188 const std::string& metric) {
189 if (metric.empty())
192 std::string metric_string = metric;
326 std::string metric; local
328 args->GetString(2, &metric);
348 std::string metric = UTF16ToUTF8(ExtractStringValue(args)); local
    [all...]
  /external/chromium/chrome/browser/autofill/
form_structure.cc 267 AutofillMetrics::ServerQueryMetric metric; local
270 metric = AutofillMetrics::QUERY_RESPONSE_OVERRODE_LOCAL_HEURISTICS;
272 metric = AutofillMetrics::QUERY_RESPONSE_WITH_NO_LOCAL_HEURISTICS;
275 metric = AutofillMetrics::QUERY_RESPONSE_MATCHED_LOCAL_HEURISTICS;
277 metric_logger.Log(metric);
  /external/iproute2/ip/
iproute.c 65 fprintf(stderr, " [ scope SCOPE ] [ metric METRIC ]\n");
371 fprintf(fp, " metric %d ", *(__u32*)RTA_DATA(tb[RTA_PRIORITY]));
490 fprintf(fp, " metric %d", i);
730 } else if (matches(*argv, "metric") == 0 ||
733 __u32 metric; local
735 if (get_u32(&metric, *argv, 0))
736 invarg("\"metric\" value is invalid\n", *argv);
737 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);
    [all...]
  /system/core/libnetutils/
ifc_utils.c 652 int flags, refcnt, use, metric, mtu, win, irtt; local
668 ifname, &dest, &gway, &flags, &refcnt, &use, &metric, &mask,
705 int flags, refcnt, use, metric, mtu, win, irtt; local
721 name, &dest, &gway, &flags, &refcnt, &use, &metric, &mask,
  /external/valgrind/main/exp-dhat/
dh_main.c 1246 ULong metric = get_metric(api); local
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 2991 int DummyPaintDevice::metric(PaintDeviceMetric metric) const function in class:DummyPaintDevice
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 2689 mDNSu32 metric = SPSMetric(cr->resrec.rdata->u.name.c); local
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h 1190 uint8 metric; \/* RSSI Beacon, RSSI Packet, SNR Beacon, SNR Packet *\/ member in struct:__anon20401
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 498 milliseconds