Systemd/src/libsystemd/sd-network
Zbigniew Jędrzejewski-Szmek 597da51bae tree-wide: make parse_ifindex simply return the index
We don't need a seperate output parameter that is of type int.  glibc() says
that the type is "unsigned", but the kernel thinks it's "int".  And the
"alternative names" interface also uses ints. So let's standarize on ints,
since it's clearly not realisitic to have interface numbers in the upper half
of unsigned int range.
2020-01-11 12:06:08 +01:00
..
network-util.c timesync: judging if network is online by networkd's address state 2019-06-16 23:17:28 +09:00
network-util.h network: expose carrier and address states over dbus 2019-06-16 23:17:28 +09:00
sd-network.c tree-wide: make parse_ifindex simply return the index 2020-01-11 12:06:08 +01:00