HomeSort by relevance Sort by last modified time
    Searched full:ping (Results 76 - 100 of 167) sorted by null

1 2 34 5 6 7

  /external/dbus/
NEWS 144 - Added example programs (ping-pong, complex ping-pong, listnames, chat)
303 - The Ping message from the org.freedesktop.DBus.Peer interface is now handled
  /external/dnsmasq/src/
dhcp.c 586 /* check if we failed to ping addr sometime in the last
590 than 60% of the possible ping checks in the last
615 without more ping checks */
  /development/pdk/docs/porting/
bluetooth.jd 76 l2ping ADDRESS # ping another BT device. Useful to check if RX/TX works.
  /external/quake/quake/src/QW/client/
client.h 68 int ping; member in struct:player_info_s
net_chan.c 375 { // gotta be a digital link for <100 ms ping
  /external/wpa_supplicant/
ctrl_iface.c 1169 if (os_strcmp(buf, "PING") != 0)
1183 if (os_strcmp(buf, "PING") == 0) {
    [all...]
  /external/wpa_supplicant/wpa_gui/
wpagui.ui 452 <slot>ping()</slot>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpagui.ui 452 <slot>ping()</slot>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 167 connect(timer, SIGNAL(timeout()), SLOT(ping()));
744 void WpaGui::ping() function in class:WpaGui
776 if (ctrlRequest("PING", buf, &len) < 0) {
777 printf("PING failed - trying to reconnect\n");
    [all...]
  /hardware/libhardware_legacy/wifi/
wifi.c 417 if (strncmp(cmd, "PING", 4) == 0) {
  /packages/apps/Settings/res/layout/
radio_info.xml 44 <!-- Ping stats -->
  /system/extras/tests/fstest/
perm_checker.conf 135 /system/bin/ping 000 2755 root root net_raw net_raw
  /external/qemu/slirp/
socket.c 452 if (so->so_type == IPPROTO_ICMP) { /* This is a "ping" reply */
541 } /* if ping packet */
  /external/qemu/slirp-android/
socket.c 459 if (so->so_type == IPPROTO_ICMP) { /* This is a "ping" reply */
542 } /* if ping packet */
  /external/tcpdump/
print-ldp.c 212 { 0x01, "ICMP Ping" },
213 { 0x02, "LSP Ping" },
  /external/qemu/android/
main.c     [all...]
hw-sensors.c 120 * blocking read that happens in a different thread. This ping-pong makes
  /external/dbus/doc/
dbus-specification.xml     [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
InetAddress.java 809 // binds to all address on this NetworkInterface, tries ICMP ping
814 // tries TCP echo if ICMP ping fails
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 1568 else if (!strcmp(key, "ping")) {
1569 int ping = SV_CalcPing (&svs.clients[e1-1]); local
1570 sprintf(ov, "%d", ping);
  /external/dbus/bus/
dispatch.c     [all...]
  /external/quake/quake/src/WinQuake/
cl_input.cpp 361 MSG_WriteFloat (&buf, cl.mtime[0]); // so server can get ping times
  /external/quake/quake/src/WinQuake/kit/
3DFX.TXT 196 using File and print sharing or TCP/IP ping. If you are using IPX also
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.c     [all...]
  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 239 return doBooleanCommand("PING", "PONG");

Completed in 108 milliseconds

1 2 34 5 6 7