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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Disdn_ppp.h224 unsigned int maxcid; member in struct:ippp_struct
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c854 char maxcid[2]; local
857 maxcid[0] = xcidcomp;
858 maxcid[1] = 15;
859 if (strioctl(pppfd, PPPIO_VJINIT, maxcid, sizeof(maxcid), 0) < 0) {
H A Dsys-solaris.c1611 char maxcid[2]; local
1614 maxcid[0] = xcidcomp;
1615 maxcid[1] = 15;
1616 if (strioctl(pppfd, PPPIO_VJINIT, maxcid, sizeof(maxcid), 0) < 0) {
H A Dsys-linux.c2117 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2122 if (ioctl (ppp_dev_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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.c2220 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2225 if (ioctl(ppp_dev_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dsys-linux.c806 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
811 if (ioctl (ppp_dev_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_ppp.c312 is->maxcid = 16; /* VJ: maxcid */
562 if (is->maxcid != val) {
568 is->maxcid = val;

Completed in 228 milliseconds