Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c250 { "name", o_string, our_name,
555 ChapAuthPeer(unit, our_name, go->chap_mdtype);
936 if (our_name[0] == '\0' || usehostname) in auth_check_options()
937 (void) strlcpy(our_name, hostname, sizeof(our_name)); in auth_check_options()
939 (void) strlcpy(user, our_name, sizeof(user)); in auth_check_options()
979 our_name, 1, &lacks_ip); in auth_check_options()
1036 our_name, 1, NULL);
1120 "found %q instead", our_name, scan_server_match_failed);
1447 i = scan_authfile(f, "", our_name, secret, &addrs, &opts, filename);
1530 ret = scan_authfile(f, (explicit_remote? remote_name: NULL), our_name,
[all …]
H A Dchap.c167 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 Dpppd.h262 extern char our_name[MAXNAMELEN];/* Our name for authentication purposes */
H A Doptions.c93 char our_name[MAXNAMELEN]; /* Our name for authentication purposes */ variable