Go to the source code of this file.
Functions | |
uint8_t * | ether_aton (CONST char *str) |
Convert an ASCII string to a binary Ethernet address. | |
char * | ether_ntoa (CONST uint8_t *mac) |
Convert a binary Ethernet address to an ASCII string. |
uint8_t* ether_aton | ( | CONST char * | str | ) |
Convert an ASCII string to a binary Ethernet address.
str | String to convert. |
Definition at line 60 of file ether_addr.c.
References CONST, and memset().
Referenced by main(), and NutNetLoadConfig().
char* ether_ntoa | ( | CONST uint8_t * | mac | ) |
Convert a binary Ethernet address to an ASCII string.
mac | Address to convert. |
Definition at line 99 of file ether_addr.c.
Referenced by main().