Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dif.h207 struct if_settings { struct
208 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;
/external/iproute2/include/uapi/linux/
Dif.h203 struct if_settings { struct
204 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;
/external/libnl/include/linux-private/linux/
Dif.h203 struct if_settings { struct
204 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;
/external/crosvm/net_sys/src/
Diff.rs1160 pub struct if_settings { struct
1163 pub ifs_ifsu: if_settings__bindgen_ty_1, argument
1182 impl Default for if_settings { argument