Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h107 #define PPPIOCNEWUNIT _IOWR('t', 62, int) /* create new ppp unit */ macro
/external/ppp/pppd/
Dsys-linux.c640 x = ioctl(ppp_dev_fd, PPPIOCNEWUNIT, &ifunit); in make_ppp_unit()
644 x = ioctl(ppp_dev_fd, PPPIOCNEWUNIT, &ifunit); in make_ppp_unit()