ADDR_HIGH
#define ADDR_HIGH(a) (u_short)((a) >> 7)
#define ADDR_HIGH(x) (unsigned int) ((x >> 7L) & 0x1fffL)