HomeSort by relevance Sort by last modified time
    Searched defs:metric (Results 1 - 10 of 10) 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/
dhcpcd.h 70 int metric; member in struct:options
  /system/core/libnetutils/
ifc_utils.c 275 int flags, refcnt, use, metric, mtu, win, irtt; local
291 ifname, &dest, &gway, &flags, &refcnt, &use, &metric, &mask,
326 int flags, refcnt, use, metric, mtu, win, irtt; local
342 name, &dest, &gway, &flags, &refcnt, &use, &metric, &mask,
  /external/iproute2/ip/
iproute.c 64 fprintf(stderr, " [ scope SCOPE ] [ metric METRIC ]\n");
378 fprintf(fp, " metric %d ", *(__u32*)RTA_DATA(tb[RTA_PRIORITY]));
501 fprintf(fp, " metric %d", i);
741 } else if (matches(*argv, "metric") == 0 ||
744 __u32 metric; local
746 if (get_u32(&metric, *argv, 0))
747 invarg("\"metric\" value is invalid\n", *argv);
748 addattr32(&req.n, sizeof(req), RTA_PRIORITY, metric);
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
select.c 133 /* RSSI values boundaries and metric values for best, good, etc signals */
252 UINT32 metric; local
319 metric = 0;
354 if (ratesMatchingLevel(pSiteMgr, pSiteEntry, &metric) != MATCH)
360 pSiteEntry->matchingLevel |= metric << METRIC_RATES_SHIFT;
386 if (rsn_evalSite(pSiteMgr->hRsn, &rsnData, pSiteEntry->bssType, pSiteEntry->bssid, &metric) != OK)
393 pSiteEntry->matchingLevel |= metric << METRIC_PRIVACY_SHIFT;
399 if (ctrlData_evalSite(pSiteMgr->hCtrlData, &pSiteEntry->fourXParams, &metric) != OK)
405 pSiteEntry->matchingLevel |= metric << METRIC_4X_SHIFT;
408 if (modulationTypeMatchingLevel(pSiteMgr, pSiteEntry, &metric) != MATCH
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h 1190 uint8 metric; \/* RSSI Beacon, RSSI Packet, SNR Beacon, SNR Packet *\/ member in struct:__anon10241
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h 1185 uint8 metric; \/* RSSI Beacon, RSSI Packet, SNR Beacon, SNR Packet *\/ member in struct:__anon18567
    [all...]

Completed in 409 milliseconds