File nut/net/ether_addr.c


Included Files


Local Variables

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

Global Function ether_aton()

u_char* ether_aton ( const char* str )
Prototyped in: nut/include/netinet/if_ether.h
Calls: hex2bin() nut/net/ether_addr.c
  memset()

Global Function ether_ntoa()

char* ether_ntoa ( const u_char* mac )
Prototyped in: nut/include/netinet/if_ether.h
References Variables: hexdigit nut/net/ether_addr.c

Local Function hex2bin()

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