|
|
| version 1.16.2.1, 2017/01/09 12:40:40 | version 1.16.2.2, 2017/01/09 12:43:46 |
|---|---|
| Line 50 SUCH DAMAGE. | Line 50 SUCH DAMAGE. |
| static char hexlist[] = "0123456789abcdef"; | static char hexlist[] = "0123456789abcdef"; |
| #ifndef HAVE_LINK_ADDR | #ifndef HAVE_LINK_ADDR |
| /* States*/ | |
| #define NAMING 0 | |
| #define GOTONE 1 | |
| #define GOTTWO 2 | |
| #define RESET 3 | |
| /* Inputs */ | |
| #define DIGIT (4*0) | |
| #define END (4*1) | |
| #define DELIM (4*2) | |
| #define LETTER (4*3) | |
| void | void |
| link_addr(const char *addr, struct sockaddr_dl *sdl) | link_addr(const char *addr, struct sockaddr_dl *sdl) |
| { | { |