Home
last modified time | relevance | path

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

/external/ppp/pppd/
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) {
Dsys-linux.c2678 struct npioctl npi; local
2680 npi.protocol = proto;
2681 npi.mode = mode;
2682 if (ioctl(ppp_dev_fd, PPPIOCSNPMODE, (caddr_t) &npi) < 0) {