Searched refs:COMP_PROT (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dpppio.h66 #define COMP_PROT 0x4 /* compress PPP protocol */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dpppio.h58 #define COMP_PROT 0x4 /* compress PPP protocol */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c717 if (proto < 0x100 && (cp->flags & COMP_PROT))
719 } else if (proto < 0x100 && (cp->flags & COMP_PROT)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c717 if (proto < 0x100 && (cp->flags & COMP_PROT))
719 } else if (proto < 0x100 && (cp->flags & COMP_PROT)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_comp.c709 if (proto < 0x100 && (cp->flags & COMP_PROT))
711 } else if (proto < 0x100 && (cp->flags & COMP_PROT)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c706 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
707 cf[1] = COMP_PROT | COMP_AC;
H A Dsys-solaris.c1460 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1461 cf[1] = COMP_PROT | COMP_AC;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_comp.c709 if (proto < 0x100 && (cp->flags & COMP_PROT))
711 } else if (proto < 0x100 && (cp->flags & COMP_PROT)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1559 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1560 cf[1] = COMP_PROT | COMP_AC;

Completed in 76 milliseconds