Searched refs:net_loop (Results 1 – 14 of 14) sorted by relevance
30 ut_assertok(net_loop(PING)); in dm_test_eth()34 ut_assertok(net_loop(PING)); in dm_test_eth()38 ut_assertok(net_loop(PING)); in dm_test_eth()49 ut_assertok(net_loop(PING)); in dm_test_eth_alias()53 ut_assertok(net_loop(PING)); in dm_test_eth_alias()58 ut_assertok(net_loop(PING)); in dm_test_eth_alias()62 ut_assertok(net_loop(PING)); in dm_test_eth_alias()76 ut_assertok(net_loop(PING)); in dm_test_eth_prime()82 ut_assertok(net_loop(PING)); in dm_test_eth_prime()155 ut_assertok(net_loop(PING)); in _dm_test_eth_rotate1()[all …]
261 size = net_loop(proto); in netboot_common()299 if (net_loop(PING) < 0) { in do_ping()342 r = net_loop(CDP); in do_cdp()437 if (net_loop(DNS) < 0) { in do_dns()459 if (net_loop(LINKLOCAL) < 0) in do_link_local()
23 if (net_loop(WOL) < 0) in do_wol()
23 int err = net_loop(FASTBOOT); in do_fastboot_udp()
126 if (net_loop(TFTPGET) <= 0) in do_bootvx()
42 ret = net_loop(UDP); in udp_loop()
399 int net_loop(enum proto_t protocol) in net_loop() function
197 net_loop(NETCONS); /* wait for arp reply and send packet */ in nc_send_packet()286 net_loop(NETCONS); in nc_stdio_getc()320 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
44 rv = net_loop(BOOTP); in spl_net_load_image()
79 size = net_loop(TFTPGET); in update_load()
624 80 common/cmd_net.c before calling net_loop()625 -81 common/cmd_net.c some error in net_loop() occurred626 81 common/cmd_net.c net_loop() back without error
606 int net_loop(enum proto_t);
445 return net_loop(TFTPGET); in tftp_read_file()
Completed in 24 milliseconds