/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
ioctls.h | 43 #define SIOCGIFNETMASK 0x891b /* get network PA mask */ 44 #define SIOCSIFNETMASK 0x891c /* set network PA mask */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
in.h | 195 * On subnets, host and network parts are found according 231 /* Network number for local host loopback. */
|
in6.h | 45 * in network byte order, not in host byte order as are the IPv4 equivalents 102 * sockaddr_in6 is in network byte order.
|
sockios.h | 44 #define SIOCGIFNETMASK 0x891b /* get network PA mask */ 45 #define SIOCSIFNETMASK 0x891c /* set network PA mask */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/ |
cdc.h | 4 * CDC says how to talk to lots of different types of network adapters, 105 /* "Network Channel Terminal Functional Descriptor" from CDC spec 5.2.3.11 */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
yp.x | 199 opaque ypbind_binding_addr[4]; /* In network order */ 200 opaque ypbind_binding_port[2]; /* In network order */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
sysexits.h | 40 * and the Berkeley network. 60 * in mail addresses or network requests.
|
/frameworks/base/services/java/com/android/server/net/ |
NetworkPolicyManagerService.java | 141 * Service that maintains low-level network policy rules, using 167 private static final String TAG_NETWORK_POLICY = "network-policy"; 212 /** Defined network policies. */ 214 /** Currently active network rules for ifaces. */ 315 // watch for network interfaces to be claimed 679 * Receiver that watches for {@link IConnectivityManager} to claim network 699 * Proactively control network data connections when they exceed [all...] |
/external/chromium/webkit/glue/ |
resource_loader_bridge.h | 144 // Length of the encoded data transferred over the network. In case there is 155 // Connection identifier from the underlying network stack. In case there 166 // Actual request and response headers, as obtained from the network stack. 241 // Used to associated the bridge with a frame's network context. 309 // over the network, which could be different from data length (e.g. for
|
/external/dnsmasq/po/ |
es.po | 218 msgid "Assume we are the only DHCP server on the local network." 801 #: option.c:2945 network.c:754 dhcp.c:734 828 #: network.c:73 833 #: network.c:417 dnsmasq.c:189 838 #: network.c:424 843 #: network.c:450 848 #: network.c:455 853 #: network.c:467 858 #: network.c:661 863 #: network.c:69 [all...] |
fr.po | 216 msgid "Assume we are the only DHCP server on the local network." 799 #: option.c:2945 network.c:754 dhcp.c:734 826 #: network.c:73 831 #: network.c:417 dnsmasq.c:189 836 #: network.c:424 841 #: network.c:450 846 #: network.c:455 851 #: network.c:467 856 #: network.c:661 861 #: network.c:69 [all...] |
id.po | 254 msgid "Assume we are the only DHCP server on the local network." 919 #: option.c:2945 network.c:754 dhcp.c:734 949 #: network.c:73 955 #: network.c:417 dnsmasq.c:189 961 #: network.c:424 966 #: network.c:450 972 #: network.c:455 978 #: network.c:467 983 #: network.c:661 989 #: network.c:69 [all...] |
no.po | 220 msgid "Assume we are the only DHCP server on the local network." 800 #: option.c:2945 network.c:754 dhcp.c:734 827 #: network.c:73 832 #: network.c:417 dnsmasq.c:189 837 #: network.c:424 842 #: network.c:450 847 #: network.c:455 852 #: network.c:467 857 #: network.c:661 862 #: network.c:69 [all...] |
pl.po | 218 msgid "Assume we are the only DHCP server on the local network." 781 #: option.c:2945 network.c:754 dhcp.c:734 808 #: network.c:73 813 #: network.c:417 dnsmasq.c:189 818 #: network.c:424 823 #: network.c:450 828 #: network.c:455 833 #: network.c:467 838 #: network.c:661 843 #: network.c:69 [all...] |
ro.po | 218 msgid "Assume we are the only DHCP server on the local network." 798 #: option.c:2945 network.c:754 dhcp.c:734 825 #: network.c:73 830 #: network.c:417 dnsmasq.c:189 835 #: network.c:424 840 #: network.c:450 845 #: network.c:455 850 #: network.c:467 855 #: network.c:661 860 #: network.c:69 [all...] |
/external/libpcap/ |
wlan_filtering.patch | 13 OR_NET, /* relative to the network-layer header */ 14 OR_NET_NOSNAP, /* relative to the network-layer header, with no SNAP header at the link layer */ 15 OR_TRAN_IPV4, /* relative to the transport-layer header, with IPv4 network layer */ 16 - OR_TRAN_IPV6 /* relative to the transport-layer header, with IPv6 network layer */ 17 + OR_TRAN_IPV6, /* relative to the transport-layer header, with IPv6 network layer */
|
/external/tcpdump/ |
README | 21 Network Research Group <tcpdump@ee.lbl.gov> 24 This directory contains source code for tcpdump, a tool for network 26 developed by the Network Research Group at the Lawrence Berkeley 91 particular network problems: 196 throughput of medium delay network paths (1-6 sec. round trip
|
/frameworks/base/core/java/android/net/ |
MobileDataStateTracker.java | 86 * @param netType the ConnectivityManager network type 87 * @param tag the name of this network 310 * for this network. 360 loge("unknown network type: " + tm.getNetworkType()); 376 * Record the detailed state of a network, and if it is a
|
/frameworks/base/core/java/android/webkit/ |
FrameLoader.java | 37 private Network mNetwork; 133 mNetwork = Network.getInstance(mListener.getContext()); 243 // and we may need to initiate a network request if the cache 332 // network. 400 /* The proxy credentials can be set in the Network thread */
|
/frameworks/base/docs/html/guide/market/licensing/ |
overview.jd | 29 <p>Google Play Licensing is a network-based service that lets an application query a trusted 92 network connections or use any licensing related APIs in the Android platform.</p> 135 you manage the handling of license checks that result in errors, such as network 196 the network. You can implement license caching behaviors to manage access to your application when 197 there is no network connectivity. </li>
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Phone.java | 73 * in 2G network</li> 206 // Used for preferred network type 226 static final int CDMA_RM_ANY = 2; // Roaming on Any Network, as defined in PRL 505 * its network activity and is in its final state. This may mean a state 565 * Register for Supplementary Service notifications from the network. [all...] |
/hardware/libhardware/include/hardware/ |
gps.h | 197 /** Network types for update_network_state "type" parameter */ 599 * Extended interface for Network-initiated (NI) support. 659 * Send network initiated message. 664 * Notify GPS of network status changes. 670 * Notify GPS of network status changes.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
in.h | 102 IPPORT_NETSTAT = 15, /* Network status service. */ 146 On subnets, host and network parts are found according to 179 /* Network number for local host loopback. */ 345 /* Functions to convert between host and network byte order. 370 /* The host byte order is the same as network byte order,
|
/external/dnsmasq/ |
FAQ | 125 A: for XP, Control Panel > Network Connections > { Connection to gateway / 129 A: for OS X, System Preferences > Network > {Connection to gateway / DNS } > 184 network with all ones in the host part. For instance if the 188 network to which the interface is connected kills things stone 205 send with the "hostname" keyword in /etc/network/interfaces. (See 211 Q: I'm network booting my machines, and trying to give them static 234 Q: What network types are supported by the DHCP server? 237 Linux all network types (including FireWire) are supported. 319 Q: My laptop has two network interfaces, a wired one and a wireless 442 then there's never a problem. If you use network logging, the [all...] |
/external/grub/ |
NEWS | 98 * The network support is updated to Etherboot-5.0.5. 106 network automatically via a special function. In the current, the 113 network into your preset menu. 150 configuration file automatically, like the network boot images. 161 * The network support is updated to Etherboot-4.6.4. 171 * One violation against the Network Boot Image Proposal was found and 220 * The network support is updated to Etherboot-4.6.1. So now we have 273 network drivers. See netboot/README.netboot for more details. 280 network device and get IP addresses from a network [all...] |