Searched refs:COMP_AC (Results 1 – 4 of 4) sorted by relevance
84 #define COMP_AC 0x1 /* compress address/control */ macro
187 ((x)->cp_flags & COMP_AC)
631 if ((cp->cp_flags & (COMP_AC|COMP_PROT)) && DB_REF(mp) > 1) { in spppcomp_outpkt()
1971 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);1972 cf[1] = COMP_PROT | COMP_AC;