int make_server_socket(CHAR port); void primitive_server_socket(void); int accept_connection(int sock); void primitive_accept_fd(void);