Searched defs:auth_pending (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dauth.c87 /* Bits in auth_pending[] */
148 static int auth_pending[NUM_PPP]; variable
303 auth_pending[unit] = auth;
357 if ((auth_pending[unit] &= ~pbit) == 0)
412 if ((auth_pending[unit] &= ~pbit) == 0)
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.c103 static int auth_pending[NUM_PPP]; variable
184 /* Bits in auth_pending[] */
514 auth_pending[unit] = auth;
618 if ((auth_pending[unit] &= ~pbit) == 0) {
675 if ((auth_pending[unit] &= ~pbit) == 0) {

Completed in 46 milliseconds