Lines Matching refs:ok
191 /* Hook for a plugin to say whether it is OK if the peer
730 * a username of "" and a password of "". If that's not OK,
1324 * and login the user if OK.
1437 *msg = "Login ok";
1521 * password database, and login the user if OK.
2185 int ok;
2192 ok = allowed_address_hook(addr);
2193 if (ok >= 0) return ok;
2197 ok = ip_addr_check(addr, addresses[unit]);
2198 if (ok >= 0)
2199 return ok;