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

/systemd/src/udev/net/
H A Dlink-config.c252 const char* attr_value; local
254 attr_value = udev_device_get_sysattr_value(device, "address");
259 attr_value ? ether_aton(attr_value) : NULL,
268 attr_value = udev_device_get_sysattr_value(device, "name_assign_type");
269 if (attr_value)
270 (void) safe_atou8(attr_value, &name_assign_type);

Completed in 2508 milliseconds