hookup
char *hookup(const char *, const char *);
host = hookup(gateserver, port);
host = hookup(argv[1], port);