ax-net 0.5.2

ArceOS network module
1
2
3
4
use smoltcp::wire::{IpAddress, IpEndpoint};

pub const UNSPECIFIED_IP: IpAddress = IpAddress::v4(0, 0, 0, 0);
pub const UNSPECIFIED_ENDPOINT: IpEndpoint = IpEndpoint::new(UNSPECIFIED_IP, 0);