Symbols
loading...
Files
loading...

ip4addr_ntoa() function

Convert numeric IP address into decimal dotted ASCII representation. returns ptr to static buffer; not reentrant!

Syntax

char *ip4addr_ntoa(const ip4_addr_t *addr);
Implemented in ip4_addr.c:266

Arguments

addr

ip address in network order to convert

Return value

pointer to a global static (!) buffer that holds the ASCII representation of addr

Examples

ip4addr_ntoa() is referenced by 27 libraries and example projects.

References

LocationText
ip4_addr.c:267
ip4addr_ntoa(const ip4_addr_t *addr)
ip4_addr.h:207
char *ip4addr_ntoa(const ip4_addr_t *addr);

Call Tree

Functions called by ip4addr_ntoa()
ip4addr_ntoa()
all items filtered out
Data read by ip4addr_ntoa()
ip4addr_ntoa()::str
all items filtered out
ip4addr_ntoa()