Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dif_bond.c246 struct media_info { struct
247 int mi_active;
248 int mi_status;
3222 struct media_info media_info = { .mi_active = 0, .mi_status = 0 }; in bond_handle_event() local