Searched defs:if_settings (Results 1 – 4 of 4) sorted by relevance
207 struct if_settings { struct208 unsigned int type; /* Type of physical device or protocol */209 unsigned int size; /* Size of the data allocated by the caller */210 union {222 } ifs_ifsu;
203 struct if_settings { struct204 unsigned int type; /* Type of physical device or protocol */205 unsigned int size; /* Size of the data allocated by the caller */206 union {217 } ifs_ifsu;
1160 pub struct if_settings { struct1163 pub ifs_ifsu: if_settings__bindgen_ty_1, argument1182 impl Default for if_settings { argument