File nut/net/ether_addr.c


Included Files


Local Variables

hexdigit
static char hexdigit[]
Used in: ether_ntoa()  

Global Function ether_aton()

uint8_t* ether_aton ( const char* str )
Prototyped in: nut/include/netinet/if_ether.h
Calls: hex2bin() nut/net/ether_addr.c
  memset() nut/c/string/memset.c
Called by: NutAppMain() nut/app/editconf/editconf.c

Global Function ether_ntoa()

char* ether_ntoa ( const uint8_t* mac )
Prototyped in: nut/include/netinet/if_ether.h
Called by: NutAppMain() nut/app/editconf/editconf.c
References Variables: hexdigit nut/net/ether_addr.c

Local Function hex2bin()

static inline int hex2bin ( char c )
Called by: GetMac() nut/boot/bootmon/dialog.c
  ether_aton() nut/net/ether_addr.c