extern struct rtattr [src]

Fields

len: c_ushortLength of option
type: extern union { /// IFLA_* from linux/if_link.h link: IFLA, /// IFA_* from linux/if_addr.h addr: IFA, }Type of option

Members

Source

pub const rtattr = extern struct { /// Length of option len: c_ushort, /// Type of option type: extern union { /// IFLA_* from linux/if_link.h link: IFLA, /// IFA_* from linux/if_addr.h addr: IFA, }, pub const ALIGNTO = 4; }