Definition in file sktexdgmult.c.
Go to the source code of this file.
Defines | |
#define | SOCKETNAME_SERVER "SktOne" |
#define | SOCKETNAME_CLIENT "SktTwo" |
#define | MSG_SIZE 100 |
Functions | |
void | run_client (int nclient) |
void | run_server (void) |
int | main (void) |
Variables | |
sockaddr_un | sa_server |
|
Definition at line 34 of file sktexdgmult.c. |
|
Definition at line 30 of file sktexdgmult.c. Referenced by run_client(). |
|
Definition at line 29 of file sktexdgmult.c. Referenced by main(). |
|
Definition at line 104 of file sktexdgmult.c. References exit(), run_client(), run_server(), sa_server, SOCKETNAME_SERVER, sockaddr_un::sun_family, sockaddr_un::sun_path, and unlink(). |
|
Definition at line 36 of file sktexdgmult.c. References bind(), close(), EC_CLEANUP_BGN, EC_CLEANUP_END, ec_neg1, exit(), fork(), MSG_SIZE, read(), sa_server, sendto(), sleep(), socket(), SOCKETNAME_CLIENT, sockaddr_un::sun_family, sockaddr_un::sun_path, and unlink(). |
|
Definition at line 74 of file sktexdgmult.c. References bind(), close(), EC_CLEANUP_BGN, EC_CLEANUP_END, ec_neg1, exit(), MSG_SIZE, recvfrom(), sa_server, sendto(), and socket(). Referenced by main(). |
|
Definition at line 32 of file sktexdgmult.c. Referenced by main(), run_client(), and run_server(). |