Searched refs:maxcid (Results 1 – 2 of 2) sorted by relevance
1741 char maxcid[2]; local1744 maxcid[0] = xcidcomp;1745 maxcid[1] = 15; /* XXX should be rmaxcid */1746 if (strioctl(pppfd, PPPIO_VJINIT, maxcid, sizeof(maxcid), 0) < 0) {
2246 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) in sifvjcomp() argument2251 if (ioctl(ppp_dev_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0) { in sifvjcomp()