Home
last modified time | relevance | path

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

/external/libpcap/Win32/Include/
Dinetprivate.h50 extern int _checkhost(const char *rhost, const char *lhost, int len);
/external/libvncserver/x11vnc/
Dinet.c453 char *rhost, *rport, *lhost, *lport; in have_ssh_env() local
483 lhost = p; in have_ssh_env()
490 if (0) fprintf(stderr, "%d/%d - '%s' '%s'\n", atoi(rport), atoi(lport), rhost, lhost); in have_ssh_env()
499 if (!strcmp(rhost, lhost)) { in have_ssh_env()
/external/openssh/
Dchannels.c3067 channel_cancel_lport_listener_tcpip(const char *lhost, u_short lport, argument
3072 const char *addr = channel_fwd_bind_addr(lhost, NULL, 1, fwd_opts);
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
Dssvnc.tcl11588 set lhost ""
11591 if [regexp {(.*):([0-9][0-9]*)} $hostport mvar lhost lport] {
11594 set lhost $hostport
11599 if [regexp {(.*):([0-9][0-9]*)} $h mvar lhost lport] {
11602 set lhost $h
11607 set lhost "localhost"
11609 set lhost $win_localhost
11616 if [info exists did("$lhost:$lport")] {
11618 set port $did("$lhost:$lport")
11637 if { ! [info exists did("$lhost:$lport")] } {
[all …]