umka/test/024_#net_#f76_all.ref.log

42 lines
711 B
Plaintext
Raw Normal View History

2023-02-06 17:23:48 +01:00
/> umka_boot
/> stack_init
/> net_add_device
device number: 1
/> net_get_dev_type 1
status: ok
type of network device #1: 1
/> net_get_dev_name 1
status: ok
name of network device #1: UMKNUL0
/> net_dev_reset 1
status: ok
/>
/> net_eth_read_mac 1
80:2b:f9:3b:6c:ca
/>
/> net_ipv4_set_subnet 1 0.0.0.0
status: ok
/> net_ipv4_get_subnet 1
0.0.0.0
/>
/> net_ipv4_set_gw 1 192.168.1.1
status: ok
/> net_ipv4_get_gw 1
192.168.1.1
/>
/> net_ipv4_set_dns 1 217.10.36.5
status: ok
/> net_ipv4_get_dns 1
217.10.36.5
/>
/> net_ipv4_set_addr 1 192.168.1.27
status: ok
/> net_ipv4_get_addr 1
192.168.1.27
/>
/> net_arp_get_count 1
0
/> net_arp_add_entry 1 192.168.1.26 80:2b:f9:3b:6c:c9 0 64
/> net_arp_get_count 1
1