Lines Matching refs:addrs
222 static void set_allowed_addrs (int unit, struct wordlist *addrs);
875 struct wordlist *addrs = NULL;
912 if (addrs != NULL) {
913 free_wordlist(addrs);
921 set_allowed_addrs(unit, addrs);
1078 struct wordlist *addrs;
1084 addrs = NULL;
1102 struct wordlist *addrs;
1105 addrs = NULL;
1114 set_allowed_addrs(unit, addrs);
1138 set_allowed_addrs(int unit, struct wordlist *addrs)
1143 addresses[unit] = addrs;
1150 if (addrs != NULL && addrs->next == NULL) {
1151 char *p = addrs->word;
1183 ip_addr_check(u32_t addr, struct wordlist *addrs)
1190 if (addrs == NULL) {
1217 some_ip_ok(struct wordlist *addrs)
1219 for (; addrs != 0; addrs = addrs->next) {
1220 if (addrs->word[0] == '-')
1222 if (addrs->word[0] != '!')
1252 * info) are placed in a wordlist and returned in *addrs. Any
1258 scan_authfile(FILE *f, char *client, char *server, char *secret, struct wordlist **addrs, struct wordlist **opts, char *filename)