Home
last modified time | relevance | path

Searched refs:ip2host (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/
Dinet.h41 extern char *ip2host(char *ip);
Dinet.c46 char *ip2host(char *ip);
112 char *ip2host(char *ip) { in ip2host() function
404 newhost = ip2host(openssl_last_ip); in ident_username()
406 newhost = ip2host(client->host); in ident_username()
Dconnections.c3897 cd->hostname = ip2host(client->host); in client_set_net()
DChangeLog954 * fix bug in get_remote_port, add ip2host for client info.
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch9380 + sih = ip2host(sip);
11606 + sih = ip2host(sip);
16851 +char *ip2host(char *ip) {
21100 +extern char *ip2host(char *ip);