Searched refs:our_name (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 254 { "name", o_string, our_name, 559 ChapAuthPeer(unit, our_name, go->chap_mdtype); 940 if (our_name[0] == '\0' || usehostname) in auth_check_options() 941 (void) strlcpy(our_name, hostname, sizeof(our_name)); in auth_check_options() 943 (void) strlcpy(user, our_name, sizeof(user)); in auth_check_options() 983 our_name, 1, &lacks_ip); in auth_check_options() 1040 our_name, 1, NULL); 1120 if (scan_authfile(f, user, our_name, secret, &addrs, &opts, filename) < 0) { 1124 "found %q instead", our_name, scan_server_match_failed); 1447 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename); [all …]
|
H A D | chap.c | 167 ChapAuthWithPeer(unit, our_name, digest) in ChapAuthWithPeer() argument 169 char *our_name; 174 cstate->resp_name = our_name; 197 ChapAuthPeer(unit, our_name, digest) in ChapAuthPeer() argument 199 char *our_name; 204 cstate->chal_name = our_name;
|
H A D | pppd.h | 262 extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */
|
H A D | options.c | 93 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */ variable
|