Searched refs:bridge (Results 76 - 99 of 99) sorted by relevance

1234

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_glue.c1338 ft_iface = hapd->conf->bridge[0] ? hapd->conf->bridge :
H A Dhostapd.c1136 conf->bridge[0] ? conf->bridge : NULL,
2007 * If "interface" and "upnp_iface" are the same (e.g., non-bridge
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h1922 char **bridge; member in struct:wpa_init_params
3023 * @bridge: Bridge interface to use or %NULL if no bridge configured
3031 const char *bridge, int use_existing, int setup_ap);
3151 * to indicate that bridge is not to be used
3434 * br_add_ip_neigh - Add a neigh to the bridge ip neigh table
3446 * br_delete_ip_neigh - Remove a neigh from the bridge ip neigh table
3455 * br_port_set_attr - Set a bridge port attribute
3464 * br_port_set_attr - Set a bridge network parameter
H A Ddriver_atheros.c1768 if (params->bridge[0]) {
1769 wpa_printf(MSG_DEBUG, "Configure bridge %s for EAPOL traffic.",
1770 params->bridge[0]);
1771 drv->sock_recv = l2_packet_init(params->bridge[0], NULL,
1777 wpa_printf(MSG_DEBUG, "Interface in bridge %s; configure for "
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l64 %option bison-bridge
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk23 # bridge the gap between FreeBSD 4 and FreeBSD 5.
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex262 for example, for ISA devices on a subsidiary PCI/ISA bridge, or for
355 /* PCI host bridge */
/freebsd-11-stable/sys/netgraph/
H A Dng_bridge.c89 "netgraph bridge node");
299 NETGRAPH_INIT(bridge, &ng_bridge_typestruct);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_ttm.c564 return ttm_agp_tt_create(bdev, rdev->ddev->agp->bridge,
H A Dradeon_combios.c41 #include <asm/pci-bridge.h>
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_mmc.c47 #include <dev/mmc/bridge.h>
900 /* MMC bridge interface */
/freebsd-11-stable/sys/arm/at91/
H A Dat91_mci.c54 #include <dev/mmc/bridge.h>
347 device_set_desc(dev, "MCI mmc/sd host bridge");
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_mmc.c48 #include <dev/mmc/bridge.h>
745 /* MMC bridge interface */
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_sdxc-m8.c53 #include <dev/mmc/bridge.h>
1358 /* MMC bridge interface */
H A Daml8726_mmc.c53 #include <dev/mmc/bridge.h>
1078 /* MMC bridge interface */
/freebsd-11-stable/sys/dev/mmc/host/
H A Ddwmmc.c47 #include <dev/mmc/bridge.h>
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c107 os_strlcpy(vlan->bridge, pos2, sizeof(vlan->bridge));
2375 } else if (os_strcmp(buf, "bridge") == 0) {
2376 os_strlcpy(bss->bridge, pos, sizeof(bss->bridge));
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c611 b.legacy_spd, b.blink, b.bridge,
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriomaintx-defs.h3468 uint32_t bridge : 1; /**< Bridge Functions not supported. */ member in struct:cvmx_sriomaintx_pe_feat::cvmx_sriomaintx_pe_feat_s
3491 uint32_t bridge : 1;
/freebsd-11-stable/sys/dev/drm2/
H A DdrmP.h488 device_t bridge; member in struct:drm_agp_head
/freebsd-11-stable/sys/dev/mmc/
H A Dmmcsd.c79 #include <dev/mmc/bridge.h>
H A Dmmc.c69 #include <dev/mmc/bridge.h>
329 panic("mmc: host bridge didn't serialize us.");
503 * execute re-tuning if a) the bridge is requesting to do so and
2379 * error is signaled to the bridge. In these latter cases
/freebsd-11-stable/sys/dev/sdhci/
H A Dsdhci.c51 #include <dev/mmc/bridge.h>
/freebsd-11-stable/sys/net/
H A Dif_bridge.c67 * Network interface bridge support.
73 * to bridge other types of interfaces (FDDI-FDDI, and maybe
206 * Software state for each bridge.
216 struct callout sc_brcallout; /* bridge callout */
344 /* The default bridge vlan is 1 (IEEE 802.1Q-2003 Table 9-2) */
354 static SYSCTL_NODE(_net_link, IFT_BRIDGE, bridge, CTLFLAG_RW, 0, "Bridge");
363 /* run pfil hooks on the bridge interface */
368 "Packet filter on the bridge interface");
402 /* share MAC with first bridge member */
407 "Inherit MAC address from the first bridge membe
[all...]

Completed in 494 milliseconds

1234