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

/systemd/src/libsystemd/sd-netlink/
H A Dlocal-addresses.h30 uint32_t metric; member in struct:local_address
H A Dtest-local-addresses.c32 printf("%s if%i scope=%i metric=%u address=%s\n", af_to_name(a[i].family), a[i].ifindex, a[i].scope, a[i].metric, b);
H A Dlocal-addresses.c43 if (a->metric < b->metric)
45 if (a->metric > b->metric)
261 sd_netlink_message_read_u32(m, RTA_PRIORITY, &a->metric);

Completed in 11 milliseconds