Searched refs:iface (Results 101 - 125 of 318) sorted by relevance

1234567891011>>

/external/libsepol/include/sepol/
H A Dinterfaces.h40 int (*fn) (const sepol_iface_t * iface,
/external/dhcpcd/
H A Dif-linux.c68 if_init(struct interface *iface) argument
83 iface->name);
94 if_conf(struct interface *iface) argument
102 iface->name);
108 iface->state->options->options |= DHCPCD_BROADCAST;
253 rt.iface = NULL;
272 rt.iface = find_interface(ifn);
280 if (rt.iface != NULL) {
281 if (metric == rt.iface->metric) {
297 struct interface *iface; local
493 if_address(const struct interface *iface, const struct in_addr *address, const struct in_addr *netmask, const struct in_addr *broadcast, int action) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Ddrv_callbacks.c385 hapd->iface->freq = freq;
551 static struct hostapd_data * get_hapd_bssid(struct hostapd_iface *iface, argument
562 for (i = 0; i < iface->num_bss; i++) {
563 if (os_memcmp(bssid, iface->bss[i]->own_addr, ETH_ALEN) == 0)
564 return iface->bss[i];
575 hapd = get_hapd_bssid(hapd->iface, bssid);
585 struct hostapd_iface *iface = hapd->iface; local
595 hapd = get_hapd_bssid(iface, bssid);
606 hapd = iface
705 struct hostapd_iface *iface = hapd->iface; local
722 hostapd_get_mode_channel( struct hostapd_iface *iface, unsigned int freq) argument
740 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
761 struct hostapd_iface *iface = hapd->iface; local
[all...]
H A Dsta_info.c171 hapd->iface->num_sta_non_erp--;
172 if (hapd->iface->num_sta_non_erp == 0)
178 hapd->iface->num_sta_no_short_slot_time--;
179 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
180 && hapd->iface->num_sta_no_short_slot_time == 0)
186 hapd->iface->num_sta_no_short_preamble--;
187 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
188 && hapd->iface->num_sta_no_short_preamble == 0)
194 hapd->iface->num_sta_ht_no_gf--;
199 hapd->iface
572 struct hostapd_iface *iface = hapd->iface; local
691 const char *iface; local
[all...]
H A Dbeacon.c45 if (hapd->iface->current_mode == NULL ||
46 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
49 if (hapd->iface->olbc)
51 if (hapd->iface->num_sta_non_erp > 0) {
55 if (hapd->iface->num_sta_no_short_preamble > 0 ||
74 if (hapd->iface->current_mode == NULL ||
75 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
125 hapd->iface->current_mode == NULL)
133 mode = hapd->iface->current_mode;
539 if (!(hapd->iface
799 ieee802_11_set_beacons(struct hostapd_iface *iface) argument
808 ieee802_11_update_beacons(struct hostapd_iface *iface) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c553 struct upnp_wps_device_interface *iface; local
557 dl_list_for_each(iface, &s->sm->interfaces,
559 upnp_er_remove_notification(iface->wps->registrar, s);
1068 struct upnp_wps_device_interface *iface; local
1069 dl_list_for_each(iface, &sm->interfaces,
1071 if (iface->priv == priv)
1072 return iface;
1085 struct upnp_wps_device_interface *iface; local
1090 iface = upnp_wps_get_iface(sm, priv);
1091 if (iface
1134 struct upnp_wps_device_interface *iface; local
1197 struct upnp_wps_device_interface *iface; local
[all...]
/external/wpa_supplicant_8/src/ap/
H A Ddrv_callbacks.c385 hapd->iface->freq = freq;
551 static struct hostapd_data * get_hapd_bssid(struct hostapd_iface *iface, argument
562 for (i = 0; i < iface->num_bss; i++) {
563 if (os_memcmp(bssid, iface->bss[i]->own_addr, ETH_ALEN) == 0)
564 return iface->bss[i];
575 hapd = get_hapd_bssid(hapd->iface, bssid);
585 struct hostapd_iface *iface = hapd->iface; local
595 hapd = get_hapd_bssid(iface, bssid);
606 hapd = iface
705 struct hostapd_iface *iface = hapd->iface; local
722 hostapd_get_mode_channel( struct hostapd_iface *iface, unsigned int freq) argument
740 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
761 struct hostapd_iface *iface = hapd->iface; local
[all...]
H A Dsta_info.c171 hapd->iface->num_sta_non_erp--;
172 if (hapd->iface->num_sta_non_erp == 0)
178 hapd->iface->num_sta_no_short_slot_time--;
179 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
180 && hapd->iface->num_sta_no_short_slot_time == 0)
186 hapd->iface->num_sta_no_short_preamble--;
187 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
188 && hapd->iface->num_sta_no_short_preamble == 0)
194 hapd->iface->num_sta_ht_no_gf--;
199 hapd->iface
572 struct hostapd_iface *iface = hapd->iface; local
691 const char *iface; local
[all...]
H A Dbeacon.c45 if (hapd->iface->current_mode == NULL ||
46 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
49 if (hapd->iface->olbc)
51 if (hapd->iface->num_sta_non_erp > 0) {
55 if (hapd->iface->num_sta_no_short_preamble > 0 ||
74 if (hapd->iface->current_mode == NULL ||
75 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
125 hapd->iface->current_mode == NULL)
133 mode = hapd->iface->current_mode;
539 if (!(hapd->iface
799 ieee802_11_set_beacons(struct hostapd_iface *iface) argument
808 ieee802_11_update_beacons(struct hostapd_iface *iface) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c553 struct upnp_wps_device_interface *iface; local
557 dl_list_for_each(iface, &s->sm->interfaces,
559 upnp_er_remove_notification(iface->wps->registrar, s);
1068 struct upnp_wps_device_interface *iface; local
1069 dl_list_for_each(iface, &sm->interfaces,
1071 if (iface->priv == priv)
1072 return iface;
1085 struct upnp_wps_device_interface *iface; local
1090 iface = upnp_wps_get_iface(sm, priv);
1091 if (iface
1134 struct upnp_wps_device_interface *iface; local
1197 struct upnp_wps_device_interface *iface; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Ddrv_callbacks.c385 hapd->iface->freq = freq;
551 static struct hostapd_data * get_hapd_bssid(struct hostapd_iface *iface, argument
562 for (i = 0; i < iface->num_bss; i++) {
563 if (os_memcmp(bssid, iface->bss[i]->own_addr, ETH_ALEN) == 0)
564 return iface->bss[i];
575 hapd = get_hapd_bssid(hapd->iface, bssid);
585 struct hostapd_iface *iface = hapd->iface; local
595 hapd = get_hapd_bssid(iface, bssid);
606 hapd = iface
705 struct hostapd_iface *iface = hapd->iface; local
722 hostapd_get_mode_channel( struct hostapd_iface *iface, unsigned int freq) argument
740 hostapd_update_nf(struct hostapd_iface *iface, struct hostapd_channel_data *chan, struct freq_survey *survey) argument
761 struct hostapd_iface *iface = hapd->iface; local
[all...]
H A Dsta_info.c171 hapd->iface->num_sta_non_erp--;
172 if (hapd->iface->num_sta_non_erp == 0)
178 hapd->iface->num_sta_no_short_slot_time--;
179 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
180 && hapd->iface->num_sta_no_short_slot_time == 0)
186 hapd->iface->num_sta_no_short_preamble--;
187 if (hapd->iface->current_mode->mode == HOSTAPD_MODE_IEEE80211G
188 && hapd->iface->num_sta_no_short_preamble == 0)
194 hapd->iface->num_sta_ht_no_gf--;
199 hapd->iface
572 struct hostapd_iface *iface = hapd->iface; local
691 const char *iface; local
[all...]
H A Dbeacon.c45 if (hapd->iface->current_mode == NULL ||
46 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
49 if (hapd->iface->olbc)
51 if (hapd->iface->num_sta_non_erp > 0) {
55 if (hapd->iface->num_sta_no_short_preamble > 0 ||
74 if (hapd->iface->current_mode == NULL ||
75 hapd->iface->current_mode->mode != HOSTAPD_MODE_IEEE80211G)
125 hapd->iface->current_mode == NULL)
133 mode = hapd->iface->current_mode;
539 if (!(hapd->iface
799 ieee802_11_set_beacons(struct hostapd_iface *iface) argument
808 ieee802_11_update_beacons(struct hostapd_iface *iface) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.c553 struct upnp_wps_device_interface *iface; local
557 dl_list_for_each(iface, &s->sm->interfaces,
559 upnp_er_remove_notification(iface->wps->registrar, s);
1068 struct upnp_wps_device_interface *iface; local
1069 dl_list_for_each(iface, &sm->interfaces,
1071 if (iface->priv == priv)
1072 return iface;
1085 struct upnp_wps_device_interface *iface; local
1090 iface = upnp_wps_get_iface(sm, priv);
1091 if (iface
1134 struct upnp_wps_device_interface *iface; local
1197 struct upnp_wps_device_interface *iface; local
[all...]
/external/libppp/src/
H A Dtun.c74 #include "iface.h"
98 ifr.ifr_mtu = bundle->iface->mtu;
109 info.mtu = bundle->iface->mtu;
H A Datm.c168 atm_CreateDevice(struct physical *p, const char *iface, unsigned vpi, argument
182 strncpy(sock.snatm_if, iface, IFNAMSIZ);
187 iface, vpi, vci);
215 char iface[25]; local
218 if (sscanf(p->name.full + PPPOA_LEN + 1, "%25[A-Za-z0-9]:%u.%u", iface,
225 dev = atm_CreateDevice(p, iface, vpi, vci);
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Ddbus-listen-preq.py54 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
60 iface.SubscribeProbeReq()
/external/doclava/src/com/google/doclava/
H A DHierarchy.java114 for (ClassInfo iface : cl.interfaces()) {
115 hdf.setValue("interfaces." + i + ".class.label", iface.name());
116 hdf.setValue("interfaces." + i + ".class.qualified", iface.qualifiedName());
117 if (iface.checkLevel()) {
118 hdf.setValue("interfaces." + i + ".class.link", iface.htmlPage());
/external/chromium_org/tools/telemetry/telemetry/core/backends/
H A Dandroid_rndis.py87 candidates = [iface for iface in interfaces if re.match('rndis|usb', iface)]
183 def _GetHostAddresses(self, iface):
184 """Returns the IP addresses on host's interfaces, breaking out |iface|."""
191 found_iface = iface in line
197 'Found %s twice when parsing host interfaces.' % iface)
249 'auto %(iface)s\n'
250 'iface %(iface)
[all...]
/external/libusb/libusb/os/
H A Ddarwin_usb.c53 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) { argument
789 usbi_info (HANDLE_CTX (dev_handle), "interface: %i pipe %i: dir: %i number: %i", iface, i, direction, number); local
799 darwin_claim_interface(struct libusb_device_handle *dev_handle, int iface) argument
935 darwin_release_interface(struct libusb_device_handle *dev_handle, int iface) argument
968 darwin_set_interface_altsetting(struct libusb_device_handle *dev_handle, int iface, int altsetting) argument
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/wpa_supplicant_8/wpa_supplicant/
H A Dmain_winsvc.c69 struct wpa_interface iface; local
78 os_memset(&iface, 0, sizeof(iface));
79 iface.driver = "ndis";
89 iface.ctrl_interface = (char *) ctrl_interface;
100 iface.ifname = (char *) adapter;
111 iface.confname = (char *) config;
122 if (wpa_supplicant_add_iface(global, &iface) == NULL) {
125 "initialization failure", iface.ifname);
/external/chromium_org/chrome/test/pyautolib/
H A Dchromeos_network.py42 '%(netmask)s dev %(iface)s' % self.ps_route_entry)
51 'metric', 'ref', 'use', 'iface']
55 for iface in routes:
56 self.default_routes[iface[-1]] = dict(zip(route_table_headers, iface))
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c64 static int darwin_claim_interface(struct libusb_device_handle *dev_handle, int iface);
65 static int darwin_release_interface(struct libusb_device_handle *dev_handle, int iface);
158 int8_t i, iface; local
162 for (iface = 0 ; iface < USB_MAXINTERFACES ; iface++) {
163 cInterface = &priv->interfaces[iface];
165 if (dev_handle->claimed_interfaces & (1 << iface)) {
169 *ifcp = iface;
1096 static int get_endpoints (struct libusb_device_handle *dev_handle, int iface) { argument
1139 darwin_claim_interface(struct libusb_device_handle *dev_handle, int iface) argument
1243 darwin_release_interface(struct libusb_device_handle *dev_handle, int iface) argument
1276 darwin_set_interface_altsetting(struct libusb_device_handle *dev_handle, int iface, int altsetting) argument
1307 uint8_t pipeRef, iface; local
1437 uint8_t direction, number, interval, pipeRef, iface; local
1499 uint8_t direction, number, interval, pipeRef, iface, transferType; local
1612 uint8_t pipeRef, iface; local
1670 uint8_t pipeRef, iface; local
1735 uint8_t iface, pipeRef; local
[all...]
/external/ppp/pppd/
H A Dcbcp.c120 cbcp_init(iface)
121 int iface;
125 us = &cbcp[iface];
127 us->us_unit = iface;
133 cbcp_lowerup(iface)
134 int iface;
136 cbcp_state *us = &cbcp[iface];
210 void cbcp_protrej(int iface) argument
/external/chromium_org/ppapi/proxy/
H A Dinterface_list.cc355 return found->second.iface;
364 return found->second.iface;
385 const void* iface,
388 name_to_browser_info_[name] = InterfaceInfo(id, iface, perm);
393 const void* iface) {
395 name_to_plugin_info_[name] = InterfaceInfo(id, iface, PERMISSION_NONE);
383 AddPPB(const char* name, ApiID id, const void* iface, Permission perm) argument
391 AddPPP(const char* name, ApiID id, const void* iface) argument

Completed in 818 milliseconds

1234567891011>>