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

/external/ppp/pppd/
H A Dccp.c542 int auth_mschap_bits = auth_done[f->unit]; local
556 auth_mschap_bits &= (CHAP_MS_WITHPEER | CHAP_MS_PEER |
559 auth_mschap_bits >>= CHAP_MS_SHIFT;
562 numbits += auth_mschap_bits & 1;
563 auth_mschap_bits >>= 1;
564 } while (auth_mschap_bits);

Completed in 76 milliseconds