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

/darwin-on-arm/xnu/bsd/net/
H A Dif_media.h237 #define IFM_OMASK 0x0000ff00 /* Type specific options */ macro
251 #define IFM_TYPE_OPTIONS(x) ((x) & IFM_OMASK)
253 #define IFM_OPTIONS(x) ((x) & (IFM_OMASK|IFM_GMASK))

Completed in 18 milliseconds