X-Git-Url: http://git.silc.fi/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcnet.h;h=d791784e4feb9b25548e717dfd7774caa5e53dd4;hb=f19a8d863dac9415de5acf7bee0b55a15780b4b5;hp=e7edcda4ea83de05042535d97ccfe91d989af3c3;hpb=9fb2ddb0bedad21e0080d7e18d6917b8555c0f1b;p=runtime.git diff --git a/lib/silcutil/silcnet.h b/lib/silcutil/silcnet.h index e7edcda4..d791784e 100644 --- a/lib/silcutil/silcnet.h +++ b/lib/silcutil/silcnet.h @@ -53,7 +53,7 @@ * DESCRIPTION * * The network listenr context. This context is created with the - * silc_net_create_listener function and destroyed with + * silc_net_tcp_create_listener function and destroyed with * silc_net_close_listener function. * ***/ @@ -590,7 +590,7 @@ void silc_net_gethostbyname_async(const char *name, * SilcBool silc_net_gethostbyaddr(const char *addr, char *name, * SilcUInt32 name_len); * -x * DESCRIPTION + * DESCRIPTION * * Resolves the hostname for the IP address indicated by the `addr' * This returns TRUE and the resolved hostname to the `name' buffer, @@ -737,7 +737,7 @@ SilcUInt32 silc_htonl(SilcUInt32 host); ***/ SilcUInt32 silc_ntohl(SilcUInt32 net); -/****f* silcutil/silc_htonl +/****f* silcutil/silc_htons * * SYNOPSIS * @@ -750,7 +750,7 @@ SilcUInt32 silc_ntohl(SilcUInt32 net); ***/ SilcUInt16 silc_htons(SilcUInt16 host); -/****f* silcutil/silc_ntohl +/****f* silcutil/silc_ntohs * * SYNOPSIS *