/freebsd/tests/sys/netinet/ |
H A D | fibs_test.sh | 35 # arpresolve only checked the default route. 46 atf_set "descr" "arpresolve should check the interface fib, not the default fib, for routes" 52 # Configure the TAP interfaces to use a RFC5737 nonrouteable addresses 53 # and a non-default fib 66 if [ 0 != `sysctl -n net.add_addr_allfibs` ]; then 77 setfib "$FIB0" nping -c 1 -e ${EPAIRA} -S ${SPOOF_ADDR} \ 78 --source-mac ${SPOOF_MAC} --icmp --icmp-type "echo-request" \ 79 --icmp-code 0 --icmp-id 0xdead --icmp-seq 1 --data 0xbeef \ 85 atf_check -o match:"${SPOOF_ADDR}.*expires" setfib "$FIB1" arp ${SPOOF_ADDR} 103 # Configure the TAP interface to use an RFC5737 nonrouteable address [all …]
|
/freebsd/usr.sbin/bluetooth/btpand/ |
H A D | btpand.8 | 56 Group ad-hoc Network 61 .Xr tap 4 85 .Bl -tag -width ".Fl a Ar address" 99 The default path is 111 .Xr tap 4 117 .Xr tap 4 120 .Xr tap 4 124 The default limit is 7 for NAP and GN servers, 130 .Bl -tag -width 8n -compact 146 The default PSM for BNEP is 15 [all …]
|
H A D | btpand.c | 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 48 const char * control_path; /* -c <path> */ 49 const char * interface_name; /* -i <ifname> */ 50 const char * service_name; /* -s <service> */ 53 bdaddr_t local_bdaddr; /* -d <addr> */ 54 bdaddr_t remote_bdaddr; /* - [all...] |
/freebsd/share/man/man4/ |
H A D | cyapa.4 | 34 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 68 .Bd -literal 70 +--------------------+------------+ 74 | Button +------------+ 77 +--------------------+............| 79 +---------------------------------+ 82 .Bl -tag -width 8n 98 Optionally, tap to click can be enabled (see below). 105 .Bl -tag -width "hint.cyapa.%d.addr" [all …]
|
H A D | wsp.4 | 34 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 52 The driver simulates a three-button mouse using multi-finger tap 54 A single-finger press generates a left button click. 55 A two-finger tap maps to the right button; whereas a three-finger tap 65 Tap to left-click can be controlled using the sysctl tunable 67 set to 0 to disable single tap clicks or 1 to enable them (default). 68 Movement on the trackpad following a partially-released click can be 72 or 1 to allow the continued movement (default). 78 register as a double-click. [all …]
|
H A D | tap.4 | 7 .Nm tap , 34 and a character-special device 44 a client will transfer IP (by default) packets to or from a 60 .Dq ifconfig tap Ns Sy N No create 67 .Dq ifconfig tap Ns Sy N No destroy 73 .Va net.link.tap.devfs_cloning 74 is non-zero, the 78 .Pa /dev/tap . 115 (non-existent) 119 .Pa /dev/tap Ns Sy N , [all …]
|
H A D | tun.4 | 14 .Bd -ragged -offset indent 21 .Bd -literal -offset indent 46 and a character-special device 49 A client program transfers IP (by default) packets to or from the 54 .Xr tap 4 57 .Xr tap 4 88 is non-zero, the 116 Each interface supports the usual network-interface 133 packet on the network interface, as if the (non-existent) 138 is exclusive-open [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_ht.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting 132 static int ieee80211_ampdu_age = -1; /* threshold for ampdu reorder q (ms) */ 142 static int ieee80211_addba_timeout = -1;/* timeout for ADDBA response */ 147 static int ieee80211_addba_backoff = -1;/* backoff after max ADDBA requests */ 156 static int ieee80211_bar_timeout = -1; /* timeout waiting for BAR response */ 205 struct ieee80211_tx_ampdu *tap); 207 struct ieee80211_tx_ampdu *tap, 210 struct ieee80211_tx_ampdu *tap, [all …]
|
/freebsd/tools/tools/net80211/w00t/ap/ |
H A D | ap.c | 1 /*- 49 int tap; member 79 "-h\thelp\n" in usage() 80 "-i\t<iface>\n" in usage() 81 "-s\t<ssid>\n" in usage() 82 "-m\t<mac>\n" in usage() 83 "-w\t<wep key>\n" in usage() 84 "-c\t<chan>\n" in usage() 85 "-t\t<tap>\n" in usage() 94 wh->i_dur[0] = 0x69; in fill_basic() [all …]
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | safe2.t | 19 my $c = Safe->new or die; 22 $c->reval('$P = "safe root"'); 28 my $t = Text::Template->new( 32 # (1) Default behavior: Inherit from calling package, `main' in this case. 33 my $text = $t->fill_in(); 37 $text = $t->fill_in(PACKAGE => 'Q'); 41 # default safe root. 42 $text = $t->fill_in(SAFE => $c); 46 # default safe root, after aliasing to the specified package 48 local $TODO = "test fails when tested with TAP/Devel::Cover" if defined $Devel::Cover::VERSION; [all …]
|
/freebsd/tools/tools/net80211/w00t/assoc/ |
H A D | assoc.c | 1 /*- 59 int tap; member 72 "-m\t<source mac>\n" in usage() 73 "-s\t<ssid>\n" in usage() 74 "-h\tusage\n" in usage() 75 "-i\t<iface>\n" in usage() 76 "-w\t<wep key>\n" in usage() 77 "-t\t<tap>\n" in usage() 78 "-b\t<bssid>\n" in usage() 87 wh->i_dur[0] = 0x69; in fill_basic() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | amd-xgbe.txt | 1 * AMD 10GbE driver (amd-xgbe) 4 - compatible: Should be "amd,xgbe-seattle-v1a" 5 - reg: Address and length of the register sets for the device 6 - MAC registers 7 - PCS registers 8 - SerDes Rx/Tx registers 9 - SerDes integration registers (1/2) 10 - SerDes integration registers (2/2) 11 - interrupts: Should contain the amd-xgbe interrupt(s). The first interrupt 13 amd,per-channel-interrupt property is specified, then one additional [all …]
|
/freebsd/sys/dev/rtwn/ |
H A D | if_rtwn_tx.c | 3 /*- 6 * Copyright (c) 2015-2016 Andriy Voskoboinyk <avos@FreeBSD.org> 63 while ((m = mbufq_dequeue(&sc->sc_snd)) != NULL) { in rtwn_drain_mbufq() 64 ni = (struct ieee80211_node *)m->m_pkthdr.rcvif; in rtwn_drain_mbufq() 65 m->m_pkthdr.rcvif = NULL; in rtwn_drain_mbufq() 75 struct ieee80211com *ic = &sc->sc_ic; in rtwn_ff_flush_all() 99 default: in rtwn_get_cipher() 113 struct ieee80211com *ic = &sc->sc_ic; in rtwn_tx_ratectl_to_ridx() 116 switch (txr->type) { in rtwn_tx_ratectl_to_ridx() 119 ridx = rate2ridx(txr->dot11rate); in rtwn_tx_ratectl_to_ridx() [all …]
|
/freebsd/usr.sbin/bhyve/ |
H A D | bhyve_config.5 | 1 .\" SPDX-License-Identifier: BSD-2-Clause 35 per-device settings. 69 For those variables the following case-insensitive values may be used to 72 .Bl -bullet -offset indent -compact 85 .Bl -bullet -offset indent -compact 103 .Bl -column "memory.guest_in_core" "integer" "Default" 104 .It Sy Name Ta Sy Format Ta Sy Default Ta Sy Description 140 This can cause problems if the guest uses the in-memory version, since certain 144 Destroy the VM on guest-initiated power-off. 149 If this is set to a non-zero value, a debug server [all …]
|
/freebsd/tools/tools/net80211/w00t/prga/ |
H A D | prga.c | 1 /*- 78 int tap; member 84 "-h\thelp\n" in usage() 85 "-b\t<bssid>\n" in usage() 86 "-t\t<tap>\n" in usage() 96 fd = open(p->fname, O_RDONLY); in load_prga() 97 if (fd == -1) { in load_prga() 98 p->prga_len = 0; in load_prga() 102 rd = read(fd, p->iv, 3); in load_prga() 103 if (rd == -1) in load_prga() [all …]
|
/freebsd/lib/libjail/ |
H A D | jail.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 70 * Import a null-terminated parameter list and set a jail with the flags 76 va_list ap, tap; in jail_setv() local 83 va_copy(tap, ap); in jail_setv() 84 for (njp = 0; va_arg(tap, char *) != NULL; njp++) in jail_setv() 85 (void)va_arg(tap, char *); in jail_setv() 86 va_end(tap); in jail_setv() 103 return (-1); in jail_setv() 107 * Read a null-terminated parameter list, get the referenced jail, and export [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | azoteq,iqs7211.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS7210A, IQS7211A and IQS7211E trackpad and touchscreen control- 14 lers employ projected-capacitance sensing and can track two contacts. 21 - azoteq,iqs7210a 22 - azoteq,iqs7211a 23 - azoteq,iqs7211e 28 irq-gpios: [all …]
|
/freebsd/sys/dev/ath/ |
H A D | if_ath_tx.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2010-2012 Adrian Chadd, Xenion Pty Ltd 116 * What queue to throw the non-QoS TID traffic into 148 if (bf->bf_nseg == 0) in ath_tx_alq_post() 150 n = ((bf->bf_nseg - 1) / sc->sc_tx_nmaps) + 1; in ath_tx_alq_post() 151 for (i = 0, ds = (const char *) bf->bf_desc; in ath_tx_alq_post() 153 i++, ds += sc->sc_tx_desclen) { in ath_tx_alq_post() 154 if_ath_alq_post(&sc->sc_alq, in ath_tx_alq_post() [all …]
|
/freebsd/sys/dev/ral/ |
H A D | rt2560.c | 2 /*- 20 /*- 67 ((rssi) > (RT2560_NOISE_FLOOR + (sc)->rssi_corr) ? \ 68 ((rssi) - RT2560_NOISE_FLOOR - (sc)->rssi_corr) : 0) 73 if (sc->sc_debug > 0) \ 77 if (sc->sc_debug >= (n)) \ 205 struct ieee80211com *ic = &sc->sc_ic; in rt2560_attach() 208 sc->sc_dev = dev; in rt2560_attach() 210 mtx_init(&sc->sc_mtx, device_get_nameunit(dev), MTX_NETWORK_LOCK, in rt2560_attach() 213 callout_init_mtx(&sc->watchdog_ch, &sc->sc_mtx, 0); in rt2560_attach() [all …]
|
/freebsd/tools/tools/net80211/w00t/expand/ |
H A D | expand.c | 1 /*- 62 int tap; member 88 if (wh->i_fc[1] & IEEE80211_FC1_DIR_TODS) { in wanted() 89 bssid = wh->i_addr1; in wanted() 90 sa = wh->i_addr2; in wanted() 93 bssid = wh->i_addr2; in wanted() 94 sa = wh->i_addr3; in wanted() 97 if (memcmp(bssid, p->ap, 6) != 0) in wanted() 100 if (!(wh->i_fc[1] & IEEE80211_FC1_PROTECTED)) { in wanted() 106 if (memcmp(p->mac, sa, 6) == 0) in wanted() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | iqs626a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": 37 azoteq,suspend-mode: [all …]
|
/freebsd/share/examples/bhyve/ |
H A D | vmrun.sh | 3 # SPDX-License-Identifier: BSD-2-Clause 40 DEFAULT_NIC=virtio-net 41 DEFAULT_DISK=virtio-blk 56 echo "Usage: vmrun.sh [-aAEhiTuvw] [-c <CPUs>] [-C <console>]" \ 57 "[- [all...] |
/freebsd/tools/tools/net80211/w00t/redir/ |
H A D | redir.c | 1 /*- 67 int tap; member 102 fd = open(p->fname, O_RDONLY); in load_prga() 103 if (fd == -1) { in load_prga() 104 p->prga_len = 0; in load_prga() 108 rd = read(fd, p->iv, 3); in load_prga() 109 if (rd == -1) in load_prga() 116 rd = read(fd, p->prga, sizeof(p->prga)); in load_prga() 117 if (rd == -1) in load_prga() 119 p->prga_len = rd; in load_prga() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | nvidia,tegra20-sdhci.txt | 7 by mmc.txt and the properties used by the sdhci-tegra driver. 10 - compatible : should be one of: 11 - "nvidia,tegra20-sdhci": for Tegra20 12 - "nvidia,tegra30-sdhci": for Tegra30 13 - "nvidia,tegra114-sdhci": for Tegra114 14 - "nvidia,tegra124-sdhci": for Tegra124 and Tegra132 15 - "nvidia,tegra210-sdhci": for Tegra210 16 - "nvidia,tegra186-sdhci": for Tegra186 17 - "nvidia,tegra194-sdhci": for Tegra194 18 - clocks: For Tegra210, Tegra186 and Tegra194 must contain two entries. [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegionGenerator.cpp | 1 //===----------------------- CodeRegionGenerator.cpp ------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// This file defines classes responsible for generating llvm-mca 11 /// CodeRegions from various types of input. llvm-mca only analyzes CodeRegions, 12 /// so the classes here provide the input-to-CodeRegions translation. 14 //===----------------------------------------------------------------------===// 41 // doesn't show up in the llvm-mca output. in parseCodeRegions() 46 // Create a MCAsmParser and setup the lexer to recognize llvm-mca ASM in parseCodeRegions() 50 MCAsmLexer &Lexer = Parser->getLexer(); in parseCodeRegions() [all …]
|