Definition in file ssi.h.
Go to the source code of this file.
Compounds | |
struct | SSI |
Defines | |
#define | SSI_NAME_SIZE 200 |
Functions | |
SSI * | ssi_open (const char *name_server, bool server) |
bool | ssi_close (SSI *ssip) |
int | ssi_wait_server (SSI *ssip) |
int | ssi_get_server_fd (SSI *ssip) |
bool | ssi_close_fd (SSI *ssip, int fd) |
|
Definition at line 14 of file ssi.h. Referenced by make_sockaddr(). |
|
Definition at line 151 of file ssi.c. References close(), FD_ISSET(), SSI::ssi_domain, SSI::ssi_fd, SSI::ssi_fd_hwm, SSI::ssi_fd_set, SSI::ssi_name_server, SSI::ssi_server, and unlink(). Referenced by main(), and smi_close_skt(). |
|
Definition at line 168 of file ssi.c. References close(), EC_CLEANUP_BGN, EC_CLEANUP_END, ec_neg1, FD_CLR(), reset_fd_hwm(), and SSI::ssi_fd_set. Referenced by main(), and smi_receive_getaddr_skt(). |
|
Definition at line 216 of file ssi.c. References SSI::ssi_fd. Referenced by main(), smi_receive_getaddr_skt(), and smi_send_release_skt(). |
|
Definition at line 99 of file ssi.c. References bind(), connect(), EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FAIL, ec_false, ec_neg1, ec_null, errno, FD_SET(), FD_ZERO(), listen(), make_sockaddr(), set_fd_hwm(), setsockopt(), socket(), SSI::ssi_domain, SSI::ssi_fd, SSI::ssi_fd_set, SSI::ssi_name_server, SSI::ssi_server, and unlink(). Referenced by main(), and smi_open_skt(). |
|
Definition at line 180 of file ssi.c. References accept(), EC_CLEANUP_BGN, EC_CLEANUP_END, EC_FAIL, ec_neg1, errno, FD_ISSET(), FD_SET(), select(), set_fd_hwm(), SSI::ssi_fd, SSI::ssi_fd_hwm, SSI::ssi_fd_set, and SSI::ssi_server. Referenced by main(), and smi_receive_getaddr_skt(). |