Searched refs:net_loop (Results 1 – 13 of 13) sorted by relevance
27 ut_assertok(net_loop(PING)); in dm_test_eth()31 ut_assertok(net_loop(PING)); in dm_test_eth()35 ut_assertok(net_loop(PING)); in dm_test_eth()46 ut_assertok(net_loop(PING)); in dm_test_eth_alias()50 ut_assertok(net_loop(PING)); in dm_test_eth_alias()55 ut_assertok(net_loop(PING)); in dm_test_eth_alias()59 ut_assertok(net_loop(PING)); in dm_test_eth_alias()73 ut_assertok(net_loop(PING)); in dm_test_eth_prime()79 ut_assertok(net_loop(PING)); in dm_test_eth_prime()130 ut_asserteq(-ENODEV, net_loop(PING)); in dm_test_eth_act()[all …]
239 size = net_loop(proto); in netboot_common()276 if (net_loop(PING) < 0) { in do_ping()319 r = net_loop(CDP); in do_cdp()362 if (net_loop(SNTP) < 0) { in do_sntp()408 if (net_loop(DNS) < 0) { in do_dns()430 if (net_loop(LINKLOCAL) < 0) in do_link_local()
23 if (net_loop(WOL) < 0) in do_wol()
21 int err = net_loop(FASTBOOT); in do_fastboot_udp()
277 if (net_loop(TFTPGET) <= 0) in do_bootvx()
195 net_loop(NETCONS); /* wait for arp reply and send packet */ in nc_send_packet()284 net_loop(NETCONS); in nc_stdio_getc()318 net_loop(NETCONS); /* kind of poll */ in nc_stdio_tstc()
35 avoid conflicts, however this can only happen when the net_loop39 Using NetConsole is one way to ensure that net_loop is always
41 rv = net_loop(BOOTP); in spl_net_load_image()
75 size = net_loop(TFTPGET); in update_load()
586 int net_loop(enum proto_t);
427 return net_loop(TFTPGET); in tftp_read_file()
404 int net_loop(enum proto_t protocol) in net_loop() function
2361 80 common/cmd_net.c before calling net_loop()2362 -81 common/cmd_net.c some error in net_loop() occurred2363 81 common/cmd_net.c net_loop() back without error