SOC_InetNtoA

C Specification

#include <nitroWiFi/soc.h>
char* SOC_InetNtoA ( SOCInAddr in );

Arguments

in Internet host address.

Return Values

Pointer to character string in dot-decimal notation in a statically-allocated buffer.

Description

This function converts IP addresses designated by in from binary addresses to dot-decimal notation character strings.

Note: : SOC_InetNtoA() is neither reentrant nor thread-safe. For multi-thread applications, use SOC_InetNtoP().

See Also

SOC_InetAtoN, SOC_InetPtoN, SOC_InetNtoP, SOCInAddr

Revision History

09/13/2005 Initial version.