pub fn process_packet(
src_addr: IpAddress,
dst_addr: IpAddress,
data: &[u8],
) -> Result<(), KernelError>Expand description
Process incoming UDP packet (called by IP layer)
pub fn process_packet(
src_addr: IpAddress,
dst_addr: IpAddress,
data: &[u8],
) -> Result<(), KernelError>Process incoming UDP packet (called by IP layer)