Home
last modified time | relevance | path

Searched refs:remote_host (Results 1 – 16 of 16) sorted by relevance

/NextBSD/contrib/subversion/subversion/svnserve/
HDlogger.c100 const char *user, *repos, *remote_host; in logger__log_error() local
108 remote_host = client_info && client_info->remote_host in logger__log_error()
109 ? client_info->remote_host in logger__log_error()
126 getpid(), timestr, remote_host, user, in logger__log_error()
HDserver.h78 const char *remote_host; /* IP of the client that contacted the server */ member
HDserve.c148 const char *remote_host, *timestr, *log, *line; in log_command() local
155 remote_host = svn_ra_svn_conn_remote_host(conn); in log_command()
165 (remote_host ? remote_host : "-"), in log_command()
180 const char *timestr, *remote_host, *line; in log_authz_denied() local
189 remote_host = b->client_info->remote_host; in log_authz_denied()
194 (remote_host ? remote_host : "-"), in log_authz_denied()
3756 client_info->remote_host = svn_ra_svn_conn_remote_host(conn); in get_client_info()
/NextBSD/crypto/heimdal/appl/login/
HDlogin.c245 static char *remote_host; variable
254 { NULL, 'h', arg_string, &remote_host, "remote host", "hostname" },
333 update_utmp(pwd->pw_name, remote_host ? remote_host : "", in do_login()
712 if (login_access (pwd, remote_host ? remote_host : tty) == 0) { in main()
714 if (remote_host) in main()
716 pwd->pw_name, remote_host); in main()
722 if (remote_host) in main()
724 pwd->pw_name, remote_host, (int) getppid()); in main()
/NextBSD/usr.sbin/lpr/common_source/
HDnet.c196 if (pp->remote_host == NULL) in checkremote()
219 if ((errno = getaddrinfo(pp->remote_host, NULL, in checkremote()
223 pp->remote_host, gai_strerror(errno)); in checkremote()
HDrmjob.c360 rem = getport(pp, pp->remote_host, 0); in rmremote()
365 printf("connection to %s is down\n", pp->remote_host); in rmremote()
HDprintcap.c251 CHK(capdb_getaltstr(bp, "rm", "remote.host", 0, &pp->remote_host)); in getprintcap_int()
351 cfree(pp->remote_host); in free_printer()
HDdisplayq.c247 fd = getport(pp, pp->remote_host, 0); in displayq()
253 printf("connection to %s is down\n", pp->remote_host); in displayq()
HDlp.h73 char *remote_host; /* RM: remote machine name */ member
/NextBSD/crypto/openssh/
HDauth-options.c247 const char *remote_host = get_canonical_hostname( in auth_parse_options() local
273 switch (match_host_and_ip(remote_host, remote_ip, in auth_parse_options()
290 pw->pw_name, remote_host, remote_ip); in auth_parse_options()
293 remote_host); in auth_parse_options()
HDchannels.c3752 char *remote_host; local
3759 remote_host = packet_get_string(NULL);
3761 remote_host = xstrdup("unknown (remote did not supply name)");
3771 remote_host, 1);
3775 free(remote_host);
/NextBSD/contrib/ntp/sntp/libevent/include/event2/
HDhttp_struct.h85 char *remote_host; member
/NextBSD/usr.sbin/lpr/lpd/
HDprintjob.c1161 pp->printer, pp->remote_host); in sendfile()
1165 pstatus(pp, "sending to %s", pp->remote_host); in sendfile()
1197 pp->remote_host, origin_host); in sendfile()
1931 pfd = getport(pp, pp->remote_host, 0); in openrem()
1945 pp->remote_host); in openrem()
1949 pp->remote_host); in openrem()
1955 pstatus(pp, "sending to %s", pp->remote_host); in openrem()
/NextBSD/contrib/netcat/
HDnetcat.c1291 char remote_host[NI_MAXHOST]; in report_connect() local
1300 remote_host, sizeof(remote_host), in report_connect()
1311 "received!\n", remote_host, remote_port); in report_connect()
/NextBSD/usr.sbin/bsnmpd/modules/snmp_hostres/
HDhostres_printer_tbl.c215 if (pp->remote_host != NULL) { in handle_printer()
/NextBSD/contrib/ntp/sntp/libevent/
HDhttp.c1547 __func__, version, req, req->remote_host)); in evhttp_parse_http_version()
1723 __func__, method, req, req->remote_host)); in evhttp_parse_request_line()
2217 __func__, req->remote_host, EV_SOCK_ARG(fd))); in evhttp_read_header()
3817 if (req->remote_host != NULL) in evhttp_request_free()
3818 mm_free(req->remote_host); in evhttp_request_free()
4051 if ((req->remote_host = mm_strdup(evcon->address)) == NULL) { in evhttp_associate_new_request_with_connection()