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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c109 static int auth_pending[NUM_PPP]; variable
206 /* Bits in auth_pending[] */
602 auth_pending[unit] = auth;
739 if ((auth_pending[unit] &= ~bit) == 0)
790 if ((auth_pending[unit] &= ~bit) == 0)

Completed in 75 milliseconds