Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_bond.c201 struct media_info { struct
202 int mi_active;
203 int mi_status;
3198 struct media_info media_info = { .mi_active = 0, .mi_status = 0 }; in bond_handle_event() local