Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h113 #define PPPIOCGCHAN _IOR('t', 55, int) /* get ppp channel number */ macro
/external/ppp/pppd/
Dsys-linux.c466 if (ioctl(fd, PPPIOCGCHAN, &chindex) == -1) { in generic_establish_ppp()