Searched defs:if_fake (Results 1 – 1 of 1) sorted by relevance
588 struct if_fake { struct589 char iff_name[IFNAMSIZ]; /* our unique id */590 ifnet_t iff_ifp;591 iff_flags_t iff_flags;592 uint32_t iff_retain_count;593 ifnet_t iff_peer; /* the other end */594 int iff_media_current;595 int iff_media_active;596 uint32_t iff_media_count;597 int iff_media_list[IF_FAKE_MEDIA_LIST_MAX];[all …]