/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-shell-net-ping.md | 1 # ping chapter 6 ping命令用于测试网络连接是否正常。 20 | --help | 查看ping命令支持的参数列表 | N/A | 21 | -4 | 强制以IPV4通讯协议ping目标地址。 | 0-65500 | 24 | -i interval | 发送两次ping包的时间间隔,单位毫秒。 | 1-200 | 25 | -q | 隐式的ping IPv4地址,如果主机还存活,则在返回 true 后停止ping。 | N/A | 32 - ping命令用来测试到目的IP的网络连接是否正常,参数为目的IP地址。 43 举例:输入ping 192.168.1.3 48 **示例** ping tftp 服务器地址 51 OHOS:/$ ping 192.168.1.3 [all …]
|
H A D | kernel-small-debug-shell-net-ping6.md | 21 | -I interface | 指定网卡执行IPv6 ping操作。 | N/A | 22 | -I sourceAddress | 指定源IPv6地址执行ping操作。 | N/A | 59 --- 2001:a:b:c:d:e:f:b/64 ping statistics --- 71 --- 2001:a:b:c:d:e:f:b/64 ping statistics --- 84 --- 2001:a:b:c:d:e:f:b/64 ping statistics --- 96 --- 2001:a:b:c:d:e:f:b/64 ping statistics ---
|
H A D | kernel-mini-debug-shell.md | 142 ### ping subsection 148 ###### ping [ip]
|
H A D | kernel-small-debug-shell-build.md | 60 …mount netstat oom partinfo partition ping ping6 … 112 …mount netstat oom partinfo partition ping ping6 …
|
H A D | kernel-small-debug-shell-cmd-help.md | 46 partinfo partition ping ping6 pmm pwd 56 mv ping ps reboot rm rmdir top touch umount uname
|
H A D | kernel-small-bundles-fs-support.md | 221 启动以太网或者其他类型网络,使用ping命令检查到服务器的网络是否通畅。 225 OHOS # ping 10.67.212.178 230 --- 10.67.212.178 ping statistics ---
|
H A D | Readme-CN.md | 132 - [ping](kernel-small-debug-shell-net-ping.md)
|
H A D | kernel-small-overview.md | 87 - 应用程序:HTTP(S)服务、SNTP客户端、SMTP(S)客户端、ping工具、NetBIOS名称服务、mDNS响应程序、MQTT客户端、TFTP服务、DHCP客户端、DNS客户端、AutoI…
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-net-ping.md | 1 # ping chapter 11 ping *[-4] [-c cnt] [-f] [-i interval] [-q] [-s size] <IP>* 20 | --help | Displays the parameters supported by the **ping** command.| N/A | 24 | -i interval | Specifies the interval (in ms) for sending a ping packet.| 1-200 | 25 | -q | Implicitly pings an IPv4 address. If the host is still alive, the ping stops after **true** … 26 | -s SIZE | Specifies the size of a ping packet, in bytes. The default size is **56** bytes.| … 32 - The **ping** command is used to check whether the destination IP address is reachable. 43 Run **ping 192.168.1.3**. 51 OHOS:/$ ping 192.168.1.3 56 --- 192.168.1.3 ping statistics ---
|
H A D | kernel-small-debug-shell-net-ping6.md | 21 | -I interface | Specifies the NIC for performing the ping operation. | N/A | 59 --- 2001:a:b:c:d:e:f:b/64 ping statistics --- 71 --- 2001:a:b:c:d:e:f:b/64 ping statistics --- 84 --- 2001:a:b:c:d:e:f:b/64 ping statistics --- 96 --- 2001:a:b:c:d:e:f:b/64 ping statistics ---
|
H A D | kernel-small-debug-shell-cmd-help.md | 46 partinfo partition ping ping6 pmm pwd 56 mv ping ps reboot rm rmdir top touch umount uname
|
H A D | kernel-small-debug-shell-build.md | 61 …mount netstat oom partinfo partition ping ping6 … 115 …mount netstat oom partinfo partition ping ping6 …
|
H A D | kernel-mini-debug-shell.md | 148 ### ping subsection 154 ping [ip]
|
H A D | Readme-EN.md | 132 - [ping](kernel-small-debug-shell-net-ping.md)
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
H A D | frame.rs | 591 pub fn ack(ping: Ping) -> Frame { in ack() 592 Frame::new(0, FrameFlags::new(0x1), Payload::Ping(ping)) in ack() 651 let ping = Ping::new(data); in ut_ping() localVariable 652 assert_eq!(ping.data(), data); in ut_ping()
|
H A D | decoder.rs | 436 let ping = Frame::new( in decode_ping_payload() localVariable 441 Ok(FrameKind::Complete(ping)) in decode_ping_payload() 1391 Payload::Ping(ping) => { in ut_decode_ping_payload() 1392 let data = ping.data(); in ut_decode_ping_payload()
|
/ohos5.0/docs/zh-cn/application-dev/faqs/ |
H A D | faqs-network-management.md | 40 错误码6表示地址无法解析主机,可以尝试ping一下request中的URL,确认是否可以ping通。
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
H A D | manager.rs | 381 let ping = if let Payload::Ping(ping) = frame.payload() { in recv_ping_frame() localVariable 382 ping in recv_ping_frame() 393 .send(Ping::ack(ping.clone())) in recv_ping_frame()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-external-des.md | 702 5. 使用开发板ping测试终端。 705 busybox ping xxx.xxx.xxx.xxx 708 上述xxx.xxx.xxx.xxx为当前测试终端的IP地址,若测试能够ping通测试终端则表示,WLAN驱动基本功能正常。 731 4. 使用开发板ping测试终端。 734 busybox ping xxx.xxx.xxx.xxx 737 上述xxx.xxx.xxx.xxx为当前测试终端的IP地址,若测试能够ping通测试终端则表示,WLAN驱动基本功能正常。
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | websocket-connection.md | 9 …he client and server, the client sends a ping frame to the server at a specified interval. On rece…
|
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/ |
H A D | sample_hdi.h | 55 int32_t (*ping)(struct HdfDeviceObject *device, const char* info, char** infoOut); member
|
H A D | sample_hdi_service.cpp | 221 .ping = SampleServicePing,
|
H A D | sample_hdi_service_stub.cpp | 35 int32_t ret = SampleHdiImplInstance()->ping(client->device, info, &outInfo); in SampleServiceStubPing()
|
/ohos5.0/foundation/ability/dmsfwk_lite/ |
H A D | README_zh.md | 66 **组网环境**:必须确保设备在同一个局域网中,主从设备能互相ping通
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-smallchip-kernel-a.md | 150 mount netstat oom partinfo partition ping ping6 p…
|