Searched refs:our_name (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.sbin/pppd/ |
| D | auth.c | 284 ChapAuthPeer(unit, our_name, go->chap_mdtype); 562 if (our_name[0] == 0 || usehostname) in auth_check_options() 563 strlcpy(our_name, hostname, MAXHOSTNAMELEN); in auth_check_options() 565 strlcpy(user, our_name, MAXNAMELEN); in auth_check_options() 580 can_auth = have_chap_secret(remote_name, our_name, remote); in auth_check_options() 586 option_error("for authenticating any peer to us (%s)\n", our_name); in auth_check_options() 589 remote_name, our_name); in auth_check_options() 634 if (!have_chap_secret(remote_name, our_name, remote)) 693 if (scan_authfile(f, user, our_name, remote, 1023 i = scan_authfile(f, "", our_name, (u_int32_t)0, secret, &addrs, filename); [all …]
|
| D | chap.c | 145 ChapAuthWithPeer(unit, our_name, digest) in ChapAuthWithPeer() argument 147 char *our_name; 152 cstate->resp_name = our_name; 175 ChapAuthPeer(unit, our_name, digest) in ChapAuthPeer() argument 177 char *our_name; 182 cstate->chal_name = our_name;
|
| D | options.c | 133 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */ variable 1737 if (our_name[0] == 0) 1738 strlcpy(our_name, arg, MAXNAMELEN); 1932 strlcpy(our_name, argv[0], MAXNAMELEN);
|
| D | pppd.h | 116 extern char our_name[]; /* Our name for authentication purposes */
|