Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 114) sorted by relevance

12345

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dhostapd.c204 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config() local
247 iface->interfaces = interfaces; in hostapd_reload_config()
248 interfaces->iface[interfaces->count] = iface; in hostapd_reload_config()
1468 if (!iface->interfaces || !iface->interfaces->ctrl_iface_init) in start_ctrl_iface()
2099 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_setup_interface_complete() local
2112 if (interfaces && interfaces->terminate_on_error) in hostapd_setup_interface_complete()
2504 iface->interfaces = interfaces; in hostapd_interface_init_bss()
2690 hapd_iface = interfaces->iface[interfaces->count] = in hostapd_iface_alloc()
2698 hapd_iface->interfaces = interfaces; in hostapd_iface_alloc()
2831 interfaces->iface[interfaces->count++] = hapd_iface; in hostapd_add_iface()
[all …]
H A Dutils.c92 if (hapd->iface->interfaces && in hostapd_prune_associations()
93 hapd->iface->interfaces->for_each_interface) in hostapd_prune_associations()
94 hapd->iface->interfaces->for_each_interface( in hostapd_prune_associations()
95 hapd->iface->interfaces, prune_associations, &data); in hostapd_prune_associations()
H A Deth_p_oui.c94 struct hapd_interfaces *interfaces; in eth_p_oui_register() local
104 interfaces = hapd->iface->interfaces; in eth_p_oui_register()
106 dl_list_for_each(iface, &interfaces->eth_p_oui, struct eth_p_oui_iface, in eth_p_oui_register()
128 dl_list_add_tail(&interfaces->eth_p_oui, &iface->list); in eth_p_oui_register()
H A Dvlan_full.c54 struct hapd_interfaces *interfaces; in dyn_iface_get() local
56 interfaces = hapd->iface->interfaces; in dyn_iface_get()
57 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_get()
90 struct hapd_interfaces *interfaces; in dyn_iface_put() local
93 interfaces = hapd->iface->interfaces; in dyn_iface_put()
94 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_put()
H A Dhostapd.h48 int (*for_each_interface)(struct hapd_interfaces *interfaces,
418 struct hapd_interfaces *interfaces; member
572 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
586 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
589 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
647 struct hostapd_data * hostapd_get_iface(struct hapd_interfaces *interfaces,
H A Ddpp_hostapd.c43 bi = dpp_add_qr_code(hapd->iface->interfaces->dpp, cmd); in hostapd_dpp_qr_code()
418 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, in hostapd_dpp_auth_init()
469 if (dpp_set_configurator(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_auth_init()
531 if (!hapd->iface->interfaces->dpp) in hostapd_dpp_rx_auth_req()
559 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap, in hostapd_dpp_rx_auth_req()
563 if (dpp_relay_rx_action(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_auth_req()
590 if (dpp_set_configurator(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_rx_auth_req()
1278 bi = dpp_pkex_finish(hapd->iface->interfaces->dpp, pkex, src, freq); in hostapd_dpp_rx_pkex_commit_reveal_req()
1370 if (dpp_relay_rx_action(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_action()
1438 if (dpp_relay_rx_gas_req(hapd->iface->interfaces->dpp, sa, data, in hostapd_dpp_gas_req_handler()
[all …]
H A Dwpa_auth_glue.c486 if (hapd->iface->interfaces == NULL || in hostapd_wpa_auth_for_each_auth()
491 return hapd->iface->interfaces->for_each_interface( in hostapd_wpa_auth_for_each_auth()
492 hapd->iface->interfaces, wpa_auth_iface_iter, &data); in hostapd_wpa_auth_for_each_auth()
607 if (proto == ETH_P_RRB && hapd->iface->interfaces && in hostapd_wpa_auth_send_ether()
608 hapd->iface->interfaces->for_each_interface) { in hostapd_wpa_auth_send_ether()
615 res = hapd->iface->interfaces->for_each_interface( in hostapd_wpa_auth_send_ether()
616 hapd->iface->interfaces, hostapd_wpa_auth_ft_iter, in hostapd_wpa_auth_send_ether()
765 if (hapd->iface->interfaces && in hostapd_wpa_auth_send_oui()
766 hapd->iface->interfaces->for_each_interface) { in hostapd_wpa_auth_send_oui()
775 res = hapd->iface->interfaces->for_each_interface( in hostapd_wpa_auth_send_oui()
[all …]
H A Dwps_hostapd.c87 if (iface->interfaces == NULL || in hostapd_wps_for_each()
88 iface->interfaces->for_each_interface == NULL) in hostapd_wps_for_each()
90 return iface->interfaces->for_each_interface(iface->interfaces, in hostapd_wps_for_each()
277 if (iface->interfaces == NULL || in wps_reload_config()
278 iface->interfaces->reload_config(iface) < 0) { in wps_reload_config()
941 if (iface->interfaces == NULL || in get_own_uuid()
942 iface->interfaces->for_each_interface == NULL) in get_own_uuid()
945 iface->interfaces->for_each_interface(iface->interfaces, get_uuid_cb, in get_own_uuid()
962 if (iface->interfaces == NULL || in interface_count()
963 iface->interfaces->for_each_interface == NULL) in interface_count()
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c20 struct interfaces { struct
27 static struct interfaces * add_interface(struct dl_list *list, in add_interface() argument
30 struct interfaces *iface; in add_interface()
32 dl_list_for_each(iface, list, struct interfaces, list) { in add_interface()
37 iface = os_zalloc(sizeof(struct interfaces)); in add_interface()
100 struct interfaces *iface; in extract_interfaces_methods()
115 struct interfaces *iface; in extract_interfaces_signals()
130 struct interfaces *iface; in extract_interfaces_properties()
161 struct interfaces *iface, *n; in add_interfaces()
163 dl_list_for_each_safe(iface, n, list, struct interfaces, list) { in add_interfaces()
/dragonfly/contrib/dhcpcd/hooks/
H A D20-resolv.conf25 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})
H A D50-ntp.conf63 interfaces=$(list_interfaces "$ntp_conf_dir")
67 if [ -n "$interfaces" ]; then
69 for x in ${interfaces}; do
75 key_get_value "server " $interfaces)
/dragonfly/etc/
H A Dnetwork.subr444 # Create IEEE 802.11 interfaces.
507 echo "Created wlan interfaces: ${_list}"
513 # Destroy IEEE 802.11 interfaces.
550 # Create cloneable interfaces.
572 # Destroy cloned interfaces.
621 # Rename all requested interfaces.
640 # List all network interfaces.
719 # Setup the interfaces for IPv6
727 interfaces=$*
737 for _if in $interfaces; do
[all …]
/dragonfly/sys/vfs/nfs/
H A Dbootp_subr.c153 struct bootpc_ifcontext *interfaces; member
668 for (ifctx = gctx->interfaces; in bootpc_call()
678 for (ifctx = gctx->interfaces; in bootpc_call()
810 for (ifctx = gctx->interfaces; in bootpc_call()
835 for (ifctx = gctx->interfaces; in bootpc_call()
1105 ifctx == gctx->interfaces)) in bootpc_adjust_interface()
1566 if (gctx->interfaces != NULL) in bootpc_init()
1569 gctx->interfaces = ifctx; in bootpc_init()
1577 if (gctx->interfaces == NULL) { in bootpc_init()
1597 ifctx = gctx->interfaces; in bootpc_init()
[all …]
/dragonfly/lib/libc/rpc/
H A DREADME35 interfaces of UI Threads to make certain interfaces thread-safe. These
36 interfaces are found in libthread in Solaris 2.3 and later.
78 2. The RPC library is thread safe for all client-side interfaces
79 (clnt_create, clnt_call, etc.). The server-side interfaces
81 server-side interfaces will be made thread safe in the next release of
83 interfaces are thread safe.
/dragonfly/contrib/openresolv/
H A Dresolvconf.in92 -C \$PATTERN Deprecate DNS information for matched interfaces
93 -c \$PATTERN Configure DNS information for matched interfaces
96 -i [\$PATTERN] Show interfaces that have supplied DNS information
97 optionally from interfaces that match the specified
99 -l [\$PATTERN] Show DNS information, optionally from interfaces
106 -f Ignore non existent interfaces
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp.c545 dl_list_for_each(iface, &s->sm->interfaces, in subscription_destroy()
1068 dl_list_for_each(iface, &sm->interfaces, in upnp_wps_get_iface()
1097 if (dl_list_len(&sm->interfaces) == 1) { in upnp_wps_device_deinit()
1117 if (dl_list_empty(&sm->interfaces)) { in upnp_wps_device_deinit()
1174 dl_list_init(&sm->interfaces); in upnp_wps_device_init()
1178 dl_list_add(&sm->interfaces, &iface->list); in upnp_wps_device_init()
1207 dl_list_for_each(iface, &sm->interfaces, in upnp_wps_set_ap_pin()
H A Dwps_upnp_web.c318 iface = dl_list_first(&sm->interfaces, in web_connection_parse_get()
431 iface = dl_list_first(&sm->interfaces, in web_process_get_device_info()
501 iface = dl_list_first(&sm->interfaces, in web_process_put_message()
653 dl_list_for_each(iface, &sm->interfaces, in web_process_put_wlan_response()
720 dl_list_for_each(iface, &sm->interfaces, in web_process_set_selected_registrar()
/dragonfly/contrib/ee/
H A DREADME.ee48 get frustrated by vi, and would like to see more intuitive interfaces for
52 intuitive interfaces to be used. Since character-based I/O won't be
53 completely replaced by graphical user interfaces for at least a few more
55 glamorous interfaces as easy to use as possible. If terminal interfaces
/dragonfly/share/examples/ppp/
H A Dppp.conf.span-isp52 # interfaces configured into the kernel (see below).
86 # The Receiver machine should have N tun interfaces (where N is the maximum
88 # requires N interfaces plus an additional N interfaces (total 2 * N) if
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/backward/
H A Dbackward_warning.h36 listing of replacement headers and interfaces, consult the file \
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/backward/
H A Dbackward_warning.h37 listing of replacement headers and interfaces, consult the file \
/dragonfly/initrd/etc/
H A Dmotd10 * List available interfaces:
/dragonfly/contrib/libpcap/
H A DCHANGES65 pcap_findalldevs(): don't sort interfaces by unit number
341 Improve sorting of interfaces for pcap_findalldevs()
390 Add support for capturing on FreeBSD usbusN interfaces.
518 correspond to interfaces in /sys/class/net
558 Turn off monitor mode on exit for mac80211 interfaces on Linux.
586 Add DLT_IEEE802_15_4_NOFCS for 802.15.4 interfaces.
616 Add support for 802.15.4 interfaces on Linux
640 we have getifaddrs(), as it'll find interfaces with no
822 fixes for ppp interfaces for freebsd 4.1
866 device for capturing on all interfaces. Cleans up promiscuous
[all …]
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpa_priv.c52 struct wpa_priv_interface *interfaces; member
1107 for (iface = global->interfaces; iface; iface = iface->next) { in wpa_supplicant_event_global()
1213 global.interfaces = NULL; in main()
1255 iface->next = global.interfaces; in main()
1256 global.interfaces = iface; in main()
1268 iface = global.interfaces; in main()
/dragonfly/contrib/tcp_wrappers/
H A DREADME.NIS11 internet gateway uses the same IP address on all interfaces. To avoid
17 gateway. It has two interfaces: one connected to the local ethernet,
24 interfaces, or it could be an alias for both.

12345