aussi l'utilisation de la fonction split_sockadr et
host_ntoa telle que
dans l'exemple suivant:
/* Inverse of "make_inetadr": extracts the Host and
Port numbers from a
Socket
* Address. Can be used to get information about
CLIENTS for both
STREAM and
* DATAGRAM connections.
*
* Example:
* fd2 = internet_accept(fd, & cli_adr );
* split_sockadr( cli_adr, &C_host, &C_port);
* printf("Request from Host: %s, Port: %d\n",
Host_ntoa(C_host),
C_port);
* write( fd2, Msg, MsgLen); */
imprime une adresse IP inverse, comme "1.0.0.127" au
lieux de
"127.0.0.1"............