Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dif_media.h306 #define IFM_ISHIFT 28 /* Instance shift */ macro
323 #define IFM_INST(x) (((x) & IFM_IMASK) >> IFM_ISHIFT)
332 ((type) | (subtype) | (options) | ((instance) << IFM_ISHIFT))