Searched defs:maxcid (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A 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) {
H A Dsys-linux.c2222 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2227 if (ioctl(ppp_dev_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0)

Completed in 123 milliseconds