Home | History | Annotate | Download | only in pppd

Lines Matching refs:npi

1819     int npi[2];
1821 npi[0] = proto;
1822 npi[1] = (int) mode;
1823 if (strioctl(pppfd, PPPIO_NPMODE, &npi, 2 * sizeof(int), 0) < 0) {