Home
last modified time | relevance | path

Searched refs:PPPIOCNEWUNIT (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dppp-ioctl.h109 #define PPPIOCNEWUNIT _IOWR('t', 62, int) /* create new ppp unit */ macro
/linux/Documentation/networking/
H A Dppp_generic.rst290 * PPPIOCNEWUNIT creates a new PPP interface and makes this /dev/ppp
H A Dl2tp.rst468 ret = ioctl(ppp_if_fd, PPPIOCNEWUNIT, &ifunit);
/linux/drivers/net/ppp/
H A Dppp_generic.c1067 case PPPIOCNEWUNIT: in ppp_unattached_ioctl()