Lines Matching refs:wordlist
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);
1078 struct wordlist *addrs = NULL, *opts = NULL;
1441 struct wordlist *addrs, *opts;
1523 struct wordlist *addrs;
1568 struct wordlist *addrs;
1616 struct wordlist *addrs, *opts;
1678 struct wordlist *addrs;
1679 struct wordlist *opts;
1682 struct wordlist *ap, **pap;
1886 struct wordlist *addrs; in some_ip_ok()
1939 struct wordlist **addrs;
1940 struct wordlist **opts;
1946 struct wordlist *ap, *addr_list, *alist, **app;
2053 ap = (struct wordlist *) malloc(sizeof(struct wordlist));
2110 struct wordlist *wp; in free_wordlist()
2112 struct wordlist *next;