Lines Matching defs:name
1169 snprintf(ppp->dev->name, IFNAMSIZ, "ppp%i", ret);
1170 if (!netdev_name_in_use(ppp->ppp_net, ppp->dev->name))
1198 snprintf(ppp->dev->name, IFNAMSIZ, "ppp%i", ppp->file.index);
1321 /* Don't use device name generated by the rtnetlink layer when ifname
1322 * isn't specified. Let ppp_dev_configure() set the device name using
1324 * userspace to infer the device name using to the PPPIOCGUNIT ioctl.
1611 .name = "ppp",
2940 * Return the PPP device interface name of a channel.
2945 char *name = NULL;
2950 name = pch->ppp->dev->name;
2953 return name;