/frameworks/base/voip/java/com/android/server/sip/ |
SipService.java | 489 // network connectivity is tricky because network can be disconnected 498 // network disconnected 499 Log.w(TAG, "createSipSessionGroup(): network disconnected?"); 556 // network disconnected 557 Log.w(TAG, "resetGroup(): network disconnected?"); 813 // return right away if no active network connection. [all...] |
/external/webkit/Source/WebCore/ |
CMakeLists.txt | 43 "${WEBCORE_DIR}/platform/network" [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface.c | 401 /* cmd: "<network id> <BSSID>" */ 550 "network id / ssid / bssid / flags\n"); 861 /* cmd: "<network id>" or "any" */ 879 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Could not find network " 907 /* cmd: "<network id>" or "all" */ 931 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Could not find network " 939 * and a new network was made available. */ 959 /* cmd: "<network id>" or "all" */ 978 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Could not find network " 985 wpa_printf(MSG_DEBUG, "CTRL_IFACE: Could not disable WPS network " [all...] |
/external/qemu/android/ |
console.c | 689 control_write( client, "Current network status:\r\n" ); 719 control_write( client, "KO: missing <speed> argument, see 'help network speed'\r\n" ); 723 control_write( client, "KO: invalid <speed> argument, see 'help network speed' for valid values\r\n" ); 741 "'network speed <speed>' allows you to dynamically change the speed of the emulated\r\n" 742 "network on the device, where <speed> is one of the following:\r\n\r\n" ); 750 control_write( client, "KO: missing <delay> argument, see 'help network delay'\r\n" ); 754 control_write( client, "KO: invalid <delay> argument, see 'help network delay' for valid values\r\n" ); 765 "'network delay <latency>' allows you to dynamically change the latency of the emulated\r\n" 766 "network on the device, where <latency> is one of the following:\r\n\r\n" ); 774 control_write( client, "KO: missing <file> argument, see 'help network capture start'\r\n" ) [all...] |
/external/grub/docs/ |
grub.texi | 108 * Network:: Downloading OS images from a network 330 @item Support network booting 331 GRUB is basically a disk-based boot loader but also has network 332 support. You can load OS images from a network by using the @dfn{TFTP} [all...] |
/external/libpcap/doc/ |
pcap.xml | 61 <t>Portability: a capture trace must contain all the information needed to read data independently from network, hardware and operating system of the machine that made the capture.</t> 224 <t>The Interface Description Block is mandatory. This block is needed to specify the characteristics of the network interface on which the capture has been made. In order to properly associate the captured data to the corresponding interface, the Interface Description Block must be defined before any other block that uses it; therefore, this block is usually placed immediately after the Section Header Block.</t> 268 <c>Interface network address and netmask.</c> 273 <c>Interface network address and prefix length (stored in the last byte).</c> 322 <t>A Packet Block is the standard container for storing the packets coming from the network. The Packet Block is optional because packets can be stored either by means of this block or the Simple Packet Block, which can be used to speed up dump generation. The format of a packet block is shown in <xref target="formatpb"/>.</t> 360 <t>Packet Len: actual length of the packet when it was transmitted on the network. Can be different from Captured Len if the user wants only a snapshot of the packet.</t> 361 <t>Packet Data: the data coming from the network, including link-layer headers. The length of this field is Captured Len. The format of the link-layer headers depends on the LinkType field specified in the Interface Description Block (see <xref target="sectionidb"/>) and it is specified in Appendix XXX (TODO).</t> 370 <t>The Simple Packet Block is a lightweight container for storing the packets coming from the network. Its presence is optional.</t> 393 <t>Packet Len: actual length of the packet when it was transmitted on the network. Can be different from captured len if the packet has been truncated.</t> 394 <t>Packet data: the data coming from the network, including link-layers headers. The length of this field can be derived from the field Block Total (…) [all...] |
/external/qemu/ |
net-android.c | 164 /* network device redirectors */ 687 /* slirp network adapter */ 1004 monitor_printf(mon, "user mode network stack not in use\n"); 1278 fprintf(stderr, "warning: could not open /dev/tap: no virtual network emulation\n"); [all...] |
net.c | 131 /* network device redirectors */ 654 /* slirp network adapter */ 876 monitor_printf(mon, "user mode network stack not in use\n"); 1150 fprintf(stderr, "warning: could not open /dev/tap: no virtual network emulation\n"); 1310 fprintf(stderr, "warning: could not open /dev/net/tun: no virtual network emulation\n"); 1321 fprintf(stderr, "warning: could not configure /dev/net/tun: no virtual network emulation\n"); [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
MulticastSocketTest.java | 191 assertTrue("network interface returned wrong network interface when not set:" + theInterface, 194 // validate we the first address in the network interface is the ANY address 203 assertEquals("getNetworkInterface did not return network interface set by second setNetworkInterface call", 314 // Check that we can join a group using a null network interface. 357 // if there is more than one network interface then check that 636 fail("No socket exception when we set then network interface with NULL"); [all...] |
/external/chromium/net/base/ |
net_error_list.h | 8 // This file contains the list of network errors. 53 // Permission to access a resource, other than the network, was denied. 102 // the specified host or network. 206 // Permission to access the network was denied. This is used to distinguish 244 // 3. The user is on a wireless network and is being redirected to the 245 // network's login page. 392 // An operation could not be completed because all network IO
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpbase.cc | 525 // network first (as opposed to processing existing data first). 603 // When send_required is true, no more buffering can occur without a network 614 // into each packet as possible. Thus, we defer network writes until we've 660 // Nothing to do but flush data to the network. 676 // to be flushed to the network. 705 // Nothing more we can do until network is writeable. 734 // Not enough room for the next header, write to network first.
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiMonitor.java | 174 bssid=fa:7b:7a:42:82:13 unknown-network */ 208 /* Network connection completed */ 210 /* Network disconnection completed */ 505 * id=network-id state=new-state 577 * @param networkId the configured network on which the state change occurred 578 * @param newState the new network state 599 * @param networkId the configured network on which the state change occurred
|
/libcore/luni/src/main/java/java/net/ |
URL.java | 323 * <h3>Network I/O Warning</h3> 325 * network. This is problematic: 327 * <li><strong>The network may be slow.</strong> Many classes, including 336 * <li><strong>The network many not be available.</strong> Two URLs could be 337 * equal when a network is available and unequal otherwise.</li> 338 * <li><strong>The network may change.</strong> The IP address for a given 339 * host name varies by network and over time. This is problematic for mobile
|
/external/dnsmasq/ |
CHANGELOG.archive | 634 DHCP-served network, not just the range available for 639 the network the host appears on. 655 Add dhcp-boot option to support network boot. 762 network so that the lease address is no longer valid. [all...] |
/development/ndk/platforms/android-3/include/ |
netdb.h | 80 * Structures returned by network data base library. All addresses are 81 * supplied in host order, and returned in network order (suitable for 97 uint32_t n_net; /* network # */
|
/device/moto/wingray/overlay/frameworks/base/core/res/res/values/ |
config.xml | 29 <!-- This string array should be overridden by the device to present a list of network 72 <!-- Array of allowable ConnectivityManager network types for tethering --> 100 <!-- Component name of the service providing network location support. -->
|
/external/bluetooth/bluez/ |
acinclude.m4 | 227 AC_ARG_ENABLE(network, AC_HELP_STRING([--disable-network], [disable network plugin]), [
|
/external/bluetooth/bluez/doc/ |
audio-api.txt | 382 Find out the name of the currently selected network 432 0 implies no service. No Home/Roam network available. 433 1 implies presense of service. Home/Roam network
|
/external/chromium/chrome/browser/chromeos/cros/ |
libcros_service_library.cc | 44 // Library that provides network proxy service for LibCrosService. 74 // clients send network proxy resolution requests to the service running in 236 VLOG(1) << "Network proxy resolution completed synchronously.";
|
/external/chromium/chrome/browser/chromeos/ |
proxy_config_service_impl.h | 30 // - provides network stack with latest system proxy configuration for use on 70 // network stack. 182 // start activating it on network stack and persisting it to device.
|
/external/chromium/chrome/browser/net/ |
passive_log_collector.h | 20 // PassiveLogCollector watches the NetLog event stream, and saves the network 23 // This is done so that when a network problem is encountered (performance 28 // network event, but requires capturing to have been enabled *prior* to
|
/external/chromium/chrome/common/ |
url_constants.cc | 84 "chrome://choose-mobile-network/"; 136 const char kChromeUIChooseMobileNetworkHost[] = "choose-mobile-network"; 150 const char kChromeUINetworkMenu[] = "network-menu";
|
/external/chromium/webkit/glue/ |
webmediaplayer_impl.h | 147 // Notify |webmediaplayer_| that there's a network event. 237 // Internal states of loading and network. 276 // Helpers that set the network/ready state and notifies the client if
|
/external/iproute2/man/man8/ |
tc.8 | 68 bursts in traffic for better network behaviour. Shaping occurs on egress. 98 to the network adaptor driver. 101 First In, First Out queue. It does however store traffic when the network interface
|
/external/libxslt/libxslt/ |
security.c | 404 * Check if we are allowed to write this network resource 464 * Check if we are allowed to write this network resource 471 "Network file read for %s refused\n", URL);
|