Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Ddev_net.c81 static int net_open(struct open_file *, ...);
94 net_open,
122 net_open(struct open_file *f, ...) in net_open() function
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.h164 extern int net_open(char *, int);
H A Dnetpr.c69 net_open(char *host, int timeout) in net_open() function
403 if ((sockfd = net_open(destination, 20)) < 0) { in main()
/illumos-gate/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