/freebsd-src/contrib/wpa/hostapd/ |
H A D | main.c | 179 * All interfaces participating in the AP MLD would have in hostapd_driver_init() 215 wpa_drivers[i]->global_init(iface->interfaces); in hostapd_driver_init() 355 * interfaces. No actual driver operations are started. in hostapd_global_init() 358 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_global_init() 365 iface = hostapd_init(interfaces, config_fname); in hostapd_global_init() 374 iface->interfaces = interfaces; in hostapd_global_init() 421 struct hapd_interfaces *interfaces = signal_ctx; in hostapd_global_run() 424 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL); in hostapd_global_run() 435 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_run() 257 hostapd_interface_init(struct hapd_interfaces * interfaces,const char * if_name,const char * config_fname,int debug) hostapd_interface_init() argument 320 struct hapd_interfaces *interfaces = signal_ctx; handle_reload() local 334 hostapd_global_init(struct hapd_interfaces * interfaces,const char * entropy_file) hostapd_global_init() argument 511 hostapd_get_global_ctrl_iface(struct hapd_interfaces * interfaces,const char * path) hostapd_get_global_ctrl_iface() argument 541 hostapd_get_ctrl_iface_group(struct hapd_interfaces * interfaces,const char * group) hostapd_get_ctrl_iface_group() argument 629 struct hapd_interfaces *interfaces = eloop_ctx; hostapd_periodic() local 639 struct hapd_interfaces interfaces; main() local [all...] |
/freebsd-src/contrib/openbsm/libbsm/ |
H A D | libbsm.3 | 43 .Sh INTERFACES 47 provides a large number of Audit programming interfaces in several classes: 48 event stream interfaces, class interfaces, control interfaces, event 49 interfaces, I/O interfaces, mask interfaces, notification interfaces, token 50 interfaces, and user interfaces. 62 .Ss Audit Event Stream Interfaces 63 Audit event stream interfaces support interaction with file-backed audit 71 .Ss Audit Class Interfaces 72 Audit class interfaces support the look up of information from the 81 .Ss Audit Control Interfaces [all …]
|
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | snmp_wlan.3 | 41 management of virtual wireless interfaces. 44 for configuring virtual wireless interfaces. 52 The table is used for creation and deletion of virtual wireless interfaces. 82 The table contains information about the associated stations for interfaces 84 for interfaces operating in adhoc mode. 86 Information about the active channels for the wireless interfaces in the system. 88 The parameters that govern the roaming operation on the wireless interfaces. 90 The parameters that govern the transmit operation on the wireless interfaces. 99 WEP configuration for the wireless interfaces on the system. 101 Access Control configuration for wireless interfaces operating as access points. [all …]
|
/freebsd-src/share/man/man4/ |
H A D | bridge.4 | 87 interfaces on the local machine. 115 interfaces that are part of the bridge. 117 with which interfaces and will forward the traffic selectively. 128 All the bridged member interfaces need to be up in order to pass network traffic. 139 interfaces is also changed to match. 141 The TOE, TSO, TXCSUM and TXCSUM6 capabilities on all interfaces added to the 142 bridge are disabled if any of the interfaces do not support/enable them. 152 This can be used to multiplex the input of two or more interfaces into a single 156 that transmit the RX/TX signals out through two separate interfaces. 161 address family on bridge interfaces. [all …]
|
H A D | vlan.4 | 52 network interfaces, which allows routing/bridging between 74 interfaces provided they have different tags. 103 driver supports efficient operation over parent interfaces that can provide 105 Such interfaces are automatically recognized by their capabilities. 146 Other Ethernet interfaces can run VLANs using software emulation in the 155 interfaces. 162 These interfaces natively support long frames for 190 Some other interfaces not listed above may handle long frames,
|
H A D | ifmib.4 | 33 .Nd Management Information Base for network interfaces 46 interface to provide management information about network interfaces 59 interfaces, and the other contains information specific to the 98 The generic interface information, common to all interfaces, 159 interfaces, the structure is called 183 Many Ethernet-like interfaces do not yet support the Ethernet MIB. 184 Regardless, all interfaces automatically support the generic MIB.
|
H A D | mwl.4 | 57 PCI and/or CardBus interfaces are supported. 90 virtual interfaces may be configured for simultaneous use. 91 When multiple interfaces are configured each may have a separate 96 virtual interfaces may be configured together with 98 interfaces. 101 interfaces may be operated together with 103 interfaces to construct a wireless repeater device.
|
H A D | sg.4 | 24 device, but uses the Linux interfaces, rather than the FreeBSD CAM interfaces. 26 The following subset of the Linux sg ioctl interfaces are implemented: 49 All other ioctl interfaces return
|
/freebsd-src/contrib/opencsd/decoder/include/ |
H A D | opencsd.h | 43 /* C++ abstract interfaces */ 44 #include "interfaces/trc_data_raw_in_i.h" 45 #include "interfaces/trc_data_rawframe_in_i.h" 46 #include "interfaces/trc_error_log_i.h" 47 #include "interfaces/trc_gen_elem_in_i.h" 48 #include "interfaces/trc_instr_decode_i.h" 49 #include "interfaces/trc_pkt_in_i.h" 50 #include "interfaces/trc_pkt_raw_in_i.h" 51 #include "interfaces/trc_tgt_mem_access_i.h"
|
/freebsd-src/contrib/openresolv/ |
H A D | resolvconf.8.in | 57 More modern systems frequently have wired and wireless interfaces and there is 100 can mark an interfaces 114 can mark an interfaces 133 Ignore non existent interfaces. 134 Only really useful for deleting interfaces. 138 This affects the default order of interfaces when listed. 153 List the interfaces and protocols, optionally matching 164 is specified then we list the files for the interfaces and protocols 192 is used to add interfaces. 214 to work effectively, it has to process the resolv.confs for the interfaces [all …]
|
/freebsd-src/usr.sbin/rtadvctl/ |
H A D | rtadvctl.8 | 57 inactive interfaces and some statistics. 63 .It reload Op interfaces... 66 .Ar interfaces 67 are specified, configuration entries for the interfaces will be reloaded 69 .It enable interfaces... 72 This subcommand is useful for dynamically-added interfaces. 78 .It disable interfaces... 89 .It show Op interfaces...
|
/freebsd-src/contrib/wpa/wpa_supplicant/dbus/ |
H A D | dbus_new_introspect.c | 20 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() 141 * extract_interfaces - Extract interfaces from methods, signals and props 143 * @obj_dsc: Description of object from which interfaces wil [all...] |
/freebsd-src/contrib/wpa/src/ap/ |
H A D | hostapd.c | 77 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface() 84 for (i = 0; i < interfaces->count; i++) { in hostapd_for_each_interface() 85 if (!interfaces->iface[i]) in hostapd_for_each_interface() 87 ret = cb(interfaces->iface[i], ctx); in hostapd_for_each_interface() 253 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config() 266 if (iface->interfaces == NULL || in hostapd_reload_config() 267 iface->interfaces->config_read_cb == NULL) in hostapd_reload_config() 269 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config() 287 hostapd_remove_iface(interfaces, hap in hostapd_reload_config() 71 hostapd_for_each_interface(struct hapd_interfaces * interfaces,int (* cb)(struct hostapd_iface * iface,void * ctx),void * ctx) hostapd_for_each_interface() argument 215 struct hapd_interfaces *interfaces = iface->interfaces; hostapd_reload_config() local 2259 struct hapd_interfaces *interfaces = iface->interfaces; hostapd_setup_interface_complete() local 2498 hostapd_init(struct hapd_interfaces * interfaces,const char * config_file) hostapd_init() argument 2552 ifname_in_use(struct hapd_interfaces * interfaces,const char * ifname) ifname_in_use() argument 2581 hostapd_interface_init_bss(struct hapd_interfaces * interfaces,const char * phy,const char * config_fname,int debug) hostapd_interface_init_bss() argument 2850 hostapd_iface_alloc(struct hapd_interfaces * interfaces) hostapd_iface_alloc() argument 2874 hostapd_config_alloc(struct hapd_interfaces * interfaces,const char * ifname,const char * ctrl_iface,const char * driver) hostapd_config_alloc() argument 2962 hostapd_add_iface(struct hapd_interfaces * interfaces,char * buf) hostapd_add_iface() argument 3168 hostapd_remove_iface(struct hapd_interfaces * interfaces,char * buf) hostapd_remove_iface() argument 3727 hostapd_get_iface(struct hapd_interfaces * interfaces,const char * ifname) hostapd_get_iface() argument [all...] |
/freebsd-src/contrib/bsnmp/snmp_mibII/ |
H A D | snmp_mibII.3 | 124 by other modules, that need to handle network interfaces. 134 .Ss NETWORK INTERFACES 137 module handles a list of all currently existing network interfaces. 177 destroys this interfaces and again creates a 179 then these interfaces must have different interface indexes, because in fact 180 they are different interfaces. 188 interfaces. 193 For real interfaces, the module keeps the mapping between the interface name 197 For dynamic interfaces 348 Both functions need the pointers to the interfaces. [all …]
|
H A D | mibII.h | 31 * Implementation of the interfaces and IP groups of MIB-II. 107 * we must use the same index for this interface. For dynamic interfaces 109 * To differentiate between these types of interfaces we use the following table 112 * all interfaces. The mibif pointer is NULL, if the interface doesn't exist 131 * Interface stacking. The generic code cannot know how the interfaces stack. 171 /* list of all interfaces */ 189 /* number of interfaces */ 219 /* interfaces' data poll interval */ 227 /* get interfaces and interface addresses. */
|
/freebsd-src/tests/sys/netinet/ |
H A D | fibs_test.sh | 38 # Create two connected epair(4) interfaces 52 # Configure the TAP interfaces to use a RFC5737 nonrouteable addresses 71 # Configure epair interfaces 211 atf_set "descr" "Multiple interfaces on the same subnet but with different fibs can both have default IPv4 routes" 217 # Configure the TAP interfaces to use a RFC5737 nonrouteable addresses 231 # Configure TAP interfaces 242 # respective interfaces. 257 atf_set "descr" "Multiple interfaces on the same subnet but with different fibs can both have default IPv6 routes" 263 # Configure the TAP interfaces to use nonrouteable RFC3849 277 # Configure TAP interfaces [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | sony,imx214.txt | 22 - flash-leds: See ../video-interfaces.txt 23 - lens-focus: See ../video-interfaces.txt 27 Documentation/devicetree/bindings/media/video-interfaces.txt. 30 - data-lanes: check ../video-interfaces.txt 31 - link-frequencies: check ../video-interfaces.txt 32 - remote-endpoint: check ../video-interfaces.txt
|
H A D | mipi-ccs.yaml | 24 Documentation/devicetree/bindings/media/video-interfaces.txt . 62 description: Flash LED phandles. See ../video-interfaces.txt for details. 65 description: Lens focus controller phandles. See ../video-interfaces.txt 69 description: Rotation of the sensor. See ../video-interfaces.txt for 79 $ref: /schemas/media/video-interfaces.yaml# 107 #include <dt-bindings/media/video-interfaces.h>
|
H A D | imx290.txt | 5 interfaces. The sensor output is available via CMOS logic parallel SDR output, 24 Documentation/devicetree/bindings/media/video-interfaces.txt. 27 - data-lanes: check ../video-interfaces.txt 28 - link-frequencies: check ../video-interfaces.txt 29 - remote-endpoint: check ../video-interfaces.txt
|
H A D | nokia,smia.txt | 8 Documentation/devicetree/bindings/media/video-interfaces.txt . 12 Documentation/devicetree/bindings/media/video-interfaces.txt . 31 - flash-leds: See ../video-interfaces.txt 32 - lens-focus: See ../video-interfaces.txt 35 ../video-interfaces.txt .
|
/freebsd-src/libexec/rc/rc.d/ |
H A D | netif | 57 # Set the list of interfaces to work on. 73 # Create cloned interfaces 76 # Rename interfaces. 114 # Set the list of interfaces to work on. 121 # Destroy wlan interfaces 126 # Destroy cloned interfaces 153 # Common configuration subroutine for network interfaces. This 169 # Set the scope of the command (all interfaces or just one). 264 debug "The following interfaces were not configured: $_fail"
|
/freebsd-src/share/man/man9/ |
H A D | ifnet.9 | 37 .Nd kernel interfaces for manipulating network interfaces 134 The kernel mechanisms for handling network interfaces reside primarily 145 Those interfaces which are intended to be used by user programs 157 defines the kernel-internal interfaces, including the 169 The system keeps a linked list of interfaces using the 199 (Some trivial interfaces do not provide any link layer addresses; 203 Finally, those interfaces supporting reception of multicast datagrams 211 Interfaces are also associated with an output queue, defined as a 416 macro glue for the list of clonable network interfaces [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/phy/ |
H A D | microchip,lan966x-serdes.yaml | 13 Lan966x has 7 interfaces, consisting of 2 copper transceivers(CU), 14 3 SERDES6G and 2 RGMII interfaces. Two of the SERDES6G support QSGMII. 16 interfaces. The Serdes controller will allow to configure these interfaces 17 and allows to "mux" the interfaces to different ports.
|
/freebsd-src/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | interfaceiter.h | 28 * \brief Iterates over the list of network interfaces. 30 * Interfaces whose address family is not supported are ignored and never 31 * returned by the iterator. Interfaces whose netmask, interface flags, 83 * of network interfaces. 98 *\li #ISC_R_NOMORE There are no interfaces. 127 *\li #ISC_R_NOMORE There are no more interfaces.
|
/freebsd-src/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_dcd_mngr_i.h | 42 #include "interfaces/trc_error_log_i.h" 43 #include "interfaces/trc_data_raw_in_i.h" 44 #include "interfaces/trc_instr_decode_i.h" 45 #include "interfaces/trc_tgt_mem_access_i.h" 46 #include "interfaces/trc_gen_elem_in_i.h" 47 #include "interfaces/trc_abs_typed_base_i.h"
|