pub const rtattr = extern struct
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;
}