Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

trusted_hosts.h File Reference

#include "mcw_malloc.h"

Go to the source code of this file.


Defines

#define OKHOST(hh)

Variables

char * trusted_hosts []

Define Documentation

#define OKHOST hh   
 

Value:

( strstr((hh),trusted_hosts[0]) == (hh) ||  \
                     strstr((hh),trusted_hosts[1]) == (hh) ||  \
                     strstr((hh),trusted_hosts[2]) == (hh)     \
                   )
if you change the number of elements in trusted_hosts, then you must also change this macro accordingly. *

Definition at line 27 of file trusted_hosts.h.


Variable Documentation

char* trusted_hosts[] [static]
 

Initial value:

 {
    "141.106.106.2" ,                 
    "127.0.0.1"     ,                 
    "192.168.0."                      
}
list of strings with beginning components of IP addresses *

Definition at line 18 of file trusted_hosts.h.

 

Powered by Plone

This site conforms to the following standards: