Internet address conversion. More...
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. | |
Internet address conversion.