Searched refs:ppp_ioctl (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/wan/ |
H A D | hdlc_ppp.c | 103 static int ppp_ioctl(struct net_device *dev, struct if_settings *ifs); 649 .ioctl = ppp_ioctl, 658 static int ppp_ioctl(struct net_device *dev, struct if_settings *ifs) in ppp_ioctl() function
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_generic.c | 725 static long ppp_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ppp_ioctl() 1049 err = ppp_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in ppp_unattached_ioctl() 1122 .unlocked_ioctl = ppp_ioctl, in ppp_init_net() 714 static long ppp_ioctl(struct file *file, unsigned int cmd, unsigned long arg) ppp_ioctl() function
|