HomeSort by relevance Sort by last modified time
    Searched refs:iface (Results 226 - 250 of 431) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 609 public void limitReached(String limitName, String iface) {
614 mHandler.obtainMessage(MSG_LIMIT_REACHED, iface).sendToTarget();
    [all...]
NetworkStatsService.java 219 /** Current default active iface. */
603 entry.iface = IFACE_ALL;
800 public void limitReached(String limitName, String iface) {
892 final String iface = state.linkProperties.getInterfaceName(); local
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 218 const char *, struct addrinfo **, const char *iface, int mark);
410 const struct addrinfo *hints, struct addrinfo **res, const char *iface)
457 iface == NULL ? "^" : iface) < 0) {
586 const struct addrinfo *hints, const char *iface, int mark, struct addrinfo **res)
735 return android_getaddrinfo_proxy(hostname, servname, hints, res, iface);
765 &cur->ai_next, iface, mark);
798 const char *servname, struct addrinfo **res, const char *iface, int mark)
824 default_dns_files, hostname, pai, iface, mark)) {
1894 const char* iface; local
    [all...]
  /external/kernel-headers/original/linux/
usb.h 387 struct usb_interface *iface);
392 struct usb_interface *iface);
403 struct usb_interface *iface, void* priv);
407 * @iface: the interface being checked
415 static inline int usb_interface_claimed(struct usb_interface *iface) {
416 return (iface->dev.driver != NULL);
420 struct usb_interface *iface);
    [all...]
  /external/libppp/src/
