Lines Matching refs:remote
559 u_int32_t remote; in auth_check_options() local
579 remote = ipwo->accept_remote? 0: ipwo->hisaddr; in auth_check_options()
580 can_auth = have_chap_secret(remote_name, our_name, remote); in auth_check_options()
624 u_int32_t remote; local
633 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
634 if (!have_chap_secret(remote_name, our_name, remote))
664 u_int32_t remote; local
692 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
693 if (scan_authfile(f, user, our_name, remote,
1082 u_int32_t remote; in have_pap_secret() local
1089 remote = ipwo->accept_remote? 0: ipwo->hisaddr; in have_pap_secret()
1090 ret = scan_authfile(f, NULL, our_name, remote, NULL, NULL, filename); in have_pap_secret()
1106 have_chap_secret(client, server, remote) in have_chap_secret() argument
1109 u_int32_t remote;
1125 ret = scan_authfile(f, client, server, remote, NULL, NULL, filename);