Searched refs:PPPIOCNEWUNIT (Results 1 – 4 of 4) sorted by relevance
109 #define PPPIOCNEWUNIT _IOWR('t', 62, int) /* create new ppp unit */ macro
290 * PPPIOCNEWUNIT creates a new PPP interface and makes this /dev/ppp
468 ret = ioctl(ppp_if_fd, PPPIOCNEWUNIT, &ifunit);
1067 case PPPIOCNEWUNIT: in ppp_unattached_ioctl()