Go to the source code of this file.
Defines | |
#define | P_DEFAULT 1 |
#define | P_HTTP 2 |
#define | P_FTP 3 |
#define | P_SMTP 4 |
#define | P_POP 5 |
#define | P_IMAP 6 |
#define | P_NNTP 7 |
#define | P_SSH 8 |
Functions | |
void | gc_protocols () |
void * | create_default () |
void * | create_http () |
void * | create_ftp () |
void * | create_smtp () |
void * | create_pop () |
void * | create_imap () |
void * | create_nntp () |
void * | create_ssh () |
int | check_default (Port_T) |
int | check_http (Port_T) |
int | check_ftp (Port_T) |
int | check_smtp (Port_T) |
int | check_pop (Port_T) |
int | check_imap (Port_T) |
int | check_nntp (Port_T) |
int | check_ssh (Port_T) |
|
Definition at line 30 of file protocol.h. |
|
Definition at line 32 of file protocol.h. |
|
Definition at line 31 of file protocol.h. |
|
Definition at line 35 of file protocol.h. |
|
Definition at line 36 of file protocol.h. |
|
Definition at line 34 of file protocol.h. |
|
Definition at line 33 of file protocol.h. |
|
Definition at line 37 of file protocol.h. |
|
Definition at line 33 of file default.c. References ASSERT. |
|
Definition at line 42 of file ftp.c. References ASSERT, chomp(), log(), port_recv(), port_send(), and STRERROR. |
|
Definition at line 70 of file http.c. References ASSERT, chomp(), log(), port_recv(), port_send(), prog, myport::request, STRERROR, and VERSION. |
|
Definition at line 41 of file imap.c. References ASSERT, chomp(), log(), port_recv(), port_send(), and STRERROR. |
|
Definition at line 41 of file nntp.c. References ASSERT, chomp(), log(), port_recv(), port_send(), and STRERROR. |
|
Definition at line 41 of file pop.c. References ASSERT, chomp(), log(), port_recv(), port_send(), and STRERROR. |
|
Definition at line 42 of file smtp.c. References ASSERT, chomp(), log(), port_recv(), port_send(), and STRERROR. |
|
Definition at line 44 of file ssh.c. References ASSERT, chomp(), log(), port_recv(), port_send(), and STRERROR. |
|
Definition at line 71 of file protocol.c. References NEW. |
|
Definition at line 99 of file protocol.c. References NEW. |
|
Definition at line 85 of file protocol.c. References NEW. |
|
Definition at line 141 of file protocol.c. References NEW. |
|
Definition at line 155 of file protocol.c. References NEW. |
|
Definition at line 127 of file protocol.c. References NEW. |
|
Definition at line 113 of file protocol.c. References NEW. |
|
Definition at line 169 of file protocol.c. References NEW. |
|
Definition at line 57 of file protocol.c. Referenced by gc(). |