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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Disdn_ppp.h216 unsigned int maxcid; member in struct:ippp_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Disdn_ppp.h216 unsigned int maxcid; member in struct:ippp_struct
/asus-wl-520gu-7.0.1.45/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.c2118 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2123 if (ioctl (ppp_dev_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0) {
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-sunos4.c965 char maxcid[2]; local
968 maxcid[0] = xcidcomp;
969 maxcid[1] = 15; /* XXX should be rmaxcid */
970 if (strioctl(pppfd, PPPIO_VJINIT, maxcid, sizeof(maxcid), 0) < 0) {
H A Dsys-solaris.c1742 char maxcid[2]; local
1745 maxcid[0] = xcidcomp;
1746 maxcid[1] = 15; /* XXX should be rmaxcid */
1747 if (strioctl(pppfd, PPPIO_VJINIT, maxcid, sizeof(maxcid), 0) < 0) {
H A Dsys-linux.c2232 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2237 if (ioctl(ppp_dev_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-sunos4.c965 char maxcid[2]; local
968 maxcid[0] = xcidcomp;
969 maxcid[1] = 15; /* XXX should be rmaxcid */
970 if (strioctl(pppfd, PPPIO_VJINIT, maxcid, sizeof(maxcid), 0) < 0) {
H A Dsys-solaris.c1742 char maxcid[2]; local
1745 maxcid[0] = xcidcomp;
1746 maxcid[1] = 15; /* XXX should be rmaxcid */
1747 if (strioctl(pppfd, PPPIO_VJINIT, maxcid, sizeof(maxcid), 0) < 0) {
H A Dsys-linux.c2232 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
2237 if (ioctl(ppp_dev_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0)
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dsys-linux.c804 int sifvjcomp (int u, int vjcomp, int cidcomp, int maxcid) argument
809 if (ioctl (ppp_dev_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_ppp.c315 is->maxcid = 16; /* VJ: maxcid */
524 if (is->maxcid != val) {
530 is->maxcid = val;

Completed in 143 milliseconds