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

/external/libnl/lib/route/
H A Droute_obj.c989 struct nlattr *mtb[RTAX_MAX + 1]; local
992 err = nla_parse_nested(mtb, RTAX_MAX, tb[RTA_METRICS], NULL);
997 if (mtb[i] && nla_len(mtb[i]) >= sizeof(uint32_t)) {
998 uint32_t m = nla_get_u32(mtb[i]);

Completed in 166 milliseconds