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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dauth.c51 static int auth_pending[NUM_PPP]; variable
72 /* Bits in auth_pending[] */
159 auth_pending[unit] = auth;
246 if ((auth_pending[unit] &= ~bit) == 0)
292 if ((auth_pending[unit] &= ~bit) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dauth.c92 static int auth_pending[NUM_PPP]; variable
166 /* Bits in auth_pending[] */
496 auth_pending[unit] = auth;
629 if ((auth_pending[unit] &= ~bit) == 0)
679 if ((auth_pending[unit] &= ~bit) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c138 static int auth_pending[NUM_PPP]; variable
798 auth_pending[unit] = auth;
983 if ((auth_pending[unit] &= ~bit) == 0)
1058 if ((auth_pending[unit] &= ~bit) == 0)

Completed in 105 milliseconds