Lines Matching defs:remote
527 u_int32_t remote;
547 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
548 can_auth = have_chap_secret(remote_name, our_name, remote);
592 u_int32_t remote;
601 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
602 if (!have_chap_secret(remote_name, our_name, remote))
626 u_int32_t remote;
654 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
655 if (scan_authfile(f, user, our_name, remote,
855 u_int32_t remote;
862 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
863 ret = scan_authfile(f, NULL, our_name, remote, NULL, NULL, filename);
879 have_chap_secret(char *client, char *server, u_int32_t remote)
895 ret = scan_authfile(f, client, server, remote, NULL, NULL, filename);