mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Add inet_ntop()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4366 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user