Searched defs:net_open (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/lp/model/netpr/ |
H A D | netpr.c | 64 * net_open() opens a tcp connection to the printer port on the host specified 71 net_open(char *host, int timeout) function 85 syslog(LOG_DEBUG, "net_open(%s, %d)", (host != NULL ? host : "NULL"), 405 if ((sockfd = net_open(destination, 20)) < 0) {
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | dev_net.c | 79 static int net_open(struct open_file *, ...); 92 net_open, 112 net_open(struct open_file *f, ...) function 135 printf("net_open: netif_open() failed\n"); 141 printf("net_open: netif_open() succeeded\n"); 268 printf("net_open: BOOTP failed, trying RARP/RPC...\n"); 277 printf("net_open: RARP failed\n"); 280 printf("net_open: client addr: %s\n", inet_ntoa(myip)); 284 printf("net_open: bootparam/whoami RPC failed\n"); 289 printf("net_open [all...] |
/illumos-gate/usr/src/cmd/listen/ |
H A D | listen.c | 187 static void net_open(void); 371 net_open(); /* init, open, bind names */ 464 * net_open: open and bind communications channels 465 * The name generation code in net_open, open_bind and bind is, 472 net_open(void) function 481 DEBUG((9,"in net_open"));
|
Completed in 50 milliseconds