Home
last modified time | relevance | path

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

/f-stack/tools/ifconfig/
H A Difmedia.c223 int *mwords; in ifmedia_getstate() local
254 mwords = (int *)malloc(ifmr->ifm_count * sizeof(int)); in ifmedia_getstate()
255 if (mwords == NULL) in ifmedia_getstate()
258 ifmr->ifm_ulist = mwords; in ifmedia_getstate()