pub const SYS_NET_RECV: usize = 410; // 410usizeExpand description
Receive a network packet.
buf_ptr: buffer to receive the packet databuf_len: size of the buffer
Returns the number of bytes received. The packet includes all headers (Ethernet, IP, TCP/UDP).