ether.c 94 #include "iface.h"
462 const char *iface, *provider; local
475 iface = p->name.full + PPPOE_NODE_TYPE_LEN + 1;
477 provider = strchr(iface, ':');
479 ifacelen = provider - iface;
483 ifacelen = strlen(iface);
493 * | <iface> | dev->cs
501 * | <iface> |(tunN)<---->(tunN)| <unnamed> |
523 sprintf(path, "%.*s:", (int)ifacelen, iface);
Makefile 9 iface.c ip.c ipcp.c ipv6cp.c iplist.c lcp.c link.c log.c lqr.c main.c \
tcpmss.c 60 #include "iface.h"
165 MAXMSS(bundle->iface->mtu));
bundle.c 95 #include "iface.h"
709 if (bundle.iface != NULL) { /* Already allocated ! */
769 bundle.iface = iface_Create(ifname);
770 if (bundle.iface == NULL) {
852 iface_Destroy(bundle.iface);
853 bundle.iface = NULL;
893 iface_Clear(bundle.iface, &bundle.ncp, 0, IFACE_CLEAR_ALL);
904 iface_ClearFlags(bundle->iface->name, IFF_UP);
920 iface_Clear(bundle->iface, &bundle->ncp, 0, IFACE_CLEAR_ALL);
941 iface_Destroy(bundle->iface);
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_ssdp.c 132 struct upnp_wps_device_interface *iface; local
135 iface = dl_list_first(&sm->interfaces,
137 uuid_bin2str(iface->wps->uuid, uuid_string, sizeof(uuid_string));
585 struct upnp_wps_device_interface *iface; local
586 iface = dl_list_first(
591 uuid_bin2str(iface->wps->uuid, uuid_string,
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 924 final String iface = tracker.getLinkProperties().getInterfaceName(); local
1689 String iface = bestRoute.getInterface(); local
2436 final String iface = thisNet.getLinkProperties().getInterfaceName(); local
2468 final String iface = net.getLinkProperties().getInterfaceName(); local
2719 final String iface = nt.getLinkProperties().getInterfaceName(); local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 30 import com.android.dx.cf.iface.AttributeList;
31 import com.android.dx.cf.iface.Method;
32 import com.android.dx.cf.iface.MethodList;
CfTranslator.java 23 import com.android.dx.cf.iface.Field;
24 import com.android.dx.cf.iface.FieldList;
25 import com.android.dx.cf.iface.Method;
26 import com.android.dx.cf.iface.MethodList;
  /external/libusb/libusb/
libusbi.h 580 int (*claim_interface)(struct libusb_device_handle *handle, int iface);
597 int (*release_interface)(struct libusb_device_handle *handle, int iface);
614 int iface, int altsetting);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 135 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
141 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \
147 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
soc-dapm.h 135 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
141 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \
147 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
  /bionic/libc/netbsd/resolv/
res_cache.c 1886 char* iface; local
2059 char* iface = _res_default_ifname; local
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 20 import com.android.dx.cf.iface.ParseException;
  /external/chromium_org/media/audio/alsa/
alsa_wrapper.h 24 virtual int DeviceNameHint(int card, const char* iface, void*** hints);
  /external/doclava/src/com/google/doclava/
MethodInfo.java 69 for (ClassInfo iface : queue) {
70 for (MethodInfo me : iface.methods()) {
107 for (ClassInfo iface : queue) {
108 for (MethodInfo me : iface.methods()) {
140 for (ClassInfo iface : queue) {
141 for (MethodInfo me : iface.methods()) {
166 for (ClassInfo iface : queue) {
167 for (MethodInfo me : iface.methods()) {
170 return iface;
  /external/wpa_supplicant_8/src/ap/
vlan_init.c 485 * If create is set, then this iface is added to the global list.
488 * 0 if iface is not in list
489 * 1 if iface is in list (was there or has been added)
496 struct hapd_interfaces *hapd_global = hapd->iface->interfaces;
503 if (os_strncmp(j->iface, ifname, sizeof(j->iface)) == 0 &&
519 os_strlcpy(j->iface, ifname, sizeof(j->iface));
540 * -1 on error or if iface was not found
541 * 0 if iface was found and is still presen
    [all...]
  /frameworks/av/media/libmedia/
IMediaPlayerService.cpp 176 const String8& iface)
181 data.writeString8(iface);
314 String8 iface(data.readString8());
315 sp<IRemoteDisplay> display(listenForRemoteDisplay(client, iface));
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
id_policy.hpp 25 #include <boost/test/utils/runtime/cla/iface/id_policy.hpp>
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers.c 516 * wpas_dbus_handler_create_interface - Request registration of a network iface
579 * Try to get the wpa_supplicant record for this iface, return
589 struct wpa_interface iface; local
590 os_memset(&iface, 0, sizeof(iface));
591 iface.driver = driver;
592 iface.ifname = ifname;
593 iface.confname = confname;
594 iface.bridge_ifname = bridge_ifname;
596 if ((wpa_s = wpa_supplicant_add_iface(global, &iface))) {
1479 char *iface = NULL, *net_id = NULL; local
1594 char *iface = NULL, *net_id = NULL; local
1647 char *iface = NULL, *net_id = NULL; local
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java 575 public synchronized void interfaceStatusChanged(String iface, boolean up) {
577 mObserver.interfaceStatusChanged(iface, up);
733 final String iface = ipv4DefaultRoute.getInterface(); local
762 iface, profile.server, "udppsk", profile.ipsecIdentifier,
768 iface, profile.server, "udprsa", privateKey, userCert,
774 iface, profile.server, "xauthpsk", profile.ipsecIdentifier,
780 iface, profile.server, "xauthrsa", privateKey, userCert,
786 iface, profile.server, "hybridrsa",
797 iface, "pptp", profile.server, "1723",
807 iface, "l2tp", profile.server, "1701", profile.l2tpSecret
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c 62 char iface[IFNAMSIZ + 1]; member in struct:atheros_driver_data
189 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
208 __func__, drv->iface, op,
222 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
229 "(%s) arg %d)", __func__, drv->iface, op,
974 drv->sock_raw = l2_packet_init(drv->iface, NULL, ETH_P_80211_RAW,
    [all...]

Completed in 721 milliseconds

1 2 3 4 5 6 7 8 91011>>