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