Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dif_ppp.h147 #define PPPIOCATTCHAN _IOW('t', 56, int) /* attach to ppp channel */ macro
/external/ppp/pppd/
Dsys-linux.c470 if (ioctl(fd, PPPIOCATTCHAN, &chindex) < 0) { in generic_establish_ppp()