OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:miface
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/services/core/java/com/android/server/connectivity/
Nat464Xlat.java
69
// - Running: start() called, and interfaceLinkStateChanged() told us that
mIface
is up.
72
// Once
mIface
is non-null and isStarted() is true, methods called by ConnectivityService on
76
private String
mIface
;
107
return
mIface
!= null;
114
mIface
= null;
145
mIface
= CLAT_PREFIX + mBaseIface;
190
!mNetwork.linkProperties.getAllInterfaceNames().contains(
mIface
)) {
191
Slog.d(TAG, "clatd running, updating NAI for " +
mIface
);
193
if (
mIface
.equals(stacked.getInterfaceName())) {
203
stacked.setInterfaceName(
mIface
);
[
all
...]
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java
100
private static String
mIface
= "";
148
if (!
mIface
.equals(iface)) {
204
Log.e(TAG, "Interface unexpectedly changed from " + iface + " to " +
mIface
);
209
Log.e(TAG, "Error upping interface " +
mIface
+ ": " + e);
225
if (!iface.equals(
mIface
))
248
Log.i(TAG, "Applying static IPv4 configuration to " +
mIface
+ ": " + staticConfig);
249
InterfaceConfiguration config = mNMService.getInterfaceConfig(
mIface
);
251
mNMService.setInterfaceConfig(
mIface
, config);
291
mIface
, mNetworkInfo));
303
linkProperties = config.getStaticIpConfiguration().toLinkProperties(
mIface
);
[
all
...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h
137
int
mIface
;
144
mIface
= -1;
150
mIface
= iface;
cpp_bindings.cpp
570
if (
mIface
!= -1) {
571
res = set_iface_id(
mIface
);
/hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h
154
int
mIface
;
161
mIface
= -1;
167
mIface
= iface;
cpp_bindings.cpp
577
if (
mIface
!= -1) {
578
res = set_iface_id(
mIface
);
/frameworks/base/services/net/java/android/net/dhcp/
DhcpClient.java
186
private NetworkInterface
mIface
;
265
mIface
= NetworkInterface.getByName(mIfaceName);
266
mHwAddr =
mIface
.getHardwareAddress();
267
mInterfaceBroadcastAddr = new PacketSocketAddress(
mIface
.getIndex(),
288
PacketSocketAddress addr = new PacketSocketAddress((short) ETH_P_IP,
mIface
.getIndex());
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java
451
panDevice.
mIface
= iface;
584
private String
mIface
;
590
mIface
= iface;
/external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c
4938
struct wpa_interface *iface, *
miface
;
local
[
all
...]
Completed in 572 milliseconds