Home
last modified time | relevance | path

Searched refs:test_ping (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh290 test_ping() function
364 test_ping IPv4 0
365 test_ping IPv6 0
370 test_ping IPv4 1
371 test_ping IPv6 1
388 test_ping IPv4 0
389 test_ping IPv6 0
400 test_ping IPv4 1
401 test_ping IPv6 1
405 test_ping IPv4 1
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dsuspend.py13 def test_ping(self): member in Suspend_Test
30 self.test_ping()
33 self.test_ping()
H A Dping.py14 def test_ping(self): member in PingTest
/OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/
H A Dnft_queue.sh151 test_ping() { function
224 test_ping
343 test_ping
/OK3568_Linux_fs/u-boot/include/dm/
H A Dtest.h171 int test_ping(struct udevice *dev, int pingval, int *pingret);
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-uclass.c21 int test_ping(struct udevice *dev, int pingval, int *pingret) in test_ping() function
H A Dcore.c321 ut_assertok(test_ping(dev, 100, &pingret)); in dm_test_lifecycle()
374 ut_assertok(test_ping(dev, 100, &pingret)); in dm_test_ordering()