⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

parse_response

Function parse_response 

Source
pub fn parse_response(
    msg: &[u8],
) -> Result<(DnsHeader, Vec<DnsRecord>), DnsError>
Expand description

Parse a DNS response message and extract resource records.