| /src/external/bsd/wpa/dist/hostapd/ |
| main.c | 179 * All interfaces participating in the AP MLD would have 215 wpa_drivers[i]->global_init(iface->interfaces); 355 * interfaces. No actual driver operations are started. 358 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, 365 iface = hostapd_init(interfaces, config_fname); 374 iface->interfaces = interfaces; 421 struct hapd_interfaces *interfaces = signal_ctx; local 424 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL); 435 static int hostapd_global_init(struct hapd_interfaces *interfaces, 731 struct hapd_interfaces *interfaces = eloop_ctx; local 764 struct hapd_interfaces interfaces; local [all...] |
| ctrl_iface.c | 1288 dpp_controller_set_params(hapd->iface->interfaces->dpp, value); 3605 for (i = 0; i < iface->interfaces->count; ++i) { 3606 struct hostapd_iface *h_iface = iface->interfaces->iface[i]; 3643 for (i = 0; i < iface->interfaces->count; ++i) { 3644 struct hostapd_iface *h_iface = iface->interfaces->iface[i]; 3653 /* Then, fully disable interfaces */ 3654 for (i = 0; i < iface->interfaces->count; ++i) { 3655 struct hostapd_iface *h_iface = iface->interfaces->iface[i]; 4425 res = dpp_bootstrap_gen(hapd->iface->interfaces->dpp, buf + 18); 4434 if (dpp_bootstrap_remove(hapd->iface->interfaces->dpp 5349 struct hapd_interfaces *interfaces = eloop_ctx; local [all...] |
| /src/external/mit/libuv/dist/test/ |
| test-platform-output.c | 36 uv_interface_address_t* interfaces; local 154 err = uv_interface_addresses(&interfaces, &count); 159 printf(" name: %s\n", interfaces[i].name); 160 printf(" internal: %d\n", interfaces[i].is_internal); 163 (unsigned char)interfaces[i].phys_addr[0], 164 (unsigned char)interfaces[i].phys_addr[1], 165 (unsigned char)interfaces[i].phys_addr[2], 166 (unsigned char)interfaces[i].phys_addr[3], 167 (unsigned char)interfaces[i].phys_addr[4], 168 (unsigned char)interfaces[i].phys_addr[5]) [all...] |
| /src/external/bsd/wpa/dist/src/ap/ |
| utils.c | 108 if (hapd->iface->interfaces && 109 hapd->iface->interfaces->for_each_interface) 110 hapd->iface->interfaces->for_each_interface( 111 hapd->iface->interfaces, prune_associations, &data);
|
| hostapd.c | 77 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, 84 for (i = 0; i < interfaces->count; i++) { 85 if (!interfaces->iface[i]) 87 ret = cb(interfaces->iface[i], ctx); 253 struct hapd_interfaces *interfaces = iface->interfaces; local 266 if (iface->interfaces == NULL || 267 iface->interfaces->config_read_cb == NULL) 269 newconf = iface->interfaces->config_read_cb(iface->config_fname); 287 hostapd_remove_iface(interfaces, hapd->conf->iface) 2745 struct hapd_interfaces *interfaces = iface->interfaces; local [all...] |
| eth_p_oui.c | 94 struct hapd_interfaces *interfaces; local 104 interfaces = hapd->iface->interfaces; 106 dl_list_for_each(iface, &interfaces->eth_p_oui, struct eth_p_oui_iface, 128 dl_list_add_tail(&interfaces->eth_p_oui, &iface->list);
|
| dpp_hostapd.c | 61 bi = dpp_add_qr_code(hapd->iface->interfaces->dpp, cmd); 80 dpp_controller_new_qr_code(hapd->iface->interfaces->dpp, bi); 97 bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, cmd); 114 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); 122 peer_bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, pos); 145 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); 153 peer_bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, pos); 320 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, 350 auth = dpp_auth_init(hapd->iface->interfaces->dpp, hapd->msg_ctx, 363 return dpp_tcp_auth(hapd->iface->interfaces->dpp, conn, auth 3906 struct hapd_interfaces *interfaces = ctx; local [all...] |
| vlan_full.c | 32 int s; /* socket on which to listen for new/removed interfaces. */ 54 struct hapd_interfaces *interfaces; local 56 interfaces = hapd->iface->interfaces; 57 dynamic_ifaces = &interfaces->vlan_priv; 90 struct hapd_interfaces *interfaces; local 93 interfaces = hapd->iface->interfaces; 94 dynamic_ifaces = &interfaces->vlan_priv;
|
| hostapd.h | 54 int (*for_each_interface)(struct hapd_interfaces *interfaces, 530 struct hapd_interfaces *interfaces; member in struct:hostapd_iface 569 * interfaces that need to be started together (synchronously). 573 /* Ready to start but waiting for other interfaces to become ready. */ 702 /* Maximum number of interfaces supported for MBSSID advertisement */ 717 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, 731 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, 734 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, 803 struct hostapd_data * hostapd_get_iface(struct hapd_interfaces *interfaces,
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new_introspect.c | 20 struct interfaces { struct 27 static struct interfaces * add_interface(struct dl_list *list, 30 struct interfaces *iface; 32 dl_list_for_each(iface, list, struct interfaces, list) { 37 iface = os_zalloc(sizeof(struct interfaces)); 100 struct interfaces *iface; 115 struct interfaces *iface; 130 struct interfaces *iface; 141 * extract_interfaces - Extract interfaces from methods, signals and props 143 * @obj_dsc: Description of object from which interfaces will be extracte [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/ |
| backward_warning.h | 36 listing of replacement headers and interfaces, consult the file \
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
| backward_warning.h | 36 listing of replacement headers and interfaces, consult the file \
|
| /src/external/bsd/dhcpcd/dist/hooks/ |
| 50-ntp.conf | 62 # Build a list of interfaces 63 interfaces=$(list_interfaces "$ntp_conf_dir") 67 if [ -n "$interfaces" ]; then 69 for x in ${interfaces}; do 75 key_get_value "server " $interfaces)
|
| 20-resolv.conf | 24 # Build a list of interfaces 25 interfaces=$(list_interfaces "$resolv_conf_dir") 29 if [ -n "$interfaces" ]; then 31 for x in ${interfaces}; do 37 key_get_value "domain " ${interfaces}) 39 key_get_value "search " ${interfaces}) 50 key_get_value "nameserver " ${interfaces})
|
| /src/external/mpl/dhcp/dist/common/ |
| discover.c | 5 Find and identify the network interfaces. */ 47 struct interface_info *interfaces = 0; variable in typeref:struct:interface_info 148 * Scanning for Interfaces 151 * To find interfaces, we create an iterator that abstracts out most 236 int num; /* total number of interfaces */ 251 * Start a scan of interfaces. 265 log_error("Error creating socket to list interfaces; %m"); 275 log_error("Error finding total number of interfaces; %m"); 301 log_error("Error getting interfaces configuration list; %m"); 384 * End scan of interfaces [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| cast_.d | 103 foreach (iface; oc.interfaces) 128 foreach (iface; oc.interfaces)
|
| /src/usr.sbin/map-mbone/ |
| mapper.c | 74 struct interface *interfaces; /* Else, neighbor data */ member in union:node::__anon8506 117 n->u.interfaces = 0; 133 for (ifc = node->u.interfaces; ifc; ifc = ifc->next) 139 ifc->next = node->u.interfaces; 140 node->u.interfaces = ifc; 151 for (ifc = node->u.interfaces; ifc; ifc = ifc->next) { 308 while (datalen > 0) { /* loop through interfaces */ 350 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) { 443 while (datalen > 0) { /* loop through interfaces */ 491 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) [all...] |
| /src/sys/fs/nfs/common/ |
| bootp_subr.c | 187 STAILQ_HEAD(, bootpc_ifcontext) interfaces; 308 * In order to have multiple active interfaces with address 0.0.0.0 310 * mask to /8 on all interfaces, and temporarily set it to /0 when 462 STAILQ_INSERT_TAIL(&gctx->interfaces, ifctx, next); 675 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { 683 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { 803 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { 826 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { 902 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) 925 STAILQ_FOREACH(ifctx, &gctx->interfaces, next [all...] |
| /src/external/mit/libuv/dist/src/unix/ |
| tcp.c | 234 uv_interface_address_t* interfaces; local 238 if (uv_interface_addresses(&interfaces, &count)) 243 for (ifa = interfaces; ifa != &interfaces[count]; ifa++) { 250 uv_free_interface_addresses(interfaces, count);
|
| /src/external/mpl/bind/dist/lib/ns/ |
| interfacemgr.c | 81 ISC_LIST(ns_interface_t) interfaces; /*%< List of interfaces */ 141 for (ifp = ISC_LIST_HEAD(mgr->interfaces); 302 ISC_LIST_INIT(mgr->interfaces); 430 * Shut down and detach all interfaces. 432 * purge_old_interfaces() consider all interfaces "old". 477 ISC_LIST_APPEND(mgr->interfaces, ifp, link); 798 for (ifp = ISC_LIST_HEAD(mgr->interfaces); ifp != NULL; 818 * Remove any interfaces whose generation number is not the current one. 823 ISC_LIST(ns_interface_t) interfaces; [all...] |
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_upnp_i.h | 117 * multiple wireless interfaces sharing the same UPnP device instance. Each 124 struct dl_list interfaces; /* struct upnp_wps_device_interface */ member in struct:upnp_wps_device_sm
|
| /src/external/gpl3/binutils/dist/include/ |
| xtensa-isa-internal.h | 136 int class_id; /* Class of related interfaces. */ 220 xtensa_interface_internal *interfaces; member in struct:xtensa_isa_internal_struct
|
| /src/external/gpl3/binutils.old/dist/include/ |
| xtensa-isa-internal.h | 136 int class_id; /* Class of related interfaces. */ 220 xtensa_interface_internal *interfaces; member in struct:xtensa_isa_internal_struct
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dclass.d | 48 // for interfaces: Array of FuncDeclaration's making up the vtbl[] 52 // are a copy of the InterfaceDeclaration.interfaces 108 auto bc = cast(BaseClass*)mem.xcalloc(sym.interfaces.length, BaseClass.sizeof); 109 baseInterfaces = bc[0 .. sym.interfaces.length]; 114 BaseClass* b2 = sym.interfaces[i]; 166 BaseClass*[] interfaces; 168 // array of base interfaces that have their own vtbl[] 475 // must semantic on base class/interfaces 572 if (interfaces.length == 0) 592 * more than just interfaces [all...] |
| /src/external/gpl3/gdb/dist/include/ |
| xtensa-isa-internal.h | 136 int class_id; /* Class of related interfaces. */ 220 xtensa_interface_internal *interfaces; member in struct:xtensa_isa_internal_struct
|