OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noauth_addrs
(Results
1 - 1
of
1
) sorted by null
/external/ppp/pppd/
auth.c
145
static struct wordlist *
noauth_addrs
;
variable in typeref:struct:wordlist
498
wp->next =
noauth_addrs
;
500
noauth_addrs
= wp;
722
if (!auth_required &&
noauth_addrs
!= NULL)
733
if (
noauth_addrs
!= NULL) {
[
all
...]
Completed in 271 milliseconds