HomeSort by relevance Sort by last modified time
    Searched refs:auth_pending (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 103 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) {
    [all...]
  /external/ppp/pppd/
auth.c 130 static int auth_pending[NUM_PPP]; variable
796 auth_pending[unit] = auth;
983 if ((auth_pending[unit] &= ~bit) == 0)
1058 if ((auth_pending[unit] &= ~bit) == 0)
    [all...]

Completed in 655 milliseconds