Lines Matching refs:our_name
357 { "name", o_string, our_name,
747 eap_authpeer(unit, our_name);
750 chap_auth_peer(unit, our_name, CHAP_DIGEST(go->chap_mdtype));
1197 if (our_name[0] == 0 || usehostname) in auth_check_options()
1198 strlcpy(our_name, hostname, sizeof(our_name)); in auth_check_options()
1200 strlcpy(user, our_name, sizeof(user)); in auth_check_options()
1240 our_name, 1, &lacks_ip); in auth_check_options()
1244 our_name, 1, &lacks_ip); in auth_check_options()
1308 our_name, 1, NULL)))
1313 !have_chap_secret((explicit_remote? remote_name: NULL), our_name,
1315 !have_srp_secret((explicit_remote? remote_name: NULL), our_name, 1,
1392 if (scan_authfile(f, user, our_name, secret, &addrs, &opts, filename, 0) < 0) {
1714 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename, 0);
1798 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name,