Searched refs:mvalue (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dtext.c235 char *mkey = NULL, *mvalue = NULL; local
246 if (avahi_string_list_get_pair(self->index, &mkey, &mvalue, &msize) < 0)
251 memcpy(val, mvalue, msize);
255 avahi_free(mvalue);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_zebra.c493 ospf_redistribute_set (int type, int mtype, int mvalue)
504 if (mvalue != ospf_top->dmetric[type].value)
506 ospf_top->dmetric[type].value = mvalue;
521 ospf_top->dmetric[type].value = mvalue;
562 ospf_redistribute_default_set (int originate, int mtype, int mvalue)
572 if (mvalue != ospf_top->dmetric[DEFAULT_ROUTE].value)
575 ospf_top->dmetric[DEFAULT_ROUTE].value = mvalue;
590 ospf_top->dmetric[DEFAULT_ROUTE].value = mvalue;
492 ospf_redistribute_set(int type, int mtype, int mvalue) argument
561 ospf_redistribute_default_set(int originate, int mtype, int mvalue) argument
H A Dospf_lsa.c1458 u_int32_t mvalue;
1472 mvalue = (ROUTEMAP_METRIC (ei) != -1) ?
1479 stream_put_ospf_metric (s, mvalue);
1560 u_int32_t mvalue = 0;
1577 mvalue = (ROUTEMAP_METRIC (ei) != -1) ?
1584 stream_put_ospf_metric (s, mvalue);
1447 u_int32_t mvalue; local
1549 u_int32_t mvalue = 0; local

Completed in 118 milliseconds