#include <sent/stddefs.h>
#include <sent/tcpip.h>
server-client.cのインクルード依存関係図
関数 | |
int | ready_as_server (int port_num) |
int | accept_from (int sd) |
Wait for a request from client. | |
int | make_connection (char *hostname, int port_num) |
int | make_connection_unix (char *address) |
int | close_socket (int sd) |
void | cleanup_socket () |
server-client.c で定義されています。
|
Prepare as a server creating a socket for client connection.
server-client.c の 40 行で定義されています。 |
|
Wait for a request from client. This function blocks until a connection request comes.
server-client.c の 116 行で定義されています。 参照元 adin_tcpip_begin(). |
|
Make a connection to a server.
server-client.c の 161 行で定義されています。 |
|
Make a connection to a server using unix domain socket.
server-client.c の 244 行で定義されています。 |
|
Close socket.
server-client.c の 277 行で定義されています。 参照元 adin_tcpip_end(), と main_module_loop(). |
|
Clean up socket data at program exit. server-client.c の 293 行で定義されています。 |