Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c119 static struct wordlist *noauth_addrs;
122 static struct wordlist *extra_options;
148 struct wordlist **paddrs,
149 struct wordlist **popts)) = NULL;
225 struct wordlist **, struct wordlist **,
227 static void free_wordlist __P((struct wordlist *));
230 static void set_allowed_addrs __P((int, struct wordlist *, struct wordlist *));
231 static int some_ip_ok __P((struct wordlist *));
389 struct wordlist *wp;
391 wp = (struct wordlist *) malloc(sizeof(struct wordlist) + l + 1);
[all …]
H A Dpppd.h177 struct wordlist { struct
178 struct wordlist *next; argument
655 extern int options_from_list __P((struct wordlist *, bool privileged));
684 struct wordlist **paddrs, struct wordlist **popts));
H A Doptions.c623 (struct wordlist *w, bool priv) in options_from_list()
626 struct wordlist *w; in options_from_list()
645 struct wordlist *w0 = w;