extern struct ll [src]
Packet socket address
Fields
family: sa_family_t = AF.PACKET
protocol: u16
ifindex: i32
hatype: u16
pkttype: u8
halen: u8
addr: [8]u8
Source
pub const ll = extern struct {
family: sa_family_t = AF.PACKET,
protocol: u16,
ifindex: i32,
hatype: u16,
pkttype: u8,
halen: u8,
addr: [8]u8,
}