Lines Matching refs:addrs
222 static void set_allowed_addrs (int unit, struct wordlist *addrs);
875 struct wordlist *addrs = NULL; in check_passwd()
912 if (addrs != NULL) { in check_passwd()
913 free_wordlist(addrs); in check_passwd()
921 set_allowed_addrs(unit, addrs); in check_passwd()
1078 struct wordlist *addrs; in get_secret() local
1084 addrs = NULL; in get_secret()
1102 struct wordlist *addrs; in get_secret()
1105 addrs = NULL; in get_secret()
1114 set_allowed_addrs(unit, addrs); in get_secret()
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) in ip_addr_check() argument
1190 if (addrs == NULL) { in ip_addr_check()
1217 some_ip_ok(struct wordlist *addrs)
1219 for (; addrs != 0; addrs = addrs->next) {
1220 if (addrs->word[0] == '-')
1222 if (addrs->word[0] != '!')
1258 scan_authfile(FILE *f, char *client, char *server, char *secret, struct wordlist **addrs, struct wo…