pub fn sys_net_info(info_type: u64, buf_ptr: u64) -> Result<u64, SyscallError>
SYS_NET_INFO : Query network interface information.
info_type 0 returns the MAC address (6 bytes) into buf_ptr.
info_type
buf_ptr