Searched refs:ifmedia_entry (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_media.h93 struct ifmedia_entry { struct
94 LIST_ENTRY(ifmedia_entry) ifm_list;
107 struct ifmedia_entry *ifm_cur; /* currently selected media */
108 LIST_HEAD(, ifmedia_entry) ifm_list; /* list of all supported media */
120 /* Add an array (of ifmedia_entry) media to a struct ifmedia. */
121 void ifmedia_list_add(struct ifmedia *mp, struct ifmedia_entry *lp,
H A Dif_media.c92 static struct ifmedia_entry *ifmedia_match(struct ifmedia *ifm,
123 struct ifmedia_entry *entry;
143 register struct ifmedia_entry *entry;
174 struct ifmedia_entry *lp;
197 struct ifmedia_entry *match;
228 struct ifmedia_entry *match;
242 struct ifmedia_entry *oldentry;
298 struct ifmedia_entry *ep;
385 static struct ifmedia_entry *
391 struct ifmedia_entry *matc
[all...]

Completed in 19 milliseconds