| /openbmc/openbmc/poky/meta/recipes-extended/iputils/iputils/ |
| H A D | CVE-2025-47268.patch | 4 Subject: [PATCH] ping: Fix signed 64-bit integer overflow in RTT calculation 21 $ ./ping/ping -c2 127.0.0.1 25 …../ping/ping_common.c:757:25: runtime error: signed integer overflow: -2513732689199106 * 1000000 … 26 …../ping/ping_common.c:757:12: runtime error: signed integer overflow: -4975495174606980224 + -6510… 27 …../ping/ping_common.c:769:47: runtime error: signed integer overflow: 6960633343677281965 * 696063… 29 ./ping/ping: Warning: time of day goes back (-7256972569576721377us), taking countermeasures 30 ./ping/ping: Warning: time of day goes back (-7256972569576721232us), taking countermeasures 32 …../ping/ping_common.c:265:16: runtime error: signed integer overflow: 6960633343677281965 * 2 cann… 35 --- 127.0.0.1 ping statistics --- 37 …../ping/ping_common.c:940:42: runtime error: signed integer overflow: 1740158335919320832 * 174015… [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/iputils/ |
| H A D | iputils_20240905.bb | 3 tracepath, tracepath6, ping, ping6 and arping." 37 ALTERNATIVE:${PN}-ping = "ping" 38 ALTERNATIVE_LINK_NAME[ping] = "${base_bindir}/ping" 43 SPLITPKGS = "${PN}-ping ${PN}-arping ${PN}-tracepath ${PN}-clockdiff \ 51 FILES:${PN}-ping = "${base_bindir}/ping.${BPN}" 59 ln -sf ping ${D}/${base_bindir}/ping6
|
| /openbmc/qemu/tests/rocker/ |
| H A D | bridge-stp | 5 while ! simp ssh tut sw1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 6 while ! simp ssh tut h1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 7 while ! simp ssh tut h2 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 41 simp ssh tut h1 --cmd "ping -w 1 -c1 11.0.0.2 >/dev/null" 44 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null" 46 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null" 48 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null" 50 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null" 52 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null"
|
| H A D | port | 4 while ! simp ssh tut sw1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 5 while ! simp ssh tut h1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 6 while ! simp ssh tut h2 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 20 simp ssh tut h1 --cmd "ping -c10 11.0.0.1 >/dev/null" 22 simp ssh tut h2 --cmd "ping -c10 12.0.0.1 >/dev/null"
|
| H A D | bridge-vlan-stp | 5 while ! simp ssh tut sw1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 6 while ! simp ssh tut h1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 7 while ! simp ssh tut h2 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 53 simp ssh tut h1 --cmd "ping -w 1 -c1 11.0.0.2 >/dev/null" 56 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null" 58 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null" 60 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null" 62 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null" 64 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null"
|
| H A D | bridge | 5 while ! simp ssh tut sw1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 6 while ! simp ssh tut h1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 7 while ! simp ssh tut h2 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 41 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null" 43 simp ssh tut h1 --cmd "ping -c10 11.0.0.3 >/dev/null"
|
| H A D | bridge-vlan | 5 while ! simp ssh tut sw1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 6 while ! simp ssh tut h1 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 7 while ! simp ssh tut h2 --cmd "ping -c 1 localhost >/dev/null"; do sleep 1; done 52 simp ssh tut h1 --cmd "ping -c10 11.0.0.2 >/dev/null"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fping/ |
| H A D | fping_5.3.bb | 2 DESCRIPTION = "fping is a ping like program which uses the Internet Control \ 4 responding. fping differs from ping in that you can specify any number of \ 6 targets to ping. Instead of sending to one target until it times out or \ 7 replies, fping will send out a ping packet and move on to the next target \
|
| /openbmc/u-boot/arch/sandbox/dts/ |
| H A D | test.dts | 82 ping-expect = <0>; 83 ping-add = <0>; 126 ping-expect = <3>; 127 ping-add = <3>; 152 ping-expect = <4>; 153 ping-add = <4>; 157 ping-expect = <5>; 158 ping-add = <5>; 163 ping-expect = <6>; 164 ping-add = <6>; [all …]
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | message_parsers.cpp | 439 header->ping.rmcp.version = parser::RMCP_VERSION; in flatten() 440 header->ping.rmcp.reserved = 0x00; in flatten() 441 header->ping.rmcp.rmcpSeqNum = parser::RMCP_SEQ; in flatten() 442 header->ping.rmcp.classOfMsg = static_cast<uint8_t>(ClassOfMsg::ASF); in flatten() 446 header->ping.iana = header->iana = endian::to_ipmi(parser::ASF_IANA); in flatten() 447 header->ping.msgType = static_cast<uint8_t>(RmcpMsgType::PONG); in flatten() 448 header->ping.msgTag = asfMsgTag; in flatten() 449 header->ping.reserved = 0x00; in flatten() 450 header->ping.dataLen = in flatten()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/mtr/ |
| H A D | mtr_0.95.bb | 1 SUMMARY = "Combined traceroute and ping utility" 2 DESCRIPTION = "mtr combines the functionality of the 'traceroute' and 'ping' programs in a single n…
|
| /openbmc/u-boot/arch/mips/dts/ |
| H A D | nexys4ddr.dts | 35 xlnx,rx-ping-pong = <0x1>; 37 xlnx,tx-ping-pong = <0x1>;
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | factory_reset.robot | 23 # settings and checking whether ping works with BMC host. 24 # If factory reset is successful, ping to BMC host should fail as 37 # If reverting to initial setup is successful, ping to BMC
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch | 11 partitions information and ping these partitions. The command is also 191 + * do_ffa_ping() - implementation of the ping subcommand 284 + "ping <partition ID>\n" 291 + U_BOOT_SUBCMD_MKENT(ping, 2, 1, do_ffa_ping), 335 + ping [partition ID] 350 +The command also allows to gather secure partitions information and ping these partitions. 359 +* ping 363 + corstone1000# armffa ping 0x8003 372 +* ping (failure case) 376 + corstone1000# armffa ping 0
|
| /openbmc/u-boot/test/dm/ |
| H A D | test-uclass.c | 24 if (!ops->ping) in test_ping() 27 return ops->ping(dev, pingval, pingret); in test_ping()
|
| H A D | test-driver.c | 32 .ping = testdrv_ping, 104 .ping = test_manual_drv_ping,
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/inetutils/ |
| H A D | inetutils_2.6.bb | 71 mv ${D}${bindir}/ping* ${D}${base_bindir}/ 108 PACKAGES =+ "${PN}-ping ${PN}-ping6 ${PN}-hostname ${PN}-ifconfig \ 162 ALTERNATIVE:${PN}-ping = "ping" 163 ALTERNATIVE_LINK_NAME[ping] = "${base_bindir}/ping" 170 FILES:${PN}-ping = "${base_bindir}/ping.${BPN}"
|
| /openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/ |
| H A D | phosphor-ipmi-net_%.bbappend | 3 PACKAGECONFIG:remove = "rmcp-ping"
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_get_bios_post_code.robot | 85 # host_ip The host name or IP of the host to ping. 98 # host_ip The host name or IP of the host to ping. 109 # host_ip The host name or IP of the host to ping. 111 ${cmd}= Catenate ping -c 4 ${host_ip}
|
| /openbmc/qemu/python/qemu/utils/ |
| H A D | qemu_ga_client.py | 78 if not self.ping(timeout): 148 def ping(self, timeout: Optional[float]) -> bool: member in QemuGuestAgentClient 151 self.qga.ping() 238 alive = client.ping(timeout)
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
| H A D | phosphor-ipmi-net_git.bb | 36 PACKAGECONFIG ??= "pam-authenticate rmcp-ping" 37 PACKAGECONFIG[rmcp-ping] = "-Drmcp_ping=enabled,-Drmcp_ping=disabled"
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | se-Nykoping | 1 # Sweden - Nyköping
|
| /openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
| H A D | ncsi_fsm.c | 507 network_debug->ncsi.test.ping.tx); in ncsi_fsm_poll_test() 508 network_debug->ncsi.test.ping.tx_count++; in ncsi_fsm_poll_test() 515 network_debug->ncsi.test.ping.rx_count++; in ncsi_fsm_poll_test() 519 network_debug->ncsi.test.ping.tx, in ncsi_fsm_poll_test() 524 network_debug->ncsi.test.ping.bad_rx_count++; in ncsi_fsm_poll_test() 525 memcpy(network_debug->ncsi.test.ping.last_bad_rx, in ncsi_fsm_poll_test() 527 sizeof(network_debug->ncsi.test.ping.last_bad_rx)); in ncsi_fsm_poll_test()
|
| /openbmc/qemu/tests/data/ |
| H A D | test-qga-config | 8 block-rpcs=guest-ping;guest-get-time
|
| /openbmc/u-boot/cmd/ |
| H A D | remoteproc.c | 54 ops->ping ? "ping " : ""); in print_remoteproc_list() 228 U_BOOT_CMD_MKENT(ping, 1, 1, do_remoteproc_wrapper,
|