Home
last modified time | relevance | path

Searched defs:if_fake (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dif_fake.c641 struct if_fake { struct
642 char iff_name[IFNAMSIZ]; /* our unique id */
643 ifnet_t iff_ifp;
644 iff_flags_t iff_flags;
645 uint32_t iff_retain_count;
646 ifnet_t iff_peer; /* the other end */
647 int iff_media_current;
648 int iff_media_active;
649 uint32_t iff_media_count;
650 int iff_media_list[IF_FAKE_MEDIA_LIST_MAX];
[all …]