Home
last modified time | relevance | path

Searched refs:net_open (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/lp/model/netpr/
H A Dnetpr.h166 extern int net_open(char *, int);
H A Dnetpr.c71 net_open(char *host, int timeout) in net_open() function
405 if ((sockfd = net_open(destination, 20)) < 0) { in main()
/titanic_41/usr/src/cmd/listen/
H A Dlisten.c187 static void net_open(void);
371 net_open(); /* init, open, bind names */ in main()
472 net_open(void) in net_open() function