HomeSort by relevance Sort by last modified time
    Searched refs:metric (Results 1 - 25 of 34) sorted by null

1 2

  /external/netcat/data/
rip.d 29 # sockaddr-plus-metric structs begin, as many as necessary...
47 0 # metric: net-order integer
  /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-ripng.c 50 rip6_entry_print(register const struct netinfo6 *ni, int metric)
56 if (metric)
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 150 #define add_route(iface, dest, mask, gate, metric) \
151 if_route(iface, dest, mask, gate, metric, 1)
152 #define change_route(iface, dest, mask, gate, metric) \
153 if_route(iface, dest, mask, gate, metric, 0)
154 #define del_route(iface, dest, mask, gate, metric) \
155 if_route(iface, dest, mask, gate, metric, -1)
dhcpcd.h 70 int metric; member in struct:options
configure.c 116 snprintf(env[4], e, "metric=%d", options->metric);
184 delete_route(const struct interface *iface, struct rt *rt, int metric)
193 retval = del_route(iface, &rt->dest, &rt->net, &rt->gate, metric);
200 delete_routes(struct interface *iface, int metric)
209 retval += delete_route(iface, rt, metric);
275 delete_route(iface, rt, options->metric);
290 options->metric);
370 delete_routes(iface, options->metric);
397 /* On linux, we need to change the subnet route to have our metric. *
    [all...]
if-linux.c 322 const struct in_addr *gateway, int metric, int action)
387 add_attr_32(&nlm->hdr, sizeof(*nlm), RTA_PRIORITY, metric);
if-bsd.c 103 _unused int metric, int action)
net.c 365 read_interface(const char *ifname, _unused int metric)
401 ifr.ifr_metric = metric;
dhcpcd.c 76 {"metric", required_argument, NULL, 'm'},
165 " [-i classID ] [-l leasetime] [-m metric] [-o option] [-r ipaddr]\n"
367 options->metric = atoint(oarg);
368 if (options->metric < 0) {
369 logger(LOG_ERR, "metric must be a positive value");
  /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...]
  /external/iproute2/ip/
ifcfg 140 ip ro append default dev $dev metric 30000 scope global
143 ip ro append default via $peer dev $dev metric 30001
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/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/webkit/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 182 static HB_Fixed getFontMetric(HB_Font hbFont, HB_FontMetric metric)
191 switch (metric) {
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
currBss.c 306 tTriggerCfg.metric = METRIC_EVENT_RSSI_BEACON;
317 tTriggerCfg.metric = METRIC_EVENT_SNR_BEACON;
329 tTriggerCfg.metric = METRIC_EVENT_RSSI_DATA;
391 tTriggerCfg.metric = METRIC_EVENT_RSSI_BEACON;
407 tTriggerCfg.metric = METRIC_EVENT_SNR_BEACON;
422 tTriggerCfg.metric = METRIC_EVENT_RSSI_DATA;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
currBss.c 308 tTriggerCfg.metric = METRIC_EVENT_RSSI_BEACON;
319 tTriggerCfg.metric = METRIC_EVENT_SNR_BEACON;
331 tTriggerCfg.metric = METRIC_EVENT_RSSI_DATA;
393 tTriggerCfg.metric = METRIC_EVENT_RSSI_BEACON;
409 tTriggerCfg.metric = METRIC_EVENT_SNR_BEACON;
424 tTriggerCfg.metric = METRIC_EVENT_RSSI_DATA;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa2.c 402 TI_STATUS admCtrlWpa2_getCipherSuiteMetric (admCtrl_t *pAdmCtrl, wpa2IeData_t *pWpa2Data, TI_UINT32 *metric,
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
admCtrlWpa2.c 411 TI_STATUS admCtrlWpa2_getCipherSuiteMetric (admCtrl_t *pAdmCtrl, wpa2IeData_t *pWpa2Data, UINT32 *metric,
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrlWpa2.c 402 TI_STATUS admCtrlWpa2_getCipherSuiteMetric (admCtrl_t *pAdmCtrl, wpa2IeData_t *pWpa2Data, TI_UINT32 *metric,
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfg.c 684 DB_WLAN(hCmdBld).tRssiSnrTrigger[pTriggerParam->index].metric = pTriggerParam->metric;
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCfg.c 670 DB_WLAN(hCmdBld).tRssiSnrTrigger[pTriggerParam->index].metric = pTriggerParam->metric;
    [all...]

Completed in 327 milliseconds

1 2