Home
last modified time | relevance | path

Searched refs:iface (Results 276 - 300 of 357) sorted by relevance

1...<<1112131415

/third_party/libwebsockets/include/libwebsockets/
H A Dlws-system.h112 LWS_SYSTATE_DHCP, /* at least one net iface configured */
342 * \param iface: the interface name, like "eth0"
347 lws_dhcpc_remove(struct lws_context *context, const char *iface);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal.h180 char iface[IFNAMSIZ + 1]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal.h180 char iface[IFNAMSIZ + 1]; member
/third_party/ffmpeg/libavcodec/
H A Dlibvpxdec.c89 const struct vpx_codec_iface *iface) in vpx_init()
98 if (vpx_codec_dec_init(decoder, iface, &deccfg, 0) != VPX_CODEC_OK) { in vpx_init()
87 vpx_init(AVCodecContext *avctx, struct vpx_codec_ctx* decoder, const struct vpx_codec_iface *iface) vpx_init() argument
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dmain.c63 const char *iface; member
100 LSM_STRING_PTR (sai_jig_t, iface, "iface"),
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_eglimage.c173 (struct st_manager *) st->iface.st_context_private; in st_get_egl_image()
455 (struct st_manager *) st->iface.st_context_private; in st_validate_egl_image()
H A Dst_context.h122 struct st_context_iface iface; member
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h251 LLVMValueRef (*interp_fn)(const struct lp_build_fs_iface *iface,
257 void (*fb_fetch)(const struct lp_build_fs_iface *iface,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_kay.c297 wpa_printf(MSG_DEBUG, "%s: if_name=%s", __func__, hapd->conf->iface); in ieee802_1x_alloc_kay_sm_hapd()
332 hapd->conf->mka_priority, hapd->conf->iface, in ieee802_1x_alloc_kay_sm_hapd()
H A Dieee802_1x.c287 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_tx_key()
306 switch (hapd->iface->conf->hw_mode) { in radius_mode_txt()
1050 !(hapd->iface->drv_flags & WPA_DRIVER_FLAGS_WIRED))) { in ieee802_1x_receive()
2184 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_rekey()
2475 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1)) in ieee802_1x_init()
2489 hostapd_drv_set_key(hapd->conf->iface, hapd, in ieee802_1x_init()
2524 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0); in ieee802_1x_deinit()
H A Dap_drv_ops.h129 int hostapd_start_dfs_cac(struct hostapd_iface *iface,
151 void hostapd_get_ext_capa(struct hostapd_iface *iface);
H A Dvlan_full.c56 interfaces = hapd->iface->interfaces; in dyn_iface_get()
93 interfaces = hapd->iface->interfaces; in dyn_iface_put()
622 "VLAN: Could not remove VLAN iface: %s: %s", in vlan_dellink()
677 * iface has just been recreated */ in vlan_read_ifnames()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_drv_ops.h126 int hostapd_start_dfs_cac(struct hostapd_iface *iface,
146 void hostapd_get_ext_capa(struct hostapd_iface *iface);
H A Dwpa_auth_kay.c297 wpa_printf(MSG_DEBUG, "%s: if_name=%s", __func__, hapd->conf->iface); in ieee802_1x_alloc_kay_sm_hapd()
332 hapd->conf->mka_priority, hapd->conf->iface, in ieee802_1x_alloc_kay_sm_hapd()
H A Dwnm_ap.c185 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, in ieee802_11_send_wnmsleep_resp()
374 res = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, in ieee802_11_send_bss_trans_mgmt_request()
431 hapd->conf->iface, MAC2STR(sta->addr)); in ap_sta_reset_steer_flag_timer()
H A Dieee802_1x.c286 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_tx_key()
303 switch (hapd->iface->conf->hw_mode) { in radius_mode_txt()
1041 !(hapd->iface->drv_flags & WPA_DRIVER_FLAGS_WIRED))) { in ieee802_1x_receive()
2169 if (hostapd_drv_set_key(hapd->conf->iface, hapd, WPA_ALG_WEP, in ieee802_1x_rekey()
2475 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1)) in ieee802_1x_init()
2486 hostapd_drv_set_key(hapd->conf->iface, hapd, in ieee802_1x_init()
2518 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0); in ieee802_1x_deinit()
/third_party/libabigail/src/
H A Dabg-reader.cc36 #include "abg-fe-iface.h"
1600 read_translation_unit(fe_iface& iface, translation_unit& tu, xmlNodePtr node) in read_translation_unit() argument
1602 abixml::reader& rdr = dynamic_cast<abixml::reader&>(iface); in read_translation_unit()
1709 read_translation_unit_from_input(fe_iface& iface) in read_translation_unit_from_input() argument
1713 abixml::reader& rdr = dynamic_cast<abixml::reader&>(iface); in read_translation_unit_from_input()
1991 consider_types_not_reachable_from_public_interfaces(fe_iface& iface, in consider_types_not_reachable_from_public_interfaces() argument
1994 abixml::reader& rdr = dynamic_cast<abixml::reader&>(iface); in consider_types_not_reachable_from_public_interfaces()
2008 get_types_from_type_id(fe_iface& iface, const string& type_id) in get_types_from_type_id() argument
2010 xml_reader::reader& rdr = dynamic_cast<xml_reader::reader&>(iface); in get_types_from_type_id()
2024 get_artifact_used_by_relation_map(fe_iface& iface) in get_artifact_used_by_relation_map() argument
2071 read_corpus_group_from_input(fe_iface& iface) read_corpus_group_from_input() argument
2217 read_translation_unit(fe_iface& iface) read_translation_unit() argument
6215 load_canonical_type_ids(fe_iface& iface, const string &file_path) load_canonical_type_ids() argument
[all...]
/third_party/cups-filters/utils/
H A Dcups-browsed.c9224 netif_t *iface, *iface2; in update_netifs() local
9237 while ((iface = cupsArrayFirst (netifs)) != NULL) { in update_netifs()
9238 cupsArrayRemove (netifs, iface); in update_netifs()
9239 free (iface->address); in update_netifs()
9240 free (iface); in update_netifs()
9255 netif_t *iface; in update_netifs() local
9331 iface = malloc (sizeof (netif_t)); in update_netifs()
9332 if (iface == NULL) { in update_netifs()
9337 iface->address = malloc (HTTP_MAX_HOST); in update_netifs()
9338 if (iface in update_netifs()
10680 netif_t *iface; found_cups_printer() local
[all...]
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_cdce.c463 struct usb_interface *iface; in cdce_attach() local
498 iface = usbd_get_iface(uaa->device, i); in cdce_attach()
500 if (iface) { in cdce_attach()
501 id = usbd_get_interface_descriptor(iface); in cdce_attach()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1429 usb_linux_cleanup_interface(struct usb_device *dev, struct usb_interface *iface) in usb_linux_cleanup_interface() argument
1437 uhi = iface->altsetting; in usb_linux_cleanup_interface()
1438 uhi_end = iface->altsetting + iface->num_altsetting; in usb_linux_cleanup_interface()
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams.c1204 i.iface = h->policy->endpoint; in lws_ss_create()
1208 if (i.iface && i.iface[0] == '+') { in lws_ss_create()
1209 i.iface++; in lws_ss_create()
/third_party/curl/src/
H A Dtool_cfgable.c69 Curl_safefree(config->iface); in free_config_fields()
/third_party/alsa-lib/include/
H A Dconf.h233 int snd_names_list(const char *iface, snd_devname_t **list);
H A Dcontrol.h431 const char *snd_ctl_elem_iface_name(snd_ctl_elem_iface_t iface);
806 int snd_device_name_hint(int card, const char *iface, void ***hints);
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c296 size_t n, int fd, const char *iface) in lws_plat_rawudp_broadcast()
295 lws_plat_rawudp_broadcast(uint8_t *p, const uint8_t *canned, size_t canned_len, size_t n, int fd, const char *iface) lws_plat_rawudp_broadcast() argument

Completed in 43 milliseconds

1...<<1112131415