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

/systemd/src/network/
H A Dnetworkctl.c61 static int link_get_type_string(int iftype, sd_device *d, char **ret) { argument
67 if (iftype == ARPHRD_ETHER && d) {
69 /* WLANs have iftype ARPHRD_ETHER, but we want
90 t = arphrd_to_name(iftype);
109 unsigned iftype; member in struct:LinkInfo
126 unsigned iftype; local
145 r = sd_rtnl_message_link_get_type(i, &iftype);
154 links[c].iftype = iftype;
245 link_get_type_string(links[i].iftype,
518 unsigned iftype; local
[all...]

Completed in 34 milliseconds