IFM_NMASK
target = (target & IFM_NMASK) | IFM_NONE;
#define IFM_TYPE(x) ((x) & IFM_NMASK)
#define IFM_NMAX IFM_NMASK /* highest Network type */