Searched refs:remote_name (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/usr.sbin/pppd/
H A Dauth.c564 can_auth = have_chap_secret(remote_name, our_name, remote);
569 if (remote_name[0] == 0)
573 remote_name, our_name);
612 && have_chap_secret(user, remote_name, (u_int32_t)0);
618 if (!have_chap_secret(remote_name, our_name, remote))
758 logwtmp(tty, user, remote_name); /* Add wtmp login entry */
860 remote_name[0]? remote_name: NULL,
H A Doptions.c120 char remote_name[MAXNAMELEN]; /* Peer's name for authentication */ variable
1654 if (remote_name[0] == 0)
1655 strlcpy(remote_name, colon, MAXNAMELEN);
1841 strlcpy(remote_name, argv[0], MAXNAMELEN);
H A Dchap.c434 if (remote_name[0] != 0 && (explicit_remote || rhostname[0] == 0)) {
435 strlcpy(rhostname, remote_name, sizeof(rhostname));
H A Dpppd.h116 extern char remote_name[]; /* Peer's name for authentication */
117 extern int explicit_remote;/* remote_name specified with remotename opt */
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dremote-mips.c1480 char *remote_name = 0;
1504 remote_name = argv[1];
1534 if (remote_name)
1536 if (strchr (remote_name, '#'))
1538 udp_desc = serial_open (remote_name);
1553 if ((local_name = strchr (remote_name, ':')) != NULL)
1556 local_name = remote_name; /* local name same as remote name */
1557 tftp_name = xstrdup (remote_name);
1477 char *remote_name = 0; local
/openbsd-current/usr.bin/ssh/
H A Dchannels.h164 char *remote_name; /* remote hostname */ member in struct:Channel
H A Dchannels.c474 u_int window, u_int maxpack, int extusage, const char *remote_name,
521 c->remote_name = xstrdup(remote_name);
527 found, c->ctype, remote_name, c->inactive_deadline);
745 c->remote_name ? c->remote_name : "???", n);
767 free(c->remote_name);
768 c->remote_name = NULL;
1066 c->self, c->remote_name, cp)) != 0) {
1879 free(c->remote_name);
473 channel_new(struct ssh *ssh, char *ctype, int type, int rfd, int wfd, int efd, u_int window, u_int maxpack, int extusage, const char *remote_name, int nonblock) argument
[all...]

Completed in 208 milliseconds