From bcbf98b13c7ee35f9fee74dd38c855cfee7fb924 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 3 Feb 2012 18:47:34 +0000 Subject: Add inet_ntop() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4366 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/arpa/inet.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/include') diff --git a/nuttx/include/arpa/inet.h b/nuttx/include/arpa/inet.h index 0380c5f77..f9091ad0c 100644 --- a/nuttx/include/arpa/inet.h +++ b/nuttx/include/arpa/inet.h @@ -49,6 +49,13 @@ /**************************************************************************** * Public Type Definitions ****************************************************************************/ +/* Length of the string form for IP address (excludes NULL termination) */ + +#define INET_ADDRSTRLEN 16 + +/* Length of the string form for IPv6 address (excludes NULL termination) */ + +#define INET6_ADDRSTRLEN 46 /* This macro to convert a 16/32-bit constant values quantity from host byte * order to network byte order. The 16-bit version of this macro is required -- cgit v1.2.3