Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c257 { "name", o_string, our_name,
562 ChapAuthPeer(unit, our_name, go->chap_mdtype);
943 if (our_name[0] == '\0' || usehostname) in auth_check_options()
944 (void) strlcpy(our_name, hostname, sizeof(our_name)); in auth_check_options()
946 (void) strlcpy(user, our_name, sizeof(user)); in auth_check_options()
986 our_name, 1, &lacks_ip); in auth_check_options()
1043 our_name, 1, NULL);
1123 if (scan_authfile(f, user, our_name, secret, &addrs, &opts, filename) < 0) {
1127 "found %q instead", our_name, scan_server_match_failed);
1454 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename);
[all …]
H A Dchap.c177 ChapAuthWithPeer(unit, our_name, digest) in ChapAuthWithPeer() argument
179 char *our_name;
184 cstate->resp_name = our_name;
207 ChapAuthPeer(unit, our_name, digest) in ChapAuthPeer() argument
209 char *our_name;
214 cstate->chal_name = our_name;
H A Dpppd.h255 extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */
H A Doptions.c99 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */ variable