IALIAS_BASE
#define IS_IALIAS(_a) (((_a) >= IALIAS_BASE) && \
((_a) < (IALIAS_BASE + IALIAS_SIZE)))
#define LOCAL_HUB_ADDR(_x) (IALIAS_BASE + (_x))