Struct ctru_sys::SOCU_DNSTableEntry
source · #[repr(C)]pub struct SOCU_DNSTableEntry {
pub family: u32_,
pub ip: in_addr,
pub padding: [u8_; 12],
}
Expand description
One entry of the DNS servers table retrieved by using SOCU_GetNetworkOpt and NETOPT_DNS_TABLE
Fields§
§family: u32_
§ip: in_addr
Family of the address of the DNS server
padding: [u8_; 12]
IP of the DNS server