Home | History | Annotate | Download | only in ifconfig

Lines Matching refs:subtype

174 	int type, subtype, inst;
199 /* Look up the subtype. */
200 subtype = get_media_subtype(type, val);
201 if (subtype == -1)
202 media_error(type, val, "subtype");
205 media_current = IFM_MAKEWORD(type, subtype, 0, inst);
274 int type, subtype, options;
287 subtype = IFM_SUBTYPE(media_current);
290 media_current = IFM_MAKEWORD(type, subtype, options, inst);
299 int type, subtype, options, inst, mode;
309 subtype = IFM_SUBTYPE(media_current);
323 media_current = IFM_MAKEWORD(type, subtype, options, inst) | mode;