Home
last modified time | relevance | path

Searched refs:our_name (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/pppd/
Dauth.c264 ChapAuthPeer(unit, our_name, go->chap_mdtype); in link_established()
530 if (our_name[0] == 0 || usehostname) in auth_check_options()
531 strlcpy(our_name, hostname, HOST_NAME_MAX+1); in auth_check_options()
533 strlcpy(user, our_name, MAXNAMELEN); in auth_check_options()
548 can_auth = have_chap_secret(remote_name, our_name, remote); in auth_check_options()
554 option_error("for authenticating any peer to us (%s)\n", our_name); in auth_check_options()
557 remote_name, our_name); in auth_check_options()
602 if (!have_chap_secret(remote_name, our_name, remote)) in auth_reset()
655 if (scan_authfile(f, user, our_name, remote, in check_passwd()
799 i = scan_authfile(f, "", our_name, (u_int32_t)0, secret, &addrs, filename); in null_login()
[all …]
Dchap.c134 ChapAuthWithPeer(int unit, char *our_name, int digest) in ChapAuthWithPeer() argument
138 cstate->resp_name = our_name; in ChapAuthWithPeer()
161 ChapAuthPeer(int unit, char *our_name, int digest) in ChapAuthPeer() argument
165 cstate->chal_name = our_name; in ChapAuthPeer()
Doptions.c121 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */ variable
1576 if (our_name[0] == 0) in setipaddr()
1577 strlcpy(our_name, arg, MAXNAMELEN); in setipaddr()
1755 strlcpy(our_name, argv[0], MAXNAMELEN); in setname()
Dpppd.h116 extern char our_name[]; /* Our name for authentication purposes */
/openbsd/src/gnu/usr.bin/perl/
Dmro_core.c241 SV *our_name; in S_mro_get_linear_isa_dfs() local
272 our_name = newSVhek(stashhek); in S_mro_get_linear_isa_dfs()
273 av_push_simple(retval, our_name); /* add ourselves at the top */ in S_mro_get_linear_isa_dfs()
375 (void) hv_store_ent(stored, our_name, &PL_sv_undef, 0); in S_mro_get_linear_isa_dfs()