Struct ctru_sys::SOCU_ARPTableEntry
source · #[repr(C)]pub struct SOCU_ARPTableEntry {
pub unk0: u32_,
pub ip: in_addr,
pub mac: [u8_; 6],
pub padding: [u8_; 2],
}
Expand description
One entry of the ARP table retrieved by using SOCU_GetNetworkOpt and NETOPT_ARP_TABLE
Fields§
§unk0: u32_
§ip: in_addr
< The IPv4 address associated to the entry
mac: [u8_; 6]
< The MAC address of associated to the entry
padding: [u8_; 2]