Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-solaris.c1741 char maxcid[2]; local
1744 maxcid[0] = xcidcomp;
1745 maxcid[1] = 15; /* XXX should be rmaxcid */
1746 if (strioctl(pppfd, PPPIO_VJINIT, maxcid, sizeof(maxcid), 0) < 0) {
Dsys-linux.c2246 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) in sifvjcomp() argument
2251 if (ioctl(ppp_dev_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0) { in sifvjcomp()