Searched refs:listenInterface (Results 1 – 7 of 7) sorted by relevance
189 if (! rfbStringToAddr(argv[++i], &(rfbScreen->listenInterface))) { in rfbProcessArguments()
107 rfbListenOnTCPPort(rfbScreen->httpPort, rfbScreen->listenInterface)) < 0) { in rfbHttpInitSockets()
114 in_addr_t iface = rfbScreen->listenInterface; in rfbInitSockets()
870 screen->listenInterface = htonl(INADDR_ANY); in rfbGetScreen()
478 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()
2759 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()
360 in_addr_t listenInterface; member