Home
last modified time | relevance | path

Searched refs:listenInterface (Results 1 – 7 of 7) sorted by relevance

/external/libvncserver/libvncserver/
Dcargs.c189 if (! rfbStringToAddr(argv[++i], &(rfbScreen->listenInterface))) { in rfbProcessArguments()
Dhttpd.c107 rfbListenOnTCPPort(rfbScreen->httpPort, rfbScreen->listenInterface)) < 0) { in rfbHttpInitSockets()
Dsockets.c114 in_addr_t iface = rfbScreen->listenInterface; in rfbInitSockets()
Dmain.c870 screen->listenInterface = htonl(INADDR_ANY); in rfbGetScreen()
/external/libvncserver/x11vnc/
Dremote.c478 iface = screen->listenInterface; in rfb_http_init_sockets()
481 screen->listenInterface = htonl(INADDR_LOOPBACK); in rfb_http_init_sockets()
493 screen->listenInterface = iface; in rfb_http_init_sockets()
668 screen->listenSock = listen_tcp(screen->port, screen->listenInterface, 0); in reset_rfbport()
1982 screen->listenInterface = htonl(INADDR_LOOPBACK); in process_remote_cmd()
2028 screen->listenInterface = htonl(INADDR_ANY); in process_remote_cmd()
2069 screen->listenInterface = htonl(INADDR_ANY); in process_remote_cmd()
2071 screen->listenInterface = htonl(INADDR_LOOPBACK); in process_remote_cmd()
2085 screen->listenInterface = iface; in process_remote_cmd()
2091 in_addr_t iface = screen->listenInterface; in process_remote_cmd()
Dsslhelper.c2759 iface = screen->listenInterface; in openssl_port()
2845 if (screen->listenInterface) { in https_port()
2846 iface = screen->listenInterface; in https_port()
3790 if (screen->listenInterface == htonl(INADDR_ANY) || in accept_openssl()
3791 screen->listenInterface == htonl(INADDR_NONE)) { in accept_openssl()
3795 in.s_addr = screen->listenInterface; in accept_openssl()
/external/libvncserver/rfb/
Drfb.h360 in_addr_t listenInterface; member