HomeSort by: relevance | last modified time | path
    Searched refs:ifmt_word (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libutil/
if_media.c 62 if (IFM_TYPE(mword) == desc->ifmt_word)
75 if (IFM_TYPE_MATCH(desc->ifmt_word, mword) &&
76 IFM_SUBTYPE(desc->ifmt_word) == IFM_SUBTYPE(mword))
88 if (IFM_TYPE_MATCH(desc->ifmt_word, mword) &&
89 IFM_MODE(mword) == IFM_MODE(desc->ifmt_word))
103 if (!IFM_TYPE_MATCH(desc->ifmt_word, mword))
105 if (mword & IFM_OPTIONS(desc->ifmt_word)) {
106 *mwordp = mword & ~IFM_OPTIONS(desc->ifmt_word);
121 if (IFM_TYPE_MATCH(desc->ifmt_word, type) &&
123 return (desc->ifmt_word);
    [all...]
  /src/sys/net/
if_media.c 668 if (IFM_TYPE(ifmw) == desc->ifmt_word)
679 if (IFM_TYPE_MATCH(desc->ifmt_word, ifmw) &&
680 IFM_SUBTYPE(desc->ifmt_word) == IFM_SUBTYPE(ifmw))
691 if (IFM_TYPE_MATCH(desc->ifmt_word, ifmw) &&
692 (ifmw & desc->ifmt_word) != 0 &&
693 (seen_option & IFM_OPTIONS(desc->ifmt_word)) == 0) {
698 seen_option |= IFM_OPTIONS(desc->ifmt_word);
if_media.h 424 int ifmt_word; /* word value; may be masked */ member in struct:ifmedia_description

Completed in 16 milliseconds