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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/include/net/
H A Dpppio.h66 #define COMP_PROT 0x4 /* compress PPP protocol */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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 121 milliseconds