net_open
static int net_open(struct open_file *, ...);
net_open,
static void net_open(void);
net_open(); /* init, open, bind names */
if ((sockfd = net_open(destination, 20)) < 0) {
extern int net_open(char *, int);