#include <string.h>Go to the source code of this file.
Functions | |
| char | minus4 (char car, int *carry) |
| Subtract 4 from a given digit. More... | |
| char | minus1 (char car, int *carry) |
| Subtract 1 from a given digit. More... | |
| char * | calculate_mac (char *haddr) |
| Subtract 4 from a given number writen in hexadecimal. More... | |
Definition in file hitachi.c.
|
|
Subtract 4 from a given number writen in hexadecimal.
|
|
||||||||||||
|
Subtract 1 from a given digit.
Definition at line 60 of file hitachi.c. Referenced by calculate_mac(). |
|
||||||||||||
|
Subtract 4 from a given digit.
Definition at line 22 of file hitachi.c. Referenced by calculate_mac(). |
1.2.15