Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dauth.c103 static int auth_pending[NUM_PPP]; variable
514 auth_pending[unit] = auth; in link_established()
618 if ((auth_pending[unit] &= ~pbit) == 0) { in auth_peer_success()
675 if ((auth_pending[unit] &= ~pbit) == 0) { in auth_withpeer_success()