Searched defs:if_fake (Results 1 – 1 of 1) sorted by relevance
758 struct if_fake { struct759 char iff_name[IFNAMSIZ]; /* our unique id */760 ifnet_t iff_ifp;761 iff_flags_t iff_flags;762 uint32_t iff_retain_count;763 ifnet_t iff_peer; /* the other end */764 int iff_media_current;765 int iff_media_active;766 uint32_t iff_media_count;767 int iff_media_list[IF_FAKE_MEDIA_LIST_MAX];[all …]