Home
last modified time | relevance | path

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

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