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

/darwin-on-arm/xnu/bsd/net/
H A Dif_media.h235 #define IFM_IMASK 0xf0000000 /* Instance */ macro
252 #define IFM_INST(x) (((x) & IFM_IMASK) >> IFM_ISHIFT)
255 #define IFM_INST_MAX IFM_INST(IFM_IMASK)

Completed in 19 milliseconds