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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/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-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dauth.c91 static int auth_pending[NUM_PPP]; variable
165 /* Bits in auth_pending[] */
493 auth_pending[unit] = auth;
626 if ((auth_pending[unit] &= ~bit) == 0)
676 if ((auth_pending[unit] &= ~bit) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/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 62 milliseconds