Nut/OS  4.10.3
API Reference
inet.h File Reference

Internet address conversion. More...

#include <sys/types.h>
#include <stdint.h>
Include dependency graph for inet.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Internet address conversion.

Definition in file inet.h.