Lines Matching refs:our_name
226 bool usehostname = 0; /* Use hostname for our_name */
357 { "name", o_string, our_name,
1376 /* Default our_name to hostname, and user to our_name */
1377 if (our_name[0] == 0 || usehostname)
1378 strlcpy(our_name, hostname, sizeof(our_name));
1380 the user and don't use our_name */
1382 strlcpy(ppp_settings.user, our_name, sizeof(ppp_settings.user));
1458 our_name, 1, &lacks_ip);
1469 our_name, 1, &lacks_ip);
1535 our_name, 1, NULL)))
1540 !have_chap_secret((explicit_remote? remote_name: NULL), our_name,
1542 !have_srp_secret((explicit_remote? remote_name: NULL), our_name, 1,
1616 if (scan_authfile(f, ppp_settings.user, our_name, secret, &addrs, &opts, filename, 0) < 0) {
1712 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename, 0);
1794 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name,