Improved installation. Moved header files to include/yaz.
[yaz-moved-to-github.git] / comstack / tcpip.c
1 /*
2  * Copyright (c) 1995-1999, Index Data
3  * See the file LICENSE for details.
4  * Sebastian Hammer, Adam Dickmeiss
5  *
6  * $Log: tcpip.c,v $
7  * Revision 1.32  1999-11-30 13:47:11  adam
8  * Improved installation. Moved header files to include/yaz.
9  *
10  * Revision 1.31  1999/04/29 07:31:23  adam
11  * Changed tcpip_strtoaddr_ex so that only part 'till '/' is considered
12  * part of hostname.
13  *
14  * Revision 1.30  1999/04/20 09:56:48  adam
15  * Added 'name' paramter to encoder/decoder routines (typedef Odr_fun).
16  * Modified all encoders/decoders to reflect this change.
17  *
18  * Revision 1.29  1999/04/16 14:45:55  adam
19  * Added interface for tcpd wrapper for access control.
20  *
21  * Revision 1.28  1999/03/31 11:11:14  adam
22  * Function getprotobyname only called once. Minor change in tcpip_get
23  * to handle multi-threaded conditions.
24  *
25  * Revision 1.27  1999/02/02 13:57:31  adam
26  * Uses preprocessor define WIN32 instead of WINDOWS to build code
27  * for Microsoft WIN32.
28  *
29  * Revision 1.26  1999/01/08 11:23:14  adam
30  * Added const modifier to some of the BER/ODR encoding routines.
31  *
32  * Revision 1.25  1998/07/07 15:49:23  adam
33  * Added braces to avoid warning.
34  *
35  * Revision 1.24  1998/06/29 07:59:17  adam
36  * Minor fix.
37  *
38  * Revision 1.23  1998/06/23 15:37:50  adam
39  * Added type cast to prevent warning.
40  *
41  * Revision 1.22  1998/06/22 11:32:36  adam
42  * Added 'conditional cs_listen' feature.
43  *
44  * Revision 1.21  1998/05/20 09:55:32  adam
45  * Function tcpip_get treats EINPROGRESS error in the same way as
46  * EWOULDBLOCK. EINPROGRESS shouldn't be returned - but it is on
47  * Solaris in some cases.
48  *
49  * Revision 1.20  1998/05/18 10:10:40  adam
50  * Minor change to avoid C++ warning.
51  *
52  * Revision 1.19  1998/02/11 11:53:33  adam
53  * Changed code so that it compiles as C++.
54  *
55  * Revision 1.18  1997/09/29 07:15:25  adam
56  * Changed use of setsockopt to avoid warnings on MSVC.
57  *
58  * Revision 1.17  1997/09/17 12:10:30  adam
59  * YAZ version 1.4.
60  *
61  * Revision 1.16  1997/09/01 08:49:14  adam
62  * New windows NT/95 port using MSV5.0. Minor changes only.
63  *
64  * Revision 1.15  1997/05/14 06:53:33  adam
65  * C++ support.
66  *
67  * Revision 1.14  1997/05/01 15:06:32  adam
68  * Moved WINSOCK init. code to tcpip_init routine.
69  *
70  * Revision 1.13  1996/11/01 08:45:18  adam
71  * Bug fix: used close on MS-Windows. Fixed to closesocket.
72  *
73  * Revision 1.12  1996/07/06 19:58:30  quinn
74  * System headerfiles gathered in yconfig
75  *
76  * Revision 1.11  1996/02/23  10:00:39  quinn
77  * WAIS Work
78  *
79  * Revision 1.10  1996/02/20  12:52:11  quinn
80  * WAIS protocol support.
81  *
82  * Revision 1.9  1996/02/10  12:23:11  quinn
83  * Enablie inetd operations fro TCP/IP stack
84  *
85  * Revision 1.8  1995/11/01  13:54:27  quinn
86  * Minor adjustments
87  *
88  * Revision 1.7  1995/10/30  12:41:16  quinn
89  * Added hostname lookup for server.
90  *
91  * Revision 1.6  1995/09/29  17:12:00  quinn
92  * Smallish
93  *
94  * Revision 1.5  1995/09/29  17:01:48  quinn
95  * More Windows work
96  *
97  * Revision 1.4  1995/09/28  10:12:26  quinn
98  * Windows-support changes
99  *
100  * Revision 1.3  1995/09/27  15:02:45  quinn
101  * Modified function heads & prototypes.
102  *
103  * Revision 1.2  1995/06/15  12:30:06  quinn
104  * Added @ as hostname alias for INADDR ANY.
105  *
106  * Revision 1.1  1995/06/14  09:58:20  quinn
107  * Renamed yazlib to comstack.
108  *
109  * Revision 1.20  1995/05/16  08:51:16  quinn
110  * License, documentation, and memory fixes
111  *
112  * Revision 1.19  1995/04/10  10:24:08  quinn
113  * Some bug-fixes.
114  *
115  * Revision 1.18  1995/03/30  13:29:27  quinn
116  * Added REUSEADDR in tcpip_bind
117  *
118  * Revision 1.17  1995/03/27  08:36:10  quinn
119  * Some work on nonblocking operation in xmosi.c and rfct.c.
120  * Added protocol parameter to cs_create()
121  *
122  * Revision 1.16  1995/03/21  15:53:41  quinn
123  * Added rcvconnect
124  *
125  * Revision 1.15  1995/03/21  12:31:27  quinn
126  * Added check for EINPROGRESS on connect.
127  *
128  * Revision 1.14  1995/03/20  09:47:21  quinn
129  * Added server-side support to xmosi.c
130  * Fixed possible problems in rfct
131  * Other little mods
132  *
133  * Revision 1.13  1995/03/15  16:15:13  adam
134  * Removed p_write.
135  *
136  * Revision 1.12  1995/03/15  15:36:27  quinn
137  * Mods to support nonblocking I/O
138  *
139  * Revision 1.11  1995/03/15  08:37:57  quinn
140  * Now we're pretty much set for nonblocking I/O.
141  *
142  * Revision 1.10  1995/03/14  17:00:07  quinn
143  * Bug-fixes - added tracing info to tcpip.c
144  *
145  * Revision 1.9  1995/03/14  10:28:42  quinn
146  * Adding server-side support to tcpip.c and fixing bugs in nonblocking I/O
147  *
148  * Revision 1.8  1995/03/10  14:22:50  quinn
149  * Removed debug output.
150  *
151  * Revision 1.7  1995/03/10  11:44:59  quinn
152  * Fixes and debugging
153  *
154  * Revision 1.6  1995/03/07  10:26:55  quinn
155  * Initialized type field in the comstacks.
156  *
157  * Revision 1.5  1995/02/14  20:40:07  quinn
158  * Various stuff.
159  *
160  * Revision 1.4  1995/02/14  11:54:49  quinn
161  * Beginning to add full CCL.
162  *
163  * Revision 1.3  1995/02/10  18:58:10  quinn
164  * Fixed tcpip_get (formerly tcpip_read).
165  * Turned tst (cli) into a proper, event-driven thingy.
166  *
167  * Revision 1.2  1995/02/10  15:55:47  quinn
168  * Small things.
169  *
170  * Revision 1.1  1995/02/09  15:51:52  quinn
171  * Works better now.
172  *
173  */
174
175 #include <stdio.h>
176 #include <string.h>
177 #include <stdlib.h>
178 #ifndef WIN32
179 #include <unistd.h>
180 #endif
181 #include <errno.h>
182 #include <fcntl.h>
183
184 #include <yaz/comstack.h>
185 #include <yaz/tcpip.h>
186 #include <yaz/log.h>
187
188 /* Chas added the following, so we get the definition of completeBER */
189 #include <yaz/odr.h>
190
191 int tcpip_close(COMSTACK h);
192 int tcpip_put(COMSTACK h, char *buf, int size);
193 int tcpip_get(COMSTACK h, char **buf, int *bufsize);
194 int tcpip_connect(COMSTACK h, void *address);
195 int tcpip_more(COMSTACK h);
196 int tcpip_rcvconnect(COMSTACK h);
197 int tcpip_bind(COMSTACK h, void *address, int mode);
198 int tcpip_listen(COMSTACK h, char *raddr, int *addrlen,
199                  int (*check_ip)(void *cd, const char *a, int len, int type),
200                  void *cd);
201
202 COMSTACK tcpip_accept(COMSTACK h);
203 char *tcpip_addrstr(COMSTACK h);
204 void *tcpip_straddr(COMSTACK h, const char *str);
205
206 #undef TRACE_TCPIP
207 #ifdef TRACE_TCPIP
208 #define TRC(x) x
209 #else
210 #define TRC(X)
211 #endif
212
213 typedef struct tcpip_state
214 {
215     char *altbuf; /* alternate buffer for surplus data */
216     int altsize;  /* size as xmalloced */
217     int altlen;   /* length of data or 0 if none */
218
219     int written;  /* -1 if we aren't writing */
220     int towrite;  /* to verify against user input */
221     int (*complete)(const unsigned char *buf, int len); /* length/comple. */
222     struct sockaddr_in addr;  /* returned by cs_straddr */
223     char buf[128]; /* returned by cs_addrstr */
224 } tcpip_state;
225
226 #ifdef WIN32
227 static int tcpip_init (void)
228 {
229     static int initialized = 0;
230     if (!initialized)
231     {
232         WORD requested;
233         WSADATA wd;
234
235         requested = MAKEWORD(1, 1);
236         if (WSAStartup(requested, &wd))
237             return 0;
238         initialized = 1;
239     }
240     return 1;
241 }
242 #else
243
244 static int proto_number = 0;
245
246 static int tcpip_init (void)
247 {
248     struct protoent *proto;
249     /* only call getprotobyname once, in case it allocates memory */
250     if (!(proto = getprotobyname("tcp")))
251         return 0;
252     proto_number = proto->p_proto;
253     return 1;
254 }
255 #endif
256 /*
257  * This function is always called through the cs_create() macro.
258  * s >= 0: socket has already been established for us.
259  */
260 COMSTACK tcpip_type(int s, int blocking, int protocol)
261 {
262     COMSTACK p;
263     tcpip_state *state;
264     int new_socket;
265 #ifdef WIN32
266     unsigned long tru = 1;
267 #endif
268
269     if (!tcpip_init ())
270         return 0;
271     if (s < 0)
272     {
273 #ifdef WIN32
274         if ((s = socket(AF_INET, SOCK_STREAM, 0)) < 0)
275             return 0;
276 #else
277         if ((s = socket(AF_INET, SOCK_STREAM, proto_number)) < 0)
278             return 0;
279 #endif
280         new_socket = 1;
281     }
282     else
283         new_socket = 0;
284     if (!(p = (struct comstack *)xmalloc(sizeof(struct comstack))))
285         return 0;
286     if (!(state = (struct tcpip_state *)(p->cprivate =
287                                          xmalloc(sizeof(tcpip_state)))))
288         return 0;
289
290 #ifdef WIN32
291     if (!(p->blocking = blocking) && ioctlsocket(s, FIONBIO, &tru) < 0)
292 #else
293     if (!(p->blocking = blocking) && fcntl(s, F_SETFL, O_NONBLOCK) < 0)
294 #endif
295         return 0;
296
297     p->iofile = s;
298     p->type = tcpip_type;
299     p->protocol = (enum oid_proto) protocol;
300
301     p->f_connect = tcpip_connect;
302     p->f_rcvconnect = tcpip_rcvconnect;
303     p->f_get = tcpip_get;
304     p->f_put = tcpip_put;
305     p->f_close = tcpip_close;
306     p->f_more = tcpip_more;
307     p->f_bind = tcpip_bind;
308     p->f_listen = tcpip_listen;
309     p->f_accept = tcpip_accept;
310     p->f_addrstr = tcpip_addrstr;
311     p->f_straddr = tcpip_straddr;
312
313     p->state = new_socket ? CS_UNBND : CS_IDLE; /* state of line */
314     p->event = CS_NONE;
315     p->cerrno = 0;
316     p->stackerr = 0;
317
318     state->altbuf = 0;
319     state->altsize = state->altlen = 0;
320     state->towrite = state->written = -1;
321     if (protocol == PROTO_WAIS)
322         state->complete = completeWAIS;
323     else
324         state->complete = completeBER;
325
326     p->timeout = COMSTACK_DEFAULT_TIMEOUT;
327     TRC(fprintf(stderr, "Created new TCPIP comstack\n"));
328
329     return p;
330 }
331
332 int tcpip_strtoaddr_ex(const char *str, struct sockaddr_in *add)
333 {
334     struct hostent *hp;
335     char *p, buf[512];
336     short int port = 210;
337     unsigned tmpadd;
338
339     if (!tcpip_init ())
340         return 0;
341     TRC(fprintf(stderr, "tcpip_strtoaddress: %s\n", str ? str : "NULL"));
342     add->sin_family = AF_INET;
343     strncpy(buf, str, 511);
344     buf[511] = 0;
345     if ((p = strchr(buf, '/')))
346         *p = 0;
347     if ((p = strchr(buf, ':')))
348     {
349         *p = 0;
350         port = atoi(p + 1);
351     }
352     add->sin_port = htons(port);
353     if (!strcmp("@", buf))
354         add->sin_addr.s_addr = INADDR_ANY;
355     else if ((hp = gethostbyname(buf)))
356         memcpy(&add->sin_addr.s_addr, *hp->h_addr_list,
357                sizeof(struct in_addr));
358     else if ((tmpadd = (unsigned) inet_addr(buf)) != 0)
359         memcpy(&add->sin_addr.s_addr, &tmpadd, sizeof(struct in_addr));
360     else
361         return 0;
362     return 1;
363 }
364
365 void *tcpip_straddr(COMSTACK h, const char *str)
366 {
367     tcpip_state *sp = (tcpip_state *)h->cprivate;
368
369     if (!tcpip_strtoaddr_ex (str, &sp->addr))
370         return 0;
371     return &sp->addr;
372 }
373
374 struct sockaddr_in *tcpip_strtoaddr(const char *str)
375 {
376     static struct sockaddr_in add;
377     
378     if (!tcpip_strtoaddr_ex (str, &add))
379         return 0;
380     return &add;
381 }
382
383 int tcpip_more(COMSTACK h)
384 {
385     tcpip_state *sp = (tcpip_state *)h->cprivate;
386     
387     return sp->altlen && (*sp->complete)((unsigned char *) sp->altbuf,
388         sp->altlen);
389 }
390
391 /*
392  * connect(2) will block (sometimes) - nothing we can do short of doing
393  * weird things like spawning subprocesses or threading or some weird junk
394  * like that.
395  */
396 int tcpip_connect(COMSTACK h, void *address)
397 {
398     struct sockaddr_in *add = (struct sockaddr_in *)address;
399
400     TRC(fprintf(stderr, "tcpip_connect\n"));
401     if (connect(h->iofile, (struct sockaddr *) add, sizeof(*add)) < 0)
402     {
403 #ifdef WIN32
404         if (WSAGetLastError() == WSAEWOULDBLOCK)
405 #else
406         if (errno == EINPROGRESS)
407 #endif
408             return 1;
409         return -1;
410     }
411     h->state = CS_DATAXFER;
412     return 0;
413 }
414
415 /*
416  * nop
417  */
418 int tcpip_rcvconnect(COMSTACK h)
419 {
420     TRC(fprintf(stderr, "tcpip_rcvconnect\n"));
421     return 0;
422 }
423
424 int tcpip_bind(COMSTACK h, void *address, int mode)
425 {
426     struct sockaddr *addr = (struct sockaddr *)address;
427 #ifdef WIN32
428     BOOL one = 1;
429 #else
430     unsigned long one = 1;
431 #endif
432
433     TRC(fprintf(stderr, "tcpip_bind\n"));
434     if (setsockopt(h->iofile, SOL_SOCKET, SO_REUSEADDR, (char*) 
435         &one, sizeof(one)) < 0)
436     {
437         h->cerrno = CSYSERR;
438         return -1;
439     }
440     if (bind(h->iofile, addr, sizeof(struct sockaddr_in)) < 0)
441     {
442         h->cerrno = CSYSERR;
443         return -1;
444     }
445     if (mode == CS_SERVER && listen(h->iofile, 3) < 0)
446     {
447         h->cerrno = CSYSERR;
448         return -1;
449     }
450     h->state = CS_IDLE;
451     return 0;
452 }
453
454 int tcpip_listen(COMSTACK h, char *raddr, int *addrlen,
455                  int (*check_ip)(void *cd, const char *a, int len, int t),
456                  void *cd)
457 {
458     struct sockaddr_in addr;
459     int len = sizeof(addr);
460
461     TRC(fprintf(stderr, "tcpip_listen pid=%d\n", getpid()));
462     if (h->state != CS_IDLE)
463     {
464         h->cerrno = CSOUTSTATE;
465         return -1;
466     }
467     if ((h->newfd = accept(h->iofile, (struct sockaddr*)&addr, &len)) < 0)
468     {
469 #ifdef WIN32
470         if (WSAGetLastError() == WSAEWOULDBLOCK)
471 #else
472         if (errno == EWOULDBLOCK)
473 #endif
474
475             h->cerrno = CSNODATA;
476         else
477             h->cerrno = CSYSERR;
478         return -1;
479     }
480     if (addrlen && (size_t) (*addrlen) >= sizeof(struct sockaddr_in))
481         memcpy(raddr, &addr, *addrlen = sizeof(struct sockaddr_in));
482     else if (addrlen)
483         *addrlen = 0;
484     if (check_ip && (*check_ip)(cd, (const char *) &addr,
485         sizeof(addr), AF_INET))
486     {
487         h->cerrno = CSDENY;
488 #ifdef WIN32
489         closesocket(h->newfd);
490 #else
491         close(h->newfd);
492 #endif
493         return -1;
494     }
495     h->state = CS_INCON;
496     return 0;
497 }
498
499 COMSTACK tcpip_accept(COMSTACK h)
500 {
501     COMSTACK cnew;
502     tcpip_state *state, *st = (tcpip_state *)h->cprivate;
503 #ifdef WIN32
504     unsigned long tru = 1;
505 #endif
506
507     TRC(fprintf(stderr, "tcpip_accept\n"));
508     if (h->state != CS_INCON)
509     {
510         h->cerrno = CSOUTSTATE;
511         return 0;
512     }
513     if (!(cnew = (COMSTACK)xmalloc(sizeof(*cnew))))
514     {
515         h->cerrno = CSYSERR;
516         return 0;
517     }
518     memcpy(cnew, h, sizeof(*h));
519     cnew->iofile = h->newfd;
520     if (!(state = (tcpip_state *)
521           (cnew->cprivate = xmalloc(sizeof(tcpip_state)))))
522     {
523         h->cerrno = CSYSERR;
524         return 0;
525     }
526 #ifdef WIN32
527     if (!cnew->blocking && ioctlsocket(cnew->iofile, FIONBIO, &tru) < 0)
528 #else
529     if (!cnew->blocking && fcntl(cnew->iofile, F_SETFL, O_NONBLOCK) < 0)
530 #endif
531         return 0;
532     state->altbuf = 0;
533     state->altsize = state->altlen = 0;
534     state->towrite = state->written = -1;
535     state->complete = st->complete;
536     cnew->state = CS_DATAXFER;
537     h->state = CS_IDLE;
538     return cnew;
539 }
540
541 #define CS_TCPIP_BUFCHUNK 4096
542
543 /*
544  * Return: -1 error, >1 good, len of buffer, ==1 incomplete buffer,
545  * 0=connection closed.
546  */
547 int tcpip_get(COMSTACK h, char **buf, int *bufsize)
548 {
549     tcpip_state *sp = (tcpip_state *)h->cprivate;
550     char *tmpc;
551     int tmpi, berlen, rest, req, tomove;
552     int hasread = 0, res;
553
554     TRC(fprintf(stderr, "tcpip_get: bufsize=%d\n", *bufsize));
555     if (sp->altlen) /* switch buffers */
556     {
557         TRC(fprintf(stderr, "  %d bytes in altbuf (0x%x)\n", sp->altlen,
558             (unsigned) sp->altbuf));
559         tmpc = *buf;
560         tmpi = *bufsize;
561         *buf = sp->altbuf;
562         *bufsize = sp->altsize;
563         hasread = sp->altlen;
564         sp->altlen = 0;
565         sp->altbuf = tmpc;
566         sp->altsize = tmpi;
567     }
568     while (!(berlen = (*sp->complete)((unsigned char *)*buf, hasread)))
569     {
570         if (!*bufsize)
571         {
572             if (!(*buf = (char *)xmalloc(*bufsize = CS_TCPIP_BUFCHUNK)))
573                 return -1;
574         }
575         else if (*bufsize - hasread < CS_TCPIP_BUFCHUNK)
576             if (!(*buf =(char *)xrealloc(*buf, *bufsize *= 2)))
577                 return -1;
578         if ((res = recv(h->iofile, *buf + hasread, CS_TCPIP_BUFCHUNK, 0)) < 0)
579         {
580 #ifdef WIN32
581             if (WSAGetLastError() == WSAEWOULDBLOCK)
582                 break;
583             else
584                 return -1;
585 #else
586             if (errno == EWOULDBLOCK
587 #ifdef EINPROGRESS
588                 || errno == EINPROGRESS
589 #endif
590                 )
591                 break;
592             else if (errno == 0)
593                 continue;
594             else
595                 return -1;
596 #endif
597         }
598         if (!res)
599             return 0;
600         hasread += res;
601         TRC(fprintf(stderr, "  res=%d, hasread=%d\n", res, hasread));
602     }
603     TRC(fprintf(stderr, "  Out of read loop with hasread=%d, berlen=%d\n",
604         hasread, berlen));
605     /* move surplus buffer (or everything if we didn't get a BER rec.) */
606     if (hasread > berlen)
607     {
608         tomove = req = hasread - berlen;
609         rest = tomove % CS_TCPIP_BUFCHUNK;
610         if (rest)
611             req += CS_TCPIP_BUFCHUNK - rest;
612         if (!sp->altbuf)
613         {
614             if (!(sp->altbuf = (char *)xmalloc(sp->altsize = req)))
615                 return -1;
616         } else if (sp->altsize < req)
617             if (!(sp->altbuf =(char *)xrealloc(sp->altbuf, sp->altsize = req)))
618                 return -1;
619         TRC(fprintf(stderr, "  Moving %d bytes to altbuf(0x%x)\n", tomove,
620             (unsigned) sp->altbuf));
621         memcpy(sp->altbuf, *buf + berlen, sp->altlen = tomove);
622     }
623     if (berlen < CS_TCPIP_BUFCHUNK - 1)
624         *(*buf + berlen) = '\0';
625     return berlen ? berlen : 1;
626 }
627
628 /*
629  * Returns 1, 0 or -1
630  * In nonblocking mode, you must call again with same buffer while
631  * return value is 1.
632  */
633 int tcpip_put(COMSTACK h, char *buf, int size)
634 {
635     int res;
636     struct tcpip_state *state = (struct tcpip_state *)h->cprivate;
637
638     TRC(fprintf(stderr, "tcpip_put: size=%d\n", size));
639     if (state->towrite < 0)
640     {
641         state->towrite = size;
642         state->written = 0;
643     }
644     else if (state->towrite != size)
645     {
646         h->cerrno = CSWRONGBUF;
647         return -1;
648     }
649     while (state->towrite > state->written)
650     {
651         if ((res = send(h->iofile, buf + state->written, size -
652             state->written, 0)) < 0)
653         {
654 #ifdef WIN32
655             if (WSAGetLastError() == WSAEWOULDBLOCK)
656 #else
657             if (errno == EAGAIN)
658 #endif
659             {
660                 TRC(fprintf(stderr, "  Flow control stop\n"));
661                 return 1;
662             }
663             h->cerrno = CSYSERR;
664             return -1;
665         }
666         state->written += res;
667         TRC(fprintf(stderr, "  Wrote %d, written=%d, nbytes=%d\n",
668             res, state->written, size));
669     }
670     state->towrite = state->written = -1;
671     TRC(fprintf(stderr, "  Ok\n"));
672     return 0;
673 }
674
675 int tcpip_close(COMSTACK h)
676 {
677     tcpip_state *sp = (struct tcpip_state *)h->cprivate;
678
679     TRC(fprintf(stderr, "tcpip_close\n"));
680     if (h->iofile != -1)
681 #ifdef WIN32
682         closesocket(h->iofile);
683 #else
684         close(h->iofile);
685 #endif
686     if (sp->altbuf)
687         xfree(sp->altbuf);
688     xfree(sp);
689     xfree(h);
690     return 0;
691 }
692
693 char *tcpip_addrstr(COMSTACK h)
694 {
695     struct sockaddr_in addr;
696     tcpip_state *sp = (struct tcpip_state *)h->cprivate;
697     char *r, *buf = sp->buf;
698     size_t len;
699     struct hostent *host;
700     
701     len = sizeof(addr);
702     if (getpeername(h->iofile, (struct sockaddr*) &addr, &len) < 0)
703     {
704         h->cerrno = CSYSERR;
705         return 0;
706     }
707     if ((host = gethostbyaddr((char*)&addr.sin_addr, sizeof(addr.sin_addr),
708                               AF_INET)))
709         r = (char*) host->h_name;
710     else
711         r = inet_ntoa(addr.sin_addr);
712     sprintf(buf, "tcp:%s", r);
713     return buf;
714 }