#include "ip_addr.h"


Go to the source code of this file.
Functions | |
| void | destroy_tcp (void) |
| int | init_tcp (void) |
| int | tcp_init (struct socket_info *sock_info) |
| int | tcp_init_children (int *chd_rank) |
| void | tcp_main_loop (void) |
| void | tcp_receive_loop (int unix_sock) |
Definition in file tcp_init.h.
| void destroy_tcp | ( | void | ) |
Referenced by cleanup().
| int init_tcp | ( | void | ) |
Referenced by main().
| int tcp_init | ( | struct socket_info * | sock_info | ) |
Referenced by main_loop(), and tls_init().
| int tcp_init_children | ( | int * | chd_rank | ) |
Referenced by main_loop().
| void tcp_main_loop | ( | void | ) |
Referenced by main_loop().
| void tcp_receive_loop | ( | int | unix_sock | ) |
1.5.6