HomeSort by relevance Sort by last modified time
    Searched defs:iface (Results 76 - 100 of 156) sorted by null

1 2 34 5 6 7

  /external/libppp/src/
ipcp.c 97 #include "iface.h"
518 struct iface *iface = ipcp->fsm.bundle->iface; local
529 for (n = 0; n < iface->addrs; n++) {
530 if (!ncpaddr_getip4(&iface->addr[n].peer, &peer))
537 if (n == iface->addrs)
565 for (n = 0; n < iface->addrs; n++) {
566 ncprange_getaddr(&iface->addr[n].ifa, &ipaddr);
572 if (n == iface->addrs
976 struct iface *iface = bundle->iface; local
    [all...]
  /external/libusb_aah/libusb/
core.c 717 const struct libusb_interface *iface = &config->interface[iface_idx]; local
720 for (altsetting_idx = 0; altsetting_idx < iface->num_altsetting;
723 = &iface->altsetting[altsetting_idx];
    [all...]
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 347 vpx_codec_iface_t *iface; member in struct:vpx_codec_priv
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 589 GstURIHandlerInterface* iface = (GstURIHandlerInterface *) gIface; local
591 iface->get_type = webKitWebSrcUriGetType;
592 iface->get_protocols = webKitWebSrcGetProtocols;
593 iface->get_uri = webKitWebSrcGetUri;
594 iface->set_uri = webKitWebSrcSetUri;
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 49 if (hapd->iface->current_rates == NULL)
53 num = hapd->iface->num_rates;
66 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num;
69 *pos = hapd->iface->current_rates[i].rate / 5;
70 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
94 if (hapd->iface->current_rates == NULL)
97 num = hapd->iface->num_rates;
109 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num + 8;
114 *pos = hapd->iface->current_rates[i].rate / 5;
115 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC
2046 struct hostapd_iface *iface = hapd->iface; local
2076 struct hostapd_iface *iface = hapd->iface; local
2102 struct hostapd_iface *iface = hapd->iface; local
    [all...]
hostapd.h 30 int (*reload_config)(struct hostapd_iface *iface);
35 int (*cb)(struct hostapd_iface *iface,
37 int (*driver_init)(struct hostapd_iface *iface);
44 struct hostapd_iface **iface; member in struct:hapd_interfaces
72 struct hostapd_iface *iface; member in struct:hostapd_data
273 void (*scan_cb)(struct hostapd_iface *iface);
278 int (*cb)(struct hostapd_iface *iface,
280 int hostapd_reload_config(struct hostapd_iface *iface);
285 int hostapd_setup_interface(struct hostapd_iface *iface);
286 int hostapd_setup_interface_complete(struct hostapd_iface *iface, int err)
    [all...]
wps_hostapd.c 52 static int wps_for_each(struct hostapd_iface *iface, void *ctx)
57 if (iface == NULL)
59 for (j = 0; j < iface->num_bss; j++) {
60 struct hostapd_data *hapd = iface->bss[j];
81 struct hostapd_iface *iface = hapd->iface; local
86 if (iface->interfaces == NULL ||
87 iface->interfaces->for_each_interface == NULL)
88 return wps_for_each(iface, &data);
89 return iface->interfaces->for_each_interface(iface->interfaces
264 struct hostapd_iface *iface = eloop_data; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 40 char iface[IFNAMSIZ + 1]; member in struct:hostap_driver_data
242 snprintf(ifr.ifr_name, sizeof(ifr.ifr_name), "%sap", drv->iface);
263 return linux_get_ifhwaddr(drv->sock, drv->iface, own_addr);
355 os_snprintf(ifname, IFNAMSIZ, "%sap", drv->iface);
381 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
494 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
551 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
588 drv->iface, MAC2STR(addr));
914 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
974 memcpy(drv->iface, params->ifname, sizeof(drv->iface))
    [all...]
driver_madwifi.c 77 char iface[IFNAMSIZ + 1]; member in struct:madwifi_driver_data
100 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
201 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
586 drv->iface, MAC2STR(addr));
754 drv->sock_raw = l2_packet_init(drv->iface, NULL, ETH_P_80211_RAW,
807 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
1032 os_strlcpy(iwr.ifr_name, drv->iface, IFNAMSIZ);
1149 memcpy(drv->iface, params->ifname, sizeof(drv->iface));
1152 os_strlcpy(ifr.ifr_name, drv->iface, sizeof(ifr.ifr_name))
    [all...]
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...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 555 struct upnp_wps_device_interface *iface; local
559 dl_list_for_each(iface, &s->sm->interfaces,
561 upnp_er_remove_notification(iface->wps->registrar, s);
1070 struct upnp_wps_device_interface *iface; local
1087 struct upnp_wps_device_interface *iface; local
1136 struct upnp_wps_device_interface *iface; local
1199 struct upnp_wps_device_interface *iface; local
    [all...]
wps_upnp_web.c 187 struct upnp_wps_device_interface *iface; local
189 iface = dl_list_first(&sm->interfaces,
198 s = iface->wps->friendly_name;
202 s = iface->wps->dev.manufacturer;
206 if (iface->wps->manufacturer_url)
208 iface->wps->manufacturer_url);
210 if (iface->wps->model_description)
212 iface->wps->model_description);
214 s = iface->wps->dev.model_name;
218 if (iface->wps->dev.model_number
318 struct upnp_wps_device_interface *iface; local
419 struct upnp_wps_device_interface *iface; local
474 struct upnp_wps_device_interface *iface; local
511 struct upnp_wps_device_interface *iface; local
635 struct upnp_wps_device_interface *iface; local
    [all...]
  /frameworks/base/core/java/android/net/
LinkProperties.java 109 public void setInterfaceName(String iface) {
110 mIfaceName = iface;
386 String iface = stacked.getInterfaceName(); local
387 if (!stacked.equals(target.mStackedLinks.get(iface))) {
575 String iface = in.readString();
576 if (iface != null) {
577 netProp.setInterfaceName(iface);
  /frameworks/base/tools/aidl/
aidl.cpp 822 interface_type* iface = (interface_type*)malloc( local
824 memset(iface, 0, sizeof(interface_type));
825 iface->document_item.item_type = INTERFACE_TYPE_BINDER;
826 iface->interface_token.lineno = lineno;
827 iface->interface_token.data = strdup(type);
828 iface->package = packagename ? strdup(packagename) : NULL;
829 iface->name.lineno = lineno;
830 iface->name.data = strdup(classname);
831 iface->open_brace_token.lineno = lineno;
832 iface->open_brace_token.data = strdup("{")
1084 interface_type* iface = (interface_type*)doc; local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
MobileNetworkSettings.java 85 private static final String iface = "rmnet0"; //TODO: this will go away field in class:MobileNetworkSettings
  /external/dhcpcd/
dhcpcd.c 182 struct interface *iface; local
188 iface = ifaces;
189 ifaces = iface->next;
190 free_interface(iface);
237 drop_dhcp(struct interface *iface, const char *reason)
239 free(iface->state->old);
240 iface->state->old = iface->state->new;
241 iface->state->new = NULL;
242 iface->state->reason = reason
423 struct interface *iface = arg; local
663 struct interface *iface = arg; local
886 struct interface *iface; local
904 struct interface *iface; local
959 struct interface *iface = arg; local
998 struct interface *iface = arg; local
1007 struct interface *iface = arg; local
1019 struct interface *iface = arg; local
1032 struct interface *iface = arg; local
1166 struct interface *iface = arg; local
1799 struct interface *iface; local
    [all...]
  /external/iptables/iptables/
ip6tables.c 591 char iface[IFNAMSIZ+2]; local
594 iface[0] = '!';
595 iface[1] = '\0';
597 else iface[0] = '\0';
600 strcat(iface, fw->ipv6.iniface);
602 else if (format & FMT_NUMERIC) strcat(iface, "*");
603 else strcat(iface, "any");
604 printf(FMT(" %-6s ","in %s "), iface);
607 iface[0] = '!';
608 iface[1] = '\0'
    [all...]
iptables.c 598 char iface[IFNAMSIZ+2]; local
601 iface[0] = '!';
602 iface[1] = '\0';
604 else iface[0] = '\0';
607 strcat(iface, fw->ip.iniface);
609 else if (format & FMT_NUMERIC) strcat(iface, "*");
610 else strcat(iface, "any");
611 printf(FMT(" %-6s ","in %s "), iface);
614 iface[0] = '!';
615 iface[1] = '\0'
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 53 static int darwin_claim_interface(struct libusb_device_handle *dev_handle, int iface);
54 static int darwin_release_interface(struct libusb_device_handle *dev_handle, int iface);
122 int8_t i, iface; local
126 for (iface = 0 ; iface < USB_MAXINTERFACES ; iface++) {
127 cInterface = &priv->interfaces[iface];
129 if (dev_handle->claimed_interfaces & (1 << iface)) {
133 *ifcp = iface;
756 static int get_endpoints (struct libusb_device_handle *dev_handle, int iface) {
789 usbi_info (HANDLE_CTX (dev_handle), "interface: %i pipe %i: dir: %i number: %i", iface, i, direction, number); local
999 uint8_t pipeRef, iface; local
1080 uint8_t direction, number, interval, pipeRef, iface; local
1133 uint8_t pipeRef, iface; local
1258 uint8_t pipeRef, iface; local
1269 usbi_info (ITRANSFER_CTX (itransfer), "WARNING: aborting all transactions on interface %d pipe %d", iface, pipeRef); local
    [all...]
  /external/libusb_aah/libusb/os/
darwin_usb.c 65 static int darwin_claim_interface(struct libusb_device_handle *dev_handle, int iface);
66 static int darwin_release_interface(struct libusb_device_handle *dev_handle, int iface);
135 int8_t i, iface; local
139 for (iface = 0 ; iface < USB_MAXINTERFACES ; iface++) {
140 cInterface = &priv->interfaces[iface];
142 if (dev_handle->claimed_interfaces & (1 << iface)) {
146 *ifcp = iface;
1010 usbi_info (HANDLE_CTX (dev_handle), "interface: %i pipe %i: dir: %i number: %i", iface, i, direction, number); local
1187 uint8_t pipeRef, iface; local
1272 uint8_t direction, number, interval, pipeRef, iface; local
1326 uint8_t pipeRef, iface; local
1426 uint8_t pipeRef, iface; local
1484 uint8_t pipeRef, iface; local
    [all...]
  /external/libvpx/libvpx/
vpxdec.c 55 vpx_codec_iface_t *iface; member in struct:__anon11018
169 vpx_codec_iface_name(ifaces[i].iface));
464 if(!vpx_codec_peek_stream_info(ifaces[i].iface,
711 vpx_codec_iface_t *iface = NULL; local
755 iface = ifaces[k].iface;
974 vpx_codec_iface_t *ivf_iface = ifaces[i].iface;
976 if (iface && iface != ivf_iface)
980 iface = ivf_iface
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new.c 133 struct wpas_dbus_priv *iface; local
137 iface = wpa_s->global->dbus;
140 if (iface == NULL)
155 iface, wpa_s->dbus_new_path,
160 dbus_connection_send(iface->con, msg, NULL);
204 struct wpas_dbus_priv *iface; local
208 iface = wpa_s->global->dbus;
211 if (iface == NULL)
223 dbus_connection_send(iface->con, msg, NULL);
243 struct wpas_dbus_priv *iface; local
320 struct wpas_dbus_priv *iface; local
385 struct wpas_dbus_priv *iface; local
486 struct wpas_dbus_priv *iface; local
567 struct wpas_dbus_priv *iface; local
607 struct wpas_dbus_priv *iface; local
648 struct wpas_dbus_priv *iface; local
711 struct wpas_dbus_priv *iface; local
794 struct wpas_dbus_priv *iface; local
841 struct wpas_dbus_priv *iface; local
886 struct wpas_dbus_priv *iface = wpa_s->global->dbus; local
946 struct wpas_dbus_priv *iface; local
1035 struct wpas_dbus_priv *iface; local
1106 struct wpas_dbus_priv *iface; local
1168 struct wpas_dbus_priv *iface; local
1293 struct wpas_dbus_priv *iface; local
1343 struct wpas_dbus_priv *iface; local
1397 struct wpas_dbus_priv *iface; local
1460 struct wpas_dbus_priv *iface; local
1529 struct wpas_dbus_priv *iface; local
1590 struct wpas_dbus_priv *iface; local
1680 struct wpas_dbus_priv *iface; local
3158 struct wpas_dbus_priv *iface; local
    [all...]
dbus_new_handlers_p2p.c 290 char *iface = NULL; local
327 iface = wpas_dbus_new_decompose_object_path(pg_object_path, 1,
329 if (iface == NULL ||
330 os_strcmp(iface, wpa_s->dbus_new_path) != 0) {
362 os_free(iface);
438 char *iface = NULL; local
523 iface = WPAS_DBUS_ERROR_CONNECT_CHANNEL_UNAVAILABLE;
528 iface = WPAS_DBUS_ERROR_CONNECT_CHANNEL_UNSUPPORTED;
533 iface = WPAS_DBUS_ERROR_CONNECT_UNSPECIFIED_ERROR;
543 reply = dbus_message_new_error(message, iface, err_msg)
567 char *iface = NULL; local
1696 char *iface = NULL, *persistent_group_id = NULL; local
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp 96 status_t WifiDisplaySource::start(const char *iface) {
100 msg->setString("iface", iface);
134 AString iface; local
135 CHECK(msg->findString("iface", &iface));
139 ssize_t colonPos = iface.find(":");
144 const char *s = iface.c_str() + colonPos + 1;
152 iface.erase(colonPos, iface.size() - colonPos)
    [all...]
  /frameworks/base/services/java/com/android/server/
TelephonyRegistry.java 719 String iface = linkProperties.getInterfaceName(); local
720 if (iface != null) {
721 intent.putExtra(PhoneConstants.DATA_IFACE_NAME_KEY, iface);

Completed in 1022 milliseconds

1 2 34 5 6 7