HomeSort by relevance Sort by last modified time
    Searched full:network (Results 476 - 500 of 3324) sorted by null

<<11121314151617181920>>

  /packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java 118 * @throws IOException if any error occurred on network interface or
134 * @throws IOException if any error occurred on network interface or
149 * @throws IOException if any error occurred on network interface or
165 * @throws IOException if any error occurred on network interface or
191 * @throws IOException if any error occurred on network interface or
205 * Make sure that a network route exists to allow us to reach the host in the
246 * @return the IP address as an {@code int} in network byte order
  /external/wpa_supplicant_6/wpa_supplicant/
config.c 29 * Structure for network configuration parsing. This data is used to implement
30 * a generic parser for each network block variable. The table of configuration
1243 /* Helper macros for network block parser */
1317 * Table of network configuration variables. This table is used to parse each
1318 * network configuration variable, e.g., each line in wpa_supplicant.conf file
1319 * that is inside a network block.
    [all...]
config.h 34 * more than one network interface is being controlled, one instance is used
39 * ssid - Head of the global network list
46 * pssid - Per-priority network lists (in priority order)
53 * This indicates how many per-priority network lists are included in
92 * in this mode, the network blocks in the configuration are tried
94 * network block should have explicit security policy (i.e., only one
122 * %wpa_supplicant as root (since it needs to change network
125 * control interface can be used to change the network
298 * 6-0050F204-1 (Network Infrastructure / AP)
387 * new network is added or a password is changed
    [all...]
  /bionic/libc/include/sys/
_errdefs.h 101 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
113 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
137 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
138 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
139 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunport.cc 74 // This should have almost no impact on network usage.
106 << " (" << port_->network()->name() << ")";
129 talk_base::Network* network,
132 : Port(thread, STUN_PORT_TYPE, factory, network, ip, min_port, max_port),
tcpport.cc 38 talk_base::Network* network, uint32 ip,
40 : Port(thread, LOCAL_PORT_TYPE, factory, network, ip, min_port, max_port),
189 talk_base::SocketAddress(port_->network()->ip(), 0),
203 // Incoming connections should match the network address.
  /external/qemu/android/
cmdline-options.h 94 OPT_PARAM( netspeed, "<speed>", "maximum network download/upload speeds" )
95 OPT_PARAM( netdelay, "<delay>", "network latency emulation" )
96 OPT_FLAG ( netfast, "disable network shaping" )
134 OPT_PARAM( tcpdump, "<file>", "capture network packets to file" )
142 OPT_PARAM( shared_net_id, "<number>", "join the shared network, using IP address 10.1.2.<number>")
  /external/webkit/Source/WebKit2/WebProcess/
com.apple.WebProcess.sb 152 (allow network-outbound)
153 (deny network-outbound (regex ""))
154 (deny network-outbound (local ip))
156 (allow network-outbound
164 (allow network-outbound (regex #"^/private/tmp/launch-[^/]+/Render"))
  /external/wpa_supplicant/wpa_gui-qt4/
wpagui.ui 33 <string>Network:</string>
291 <string>Add Network</string>
294 <string>&amp;Add Network</string>
302 <string>Edit Network</string>
305 <string>&amp;Edit Network</string>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/sys/
_errdefs.h 100 __BIONIC_ERRDEF( ENONET , 64, "Machine is not on the network" )
112 __BIONIC_ERRDEF( ENOTUNIQ , 76, "Name not unique on network" )
136 __BIONIC_ERRDEF( ENETDOWN , 100, "Network is down" )
137 __BIONIC_ERRDEF( ENETUNREACH , 101, "Network is unreachable" )
138 __BIONIC_ERRDEF( ENETRESET , 102, "Network dropped connection because of reset" )

Completed in 1179 milliseconds

<<11121314151617181920>>