Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2232 uchar_t maxcid[2]; local
2244 maxcid[0] = xcidcomp;
2245 maxcid[1] = 15; /* XXX should be rmaxcid */
2247 if (strioctl(pppfd, PPPIO_VJINIT, maxcid,
2248 sizeof (maxcid), 0) < 0) {