Searched refs:wordlist (Results 1 – 3 of 3) sorted by relevance
119 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 …]
177 struct wordlist { struct178 struct wordlist *next; argument655 extern int options_from_list __P((struct wordlist *, bool privileged));684 struct wordlist **paddrs, struct wordlist **popts));
623 (struct wordlist *w, bool priv) in options_from_list()626 struct wordlist *w; in options_from_list()645 struct wordlist *w0 = w;