HomeSort by relevance Sort by last modified time
    Searched refs:allow_list (Results 1 - 7 of 7) sorted by null

  /external/libvncserver/x11vnc/
gui.c 803 if (allow_list && !strcmp(allow_list, "127.0.0.1")) {
839 if (allow_list && !strcmp(allow_list, "127.0.0.1")) {
840 allow_list = NULL;
843 allow_list = strdup("127.0.0.1");
remote.c     [all...]
options.c 153 char *allow_list = NULL; /* for -allow and -localhost */ variable
options.h 129 extern char *allow_list;
inet.c 632 } else if (allow_list && !strcmp(allow_list, "127.0.0.1")) {
connections.c 968 if (allow_list == NULL) {
970 allow_list = strdup("");
972 if (*allow_list == '\0' && allow_once == NULL) {
977 if (strchr(allow_list, '/')) {
984 if (stat(allow_list, &sbuf) != 0) {
987 allow_list);
1003 in = fopen(allow_list, "r");
1006 rfbLog("check_access: cannot open: %s\n", allow_list);
1033 int len = strlen(allow_list) + 1;
1042 strcat(list, allow_list);
    [all...]
x11vnc.c 2524 allow_list = strdup(argv[++i]); local
    [all...]

Completed in 44 milliseconds