Home
last modified time | relevance | path

Searched refs:ppp_ioctl (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wan/
Dhdlc_ppp.c103 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
/drivers/net/ppp/
Dppp_generic.c699 static long ppp_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ppp_ioctl() function
1023 err = ppp_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in ppp_compat_ioctl()
1096 .unlocked_ioctl = ppp_ioctl,