kget
net Namespace Reference
Enumeration Type Documentation
| enum net::Protocol |
Variable Documentation
Uint8 net::input_buffer[OUTPUT_BUFFER_SIZE] [static] |
Definition at line 82 of file bufferedsocket.cpp.
| const Uint8 net::SOCKS_ADDR_TYPE_DOMAIN = 3 |
| const Uint8 net::SOCKS_ADDR_TYPE_IPV4 = 1 |
| const Uint8 net::SOCKS_ADDR_TYPE_IPV6 = 4 |
| const Uint8 net::SOCKS_AUTH_METHOD_GSSAPI = 0x01 |
| const Uint8 net::SOCKS_AUTH_METHOD_NONE = 0x00 |
| const Uint8 net::SOCKS_AUTH_METHOD_USERNAME_PASSWORD = 0x02 |
| const Uint8 net::SOCKS_CMD_BIND = 2 |
| const Uint8 net::SOCKS_CMD_CONNECT = 1 |
| const Uint8 net::SOCKS_CMD_UDP_ASSOCIATE = 3 |
| const Uint8 net::SOCKS_REPLY_ADDR_TYPE_NOT_SUPPORTED = 8 |
| const Uint8 net::SOCKS_REPLY_CMD_NOT_SUPPORTED = 7 |
| const Uint8 net::SOCKS_REPLY_CONNECTION_REFUSED = 5 |
| const Uint8 net::SOCKS_REPLY_HOST_UNREACHABLE = 4 |
| const Uint8 net::SOCKS_REPLY_NETWORK_UNREACHABLE = 3 |
| const Uint8 net::SOCKS_REPLY_NOT_ALLOWED = 2 |
| const Uint8 net::SOCKS_REPLY_OK = 0 |
| const Uint8 net::SOCKS_REPLY_SERVER_FAILURE = 1 |
| const Uint8 net::SOCKS_REPLY_TTL_EXPIRED = 6 |
bool net::socks_server_addr_resolved = false [static] |
Address net::socks_server_addr_v4 [static] |
Address net::socks_server_addr_v6 [static] |
| const Uint8 net::SOCKS_V4_REPLY_FAILED = 0x5b |
| const Uint8 net::SOCKS_V4_REPLY_FAILED_2 = 0x5c |
| const Uint8 net::SOCKS_V4_REPLY_FAILED_3 = 0x5d |
| const Uint8 net::SOCKS_V4_REPLY_OK = 0x5a |
| const Uint8 net::SOCKS_VERSION_4 = 4 |
| const Uint8 net::SOCKS_VERSION_5 = 5 |
| const Uint64 net::SPEED_INTERVAL = 5000 |
KDE 4.2 API Reference