Nut/OS  4.10.3
API Reference
inet.c File Reference
#include <arpa/inet.h>
Include dependency graph for inet.c:

Go to the source code of this file.

Functions

uint32_t inet_addr (CONST char *str)
 Convert decimal dotted ASCII representation into numeric IP address.
char * inet_ntoa (uint32_t addr)
 Convert numeric IP address into decimal dotted ASCII representation.
char * inet_mtoa (uint8_t *mac)
 Convert numeric MAC address array into double dotted ASCII representation.