Home
last modified time | relevance | path

Searched refs:sd_device_new_from_ifindex (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/udev/
Dtest-udev-netlink.c20 assert_se(sd_device_new_from_ifindex(&dev, ifindex) >= 0); in test_link_info_one()
21 assert_se(sd_device_new_from_ifindex(&dev_with_netlink, ifindex) >= 0); in test_link_info_one()
/systemd-251/src/systemd/
Dsd-device.h68 int sd_device_new_from_ifindex(sd_device **ret, int ifindex);
/systemd-251/src/libsystemd-network/
Ddhcp-identifier.c219 r = sd_device_new_from_ifindex(&device, ifindex); in dhcp_identifier_set_iaid()
/systemd-251/src/libsystemd/sd-device/
Dtest-sd-device.c47 r = sd_device_new_from_ifindex(&dev, ifindex); in test_sd_device_one()
Dsd-device.c342 return sd_device_new_from_ifindex(ret, r); in sd_device_new_from_ifname()
357 _public_ int sd_device_new_from_ifindex(sd_device **ret, int ifindex) { in sd_device_new_from_ifindex() function
833 return sd_device_new_from_ifindex(ret, ifindex); in sd_device_new_from_device_id()
/systemd-251/src/libsystemd/
Dlibsystemd.sym763 sd_device_new_from_ifindex;
/systemd-251/src/network/
Dnetworkd-link.c1463 r = sd_device_new_from_ifindex(&device, link->ifindex); in link_check_initialized()
Dnetworkctl.c751 (void) sd_device_new_from_ifindex(&links[c].sd_device, links[c].ifindex); in acquire_link_info()
/systemd-251/
DNEWS1609 sd_device_new_from_ifindex() for allocating an sd-device object for