Searched refs:npi (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dsys-linux.c2679 struct npioctl npi; local
2681 npi.protocol = proto;
2682 npi.mode = mode;
2683 if (ioctl(ppp_dev_fd, PPPIOCSNPMODE, (caddr_t) &npi) < 0) {
H A Dsys-solaris.c1816 int npi[2]; local
1818 npi[0] = proto;
1819 npi[1] = (int) mode;
1820 if (strioctl(pppfd, PPPIO_NPMODE, &npi, 2 * sizeof(int), 0) < 0) {

Completed in 53 milliseconds