Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_bond.c247 struct media_info { struct
248 int mi_active;
249 int mi_status;
3223 struct media_info media_info = { .mi_active = 0, .mi_status = 0 }; in bond_handle_event() local