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

/darwin-on-arm/xnu/bsd/net/
H A Dif_media.c111 LIST_INIT(&ifm->ifm_list);
125 for (entry = LIST_FIRST(&ifm->ifm_list); entry;
126 entry = LIST_FIRST(&ifm->ifm_list)) {
127 LIST_REMOVE(entry, ifm_list);
164 LIST_INSERT_HEAD(&ifm->ifm_list, entry, ifm_list);
319 LIST_FOREACH(ep, &ifm->ifm_list, ifm_list)
340 ep = LIST_FIRST(&ifm->ifm_list);
342 ep = LIST_NEXT(ep, ifm_list), coun
[all...]
H A Dif_media.h94 LIST_ENTRY(ifmedia_entry) ifm_list; member in struct:ifmedia_entry
108 LIST_HEAD(, ifmedia_entry) ifm_list; /* list of all supported media */ member in struct:ifmedia

Completed in 16 milliseconds