(41 . 6)(41 . 7)
82 char *txt = inet_ntoa(addr);
83 strncpy(buf, txt, buf_size);
84 }
85 /* Should be replaced with native routine */
86
87
88 /* string to local-endian ip conversion */
(51 . 6)(52 . 7)
90 *ip = ntohl(addr.s_addr);
91 return 0;
92 }
93 /* Should be replaced with native routine */
94
95
96 int unix_udp_socket_open(UDP_Socket *S,