Struct ctru_sys::SOCU_UDPTableEntry
source · #[repr(C)]pub struct SOCU_UDPTableEntry {
pub local: sockaddr_storage,
pub remote: sockaddr_storage,
}
Expand description
One entry of the UDP sockets table retrieved by using SOCU_GetNetworkOpt and NETOPT_UDP_TABLE
Fields§
§local: sockaddr_storage
< Local address information
remote: sockaddr_storage
< Remote address information