DZ_PORT
#define DZ_PORT(u) ((u) & 07) /* extract the port # */
#define DZ_PORT(u) ((u)&07) /* extract the port # */