Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/hsr/
H A Dhsr_ping.sh50 do_ping() function
116 do_ping "$ns1" 100.64.0.2
117 do_ping "$ns2" 100.64.0.1
118 do_ping "$ns3" 100.64.0.1
121 do_ping "$ns1" 100.64.0.3
122 do_ping "$ns2" 100.64.0.3
123 do_ping "$ns3" 100.64.0.2
125 do_ping "$ns1" dead:beef:1::2
126 do_ping "$ns1" dead:beef:1::3
127 do_ping "$ns2" dead:beef:1::1
[all …]
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.sh320 do_ping() function
908 do_ping "$ns1" $sender 10.0.1.1
909 do_ping "$ns1" $sender dead:beef:1::1
911 do_ping "$ns2" $sender 10.0.1.2
912 do_ping "$ns2" $sender dead:beef:1::2
913 do_ping "$ns2" $sender 10.0.2.1
914 do_ping "$ns2" $sender dead:beef:2::1
916 do_ping "$ns3" $sender 10.0.2.2
917 do_ping "$ns3" $sender dead:beef:2::2
918 do_ping "$ns3" $sender 10.0.3.2
[all …]
H A Dmptcp_join.sh574 do_ping() function
/openbmc/u-boot/cmd/
H A Dnet.c273 static int do_ping(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_ping() function
293 ping, 2, 1, do_ping,
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.h114 u8 do_ping; member
H A Dhcd.c513 if (chan->do_ping) in dwc2_hc_enable_slave_ints()
1205 if (chan->do_ping) { in dwc2_hc_start_transfer()
1413 if (chan->do_ping) in dwc2_hc_start_transfer_ddma()
2333 chan->do_ping = 0; in dwc2_hc_init_xfer()
2360 chan->do_ping = 0; in dwc2_hc_init_xfer()
2599 chan->do_ping = 0; in dwc2_assign_and_init_hc()
2601 chan->do_ping = qh->ping_state; in dwc2_assign_and_init_hc()
2814 } else if (chan->do_ping) { in dwc2_queue_transaction()
/openbmc/linux/tools/testing/selftests/net/
H A Dipsec.c747 static int do_ping(int cmd_fd, char *buf, size_t buf_len, struct in_addr from, in do_ping() function
1747 if (do_ping(cmd_fd, buf, page_size, src, true, 0, 0, udp_ping_send)) { in child_serv()
1772 if (do_ping(cmd_fd, buf, page_size, tunsrc, in child_serv()
1896 if (do_ping(cmd_fd, buf, page_size, tun_reply ? tunsrc : src, in grand_child_serv()