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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_bsdcomp.c665 unsigned int incode; local
742 incode = accm >> tgtbitno;
750 if (incode == CLEAR) {
760 if ((incode > max_ent + 2) || (incode > db->maxmaxcode)
761 || (incode > max_ent && oldcode == CLEAR)) {
764 db->unit, incode, oldcode);
772 if (incode > max_ent) {
776 finchar = incode;
807 printk(KERN_ERR "0x%x at 0x%x by 0x%x, max_ent=0x%x\n", incode, fincha
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dbsd_comp.c847 unsigned int incode; local
935 incode = accm >> tgtbitno;
943 if (incode == CLEAR)
958 if ((incode > max_ent + 2) || (incode > db->maxmaxcode)
959 || (incode > max_ent && oldcode == CLEAR))
964 db->unit, incode, oldcode);
972 if (incode > max_ent)
979 finchar = incode;
1016 incode, fincha
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dbsd-comp.c558 u_int incode, oldcode, finchar; local
596 incode = accm >> tgtbitno;
600 if (incode == CLEAR) {
616 if (incode > max_ent + 2 || incode > db->maxmaxcode
617 || incode > max_ent && oldcode == CLEAR) {
620 db->unit, incode, oldcode);
628 if (incode > max_ent) {
632 finchar = incode;
655 incode, fincha
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dbsd-comp.c560 u_int incode, oldcode, finchar; local
598 incode = accm >> tgtbitno;
602 if (incode == CLEAR) {
618 if (incode > max_ent + 2 || incode > db->maxmaxcode
619 || (incode > max_ent && oldcode == CLEAR)) {
622 db->unit, incode, oldcode);
630 if (incode > max_ent) {
634 finchar = incode;
657 incode, fincha
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dbsd-comp.c558 u_int incode, oldcode, finchar; local
596 incode = accm >> tgtbitno;
600 if (incode == CLEAR) {
616 if (incode > max_ent + 2 || incode > db->maxmaxcode
617 || incode > max_ent && oldcode == CLEAR) {
620 db->unit, incode, oldcode);
628 if (incode > max_ent) {
632 finchar = incode;
655 incode, fincha
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dbsd-comp.c857 u_int incode, oldcode, finchar; local
937 incode = accm >> tgtbitno;
941 if (incode == CLEAR) {
962 if (incode > max_ent + 2 || incode > db->maxmaxcode
963 || incode > max_ent && oldcode == CLEAR) {
967 db->unit, incode, oldcode);
975 if (incode > max_ent) {
979 finchar = incode;
1019 incode, fincha
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dbsd-comp.c857 u_int incode, oldcode, finchar; local
937 incode = accm >> tgtbitno;
941 if (incode == CLEAR) {
962 if (incode > max_ent + 2 || incode > db->maxmaxcode
963 || incode > max_ent && oldcode == CLEAR) {
967 db->unit, incode, oldcode);
975 if (incode > max_ent) {
979 finchar = incode;
1019 incode, fincha
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dbsd-comp.c857 u_int incode, oldcode, finchar; local
937 incode = accm >> tgtbitno;
941 if (incode == CLEAR) {
962 if (incode > max_ent + 2 || incode > db->maxmaxcode
963 || incode > max_ent && oldcode == CLEAR) {
967 db->unit, incode, oldcode);
975 if (incode > max_ent) {
979 finchar = incode;
1019 incode, fincha
[all...]

Completed in 175 milliseconds