Lines Matching defs:name
13 * 2. The name(s) of the authors of this software must not be used to
46 * 3. The name "Carnegie Mellon University" must not be used to
229 bool explicit_remote = 0; /* User specified explicit remote name */
232 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */
233 static char *uafname; /* name of most recent +ua file */
357 { "name", o_string, our_name,
358 "Set local name for authentication",
367 "Set name for auth with peer", OPT_PRIO | OPT_STATIC,
380 "Set remote name for authentication", OPT_PRIO | OPT_STATIC,
430 novm("+ua file name");
999 * auth_check_passwd - Check the user name and passwd against configuration.
1046 void auth_peer_success(ppp_pcb *pcb, int protocol, int prot_flavor, const char *name, int namelen) {
1049 LWIP_UNUSED_ARG(name);
1091 * Save the authenticated name of the peer for later.
1095 MEMCPY(pcb->peer_authname, name, namelen);
1548 * check_passwd - Check the user name and passwd against the PAP secrets