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