Searched refs:IFM_ISHIFT (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_media.h236 #define IFM_ISHIFT 28 /* Instance shift */ macro
252 #define IFM_INST(x) (((x) & IFM_IMASK) >> IFM_ISHIFT)
261 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))

Completed in 18 milliseconds