Doxygen Source Code Documentation
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
|
|
Value: ( strstr((hh),trusted_hosts[0]) == (hh) || \
strstr((hh),trusted_hosts[1]) == (hh) || \
strstr((hh),trusted_hosts[2]) == (hh) \
)Definition at line 27 of file trusted_hosts.h. |
Variable Documentation
|
|
Initial value: {
"141.106.106.2" ,
"127.0.0.1" ,
"192.168.0."
}Definition at line 18 of file trusted_hosts.h. |