Searched refs:our_name (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 257 { "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 D | chap.c | 177 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 D | pppd.h | 255 extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */
|
H A D | options.c | 99 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */ variable
|