Defines | |
#define | OPM_CONFIG_FD_LIMIT 0 |
#define | OPM_CONFIG_BIND_IP 1 |
#define | OPM_CONFIG_DNSBL_HOST 2 |
#define | OPM_CONFIG_TARGET_STRING 3 |
#define | OPM_CONFIG_SCAN_IP 4 |
#define | OPM_CONFIG_SCAN_PORT 5 |
#define | OPM_CONFIG_MAX_READ 6 |
#define | OPM_CONFIG_TIMEOUT 7 |
#define | OPM_TYPE_INT 1 |
#define | OPM_TYPE_STRING 2 |
#define | OPM_TYPE_ADDRESS 3 |
#define | OPM_TYPE_STRINGLIST 4 |
#define | OPM_TYPE_HTTP 1 |
#define | OPM_TYPE_SOCKS4 2 |
#define | OPM_TYPE_SOCKS5 3 |
#define | OPM_TYPE_WINGATE 4 |
#define | OPM_TYPE_ROUTER 5 |
#define | OPM_TYPE_HTTPPOST 6 |
#define | OPM_STATE_UNESTABLISHED 1 |
#define | OPM_STATE_ESTABLISHED 2 |
#define | OPM_STATE_NEGSENT 3 |
#define | OPM_STATE_CLOSED 4 |
#define | OPM_CALLBACK_OPENPROXY 0 |
#define | OPM_CALLBACK_NEGFAIL 1 |
#define | OPM_CALLBACK_END 2 |
#define | OPM_CALLBACK_ERROR 3 |
#define | OPM_CALLBACK_TIMEOUT 4 |
#define OPM_CONFIG_FD_LIMIT 0 |
Referenced by main(), and opm_scan().
#define OPM_CONFIG_BIND_IP 1 |
#define OPM_CONFIG_DNSBL_HOST 2 |
#define OPM_CONFIG_TARGET_STRING 3 |
Referenced by main().
#define OPM_CONFIG_SCAN_IP 4 |
#define OPM_CONFIG_SCAN_PORT 5 |
#define OPM_CONFIG_MAX_READ 6 |
Referenced by main().
#define OPM_CONFIG_TIMEOUT 7 |
Referenced by main().
#define OPM_TYPE_INT 1 |
Referenced by libopm_config_create(), and libopm_config_set().
#define OPM_TYPE_STRING 2 |
Referenced by libopm_config_create(), and libopm_config_set().
#define OPM_TYPE_ADDRESS 3 |
Referenced by libopm_config_create(), and libopm_config_set().
#define OPM_TYPE_STRINGLIST 4 |
Referenced by libopm_config_create(), libopm_config_free(), and libopm_config_set().
#define OPM_TYPE_HTTP 1 |
Referenced by main().
#define OPM_TYPE_SOCKS4 2 |
Referenced by main().
#define OPM_TYPE_SOCKS5 3 |
Referenced by main().
#define OPM_TYPE_WINGATE 4 |
Referenced by main().
#define OPM_TYPE_ROUTER 5 |
Referenced by main().
#define OPM_TYPE_HTTPPOST 6 |
Referenced by main().
#define OPM_STATE_UNESTABLISHED 1 |
#define OPM_STATE_ESTABLISHED 2 |
#define OPM_STATE_NEGSENT 3 |
#define OPM_STATE_CLOSED 4 |
Referenced by opm_endscan().
#define OPM_CALLBACK_OPENPROXY 0 |
Referenced by main().
#define OPM_CALLBACK_NEGFAIL 1 |
Referenced by main().
#define OPM_CALLBACK_ERROR 3 |
Referenced by main().
#define OPM_CALLBACK_TIMEOUT 4 |
Referenced by main().