/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | BEGEMOT-MIB2-MIB.txt | 1 -- 2 -- Copyright (c) 2006 3 -- Hartmut Brandt 4 -- All rights reserved. 5 -- 6 -- Author: Harti Brandt <harti@freebsd.org> 7 -- 8 -- Redistribution and use in source and binary forms, with or without 9 -- modification, are permitted provided that the following conditions 10 -- are met: [all …]
|
/freebsd/tools/tools/netmap/ |
H A D | nmreplay.8 | 19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32 .Bk -words 33 .Bl -tag -width "nmreplay" 35 .Op Fl f Ar pcap-file 36 .Op Fl i Ar netmap-interface 41 .Op Fl w Ar wait-link 43 .Op Fl C Ar cpu-placement 56 only has to pump data through the interface. 61 .Bl -tag -width Ds 62 .It Fl f Ar pcap-file [all …]
|
H A D | pkt-gen.8 | 1 .\" Copyright (c) 2016, George V. Neville-Neil 20 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 30 .Nm pkt-gen 34 .Bl -item -compact 43 .Op Fl d Ar dst_ip[:port[-dst_ip:port]] 44 .Op Fl s Ar src_ip[:port[-src_ip:port]] 53 .Op Fl R Ar rate 65 .Bl -tag -width Ds 90 for client-side ping-pong operation, and 92 for server-side ping-pong operation. [all …]
|
H A D | nmreplay.c | 19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 29 * enforcing the output rate and possibly random losses and delay 49 * --- Main functions of the program --- 59 * q->cur_pkt points to the buffer containing the packet 60 * q->cur_len packet length, excluding CRC 61 * q->cur_caplen available packet length (may be shorter than cur_len) 62 * q->cur_tt transmission time for the packet, computed from the trace. 66 * q->c_loss (set with the -L command line option) decides 69 * The function is supposed to set q->c_drop = 1 if the 72 * q->c_bw (set with the -B command line option) is used to [all …]
|
/freebsd/tools/tools/net80211/wlantxtime/ |
H A D | wlantxtime.c | 1 /*- 2 * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting 20 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 28 * IEEE 802.11 PHY-related support. 52 uint32_t rateKbps; /* transfer rate in kbs */ 54 * preamble in CCK rate code */ 58 * rate; used for dur. calcs */ 66 uint32_t frameLen, uint16_t rate, int isShortPreamble); 72 exit(-1); \ 84 exit(-1); in panic() [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | cmi.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 32 * by Takuya Shiozaki <AoiMoe@imou.to>. Chen-Li Tien 39 * SPDIF contributed by Gerhard Gonter <gonter@whisky.wu-wien.ac.at>. 41 * This card/code does not always manage to sample at 44100 - actual 42 * rate drifts slightly between recordings (usually 0-3%). No 96 /* ------------------------------------------------------------------------- */ 105 u_int32_t fmt, spd, phys_buf, bps; member 145 /* ------------------------------------------------------------------------- */ [all …]
|
H A D | cs4281.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 65 /* ------------------------------------------------------------------------- */ 77 u_int32_t spd, fmt, bps, blksz; member 82 /* device private data */ 101 /* -------------------------------------------------------------------- */ 122 /* -------------------------------------------------------------------- */ 143 /* -------------------------------------------------------------------- */ 149 return bus_space_read_4(sc->st, sc->sh, regno); in cs4281_rd() [all …]
|
H A D | ich.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 41 /* -------------------------------------------------------------------- */ 80 #define ICH_LOCK(sc) snd_mtxlock((sc)->ich_lock) 81 #define ICH_UNLOCK(sc) snd_mtxunlock((sc)->ich_lock) 82 #define ICH_LOCK_ASSERT(sc) snd_mtxassert((sc)->ich_lock) 145 "AMD-768" }, 147 "AMD-8111" } 174 /* device private data */ [all …]
|
/freebsd/stand/i386/boot0/ |
H A D | Makefile | 9 # -DVOLUME_SERIAL support volume serial number (NT, XP, Vista) 10 # -DSIO do I/O using COM1: 11 # -DPXE fallback to INT18/PXE with F6 12 # -DCHECK_DRIVE enable checking drive number 13 # -DONLY_F_KEYS accept only Fx keys in console 14 # -DTEST print drive number on entry 16 OPTS ?= -DVOLUME_SERIAL -DPXE 47 # BOOT_BOOT0_COMCONSOLE_SPEED=0, then the baud rate and frame format will remain 49 # allow boot0sio access at that rate if so. 52 # 7-5 data rate (110,150,300,600,1200,2400,4800,9600 bps) [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_phy.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2007-2008 Sam Leffler, Errno Consulting 22 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 30 * IEEE 802.11 PHY-related support. 68 /* XXX the 11n and the basic rate flag are unfortunately overlapping. Grr. */ 78 /* Preamble dot11Rate Rate */ 91 /* Preamble dot11Rate Rate */ 111 /* Preamble dot11Rate Rate */ 127 /* Preamble dot11Rate Rate */ [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | wmm.c | 2 * hostapd / WMM (Wi-Fi Multimedia) 3 * Copyright 2002-2003, Instant802 Networks, Inc. 4 * Copyright 2005-2006, Devicescape Software, Inc. 67 struct hostapd_hw_modes *mode = hapd->iface->current_mode; in wmm_calc_regulatory_limit() 70 os_memcpy(acp, hapd->iconf->wmm_ac_params, in wmm_calc_regulatory_limit() 71 sizeof(hapd->iconf->wmm_ac_params)); in wmm_calc_regulatory_limit() 73 for (c = 0; mode && c < mode->num_channels; c++) { in wmm_calc_regulatory_limit() 74 struct hostapd_channel_data *chan = &mode->channels[c]; in wmm_calc_regulatory_limit() 76 if (chan->freq != hapd->iface->freq) in wmm_calc_regulatory_limit() 79 if (chan->wmm_rules_valid) in wmm_calc_regulatory_limit() [all …]
|
/freebsd/sys/netinet/ |
H A D | tcp_ratelimit.h | 1 /*- 3 * SPDX-License-Identifier: BSD-3-Clause 5 * Copyright (c) 2018-2020 23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 41 /* Flags on an individual rate */ 48 long rate; /* Rate we get in Bytes per second (Bps) */ member 49 long using; /* How many flows are using this hdwr rate. */ 51 uint32_t time_between; /* Time-Gap between packets at this rate */ 87 #define RS_PACING_EXACT_MATCH 0x0001 /* Need an exact match for rate */ 90 #define RS_PACING_LT 0x0008 /* Less than requested rate */ [all …]
|
H A D | tcp_ratelimit.c | 1 /*- 3 * SPDX-License-Identifier: BSD-3-Clause 5 * Copyright (c) 2018-2020 23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 72 * 1Mbps? Why do we have a rate at 1.44Mbps called common? 73 * Why do the rates cluster in the 1-100Mbps range more 79 * supporters of rate limiting 81 * Chelsio - Supporting 16 configurable rates. 82 * Mlx - c4 supporting 13 fixed rates. 83 * Mlx - c5 & c6 supporting 127 configurable rates. [all …]
|
/freebsd/sys/arm/ti/ |
H A D | ti_i2c.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 35 * CAUTION: The I2Ci registers are limited to 16 bit and 8 bit data accesses, 36 * 32 bit data access is not allowed and can corrupt register content. 117 /* { 3200000, 1, 113, 115, 7, 10}, - HS mode */ 138 #define TI_I2C_LOCK(_sc) mtx_lock(&(_sc)->sc_mtx) 139 #define TI_I2C_UNLOCK(_sc) mtx_unlock(&(_sc)->sc_mtx) 141 mtx_init(&_sc->sc_mtx, device_get_nameunit(_sc->sc_dev), \ 143 #define TI_I2C_LOCK_DESTROY(_sc) mtx_destroy(&_sc->sc_mtx) [all …]
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_rate.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2005-2009 Ariff Abdullah <ariff@FreeBSD.org> 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 36 * - http://ccrma.stanford.edu/~jos/resample/ 39 * + all out fixed point integer operations, no soft-float or anything like 48 * - The z, z_, and Z_ . Due to mental block (or maybe just 0x7a69), I 124 int32_t bps; /* bytes-per-sample */ member 137 int32_t z_alphadrift; /* alpha drift rate */ 138 int32_t z_startdrift; /* buffer start position drift rate */ [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wmm_ac.h | 2 * Wi-Fi Multimedia Admission Control (WMM-AC) 27 * struct wmm_ac_assoc_data - WMM Admission Control Association Data 29 * This struct will store any relevant WMM association data needed by WMM AC. 37 * acm - Admission Control Mandatory 39 * to be admitted by WMM-AC's admission mechanism before use. 44 * uapsd_queues - Unscheduled Automatic Power Save Delivery 46 * Indicates whether ACs are configured for U-APSD (or legacy 56 * wmm_ac_dir - WMM Admission Control Direction 65 * ts_dir_idx - indices of internally saved tspecs 78 #define TS_DIR_IDX_ALL (BIT(TS_DIR_IDX_COUNT) - 1) [all …]
|
/freebsd/tools/debugscripts/ |
H A D | dot.gdbinit | 17 # Bit rate for serial link. Due to problems in the interface, 18 # this may not work well above 9600 bps. 21 set output-radix 16 73 # capability to pass data to scripts, so we have to mark it and paste 84 shell asf -f -k MODPATH 97 shell asf -f MODPATH
|
/freebsd/contrib/ntp/html/ |
H A D | audio.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 11 <img src="pic/radio2.jpg" alt="jpg" align="left">ICOM R-72 shortwave receiver and Sure audio mixer 13 <!-- #BeginDate format:En2m -->11-Sep-2010 05:55<!-- #EndDate --> 31 and decoding techniques, including maximum-likelihood and soft-decision methods. 32 The documentation page for each driver contains an in-depth discussion on 38 …e flag 2</tt> command selects the microphone port if set to zero or the line-in port if set to one… 40 …l shortwave radio with the radio output - speaker or headphone jack - connected to either the micr… 41 …- even 15 feet is enough if it is located outside of a metal frame building, preferably on the roo… 42 … house wiring, which can also be used to power the radio. A couple of center-tapped audio transfor… [all …]
|
/freebsd/contrib/ntp/libparse/ |
H A D | clk_wharton.c | 2 * /src/NTP/ntp4-dev/libparse/clk_wharton.c,v 4.2 2004/11/14 15:29:41 kardel RELEASE_20050508_A 33 * In private e-mail alastair@wharton.co.uk said : 40 * For use with this driver, the WHARTON 400A Series clock must be set-up 47 * Baud rate 9600 bps 10 96 92 /* The given `size' includes a terminating null-character. */ in cvt_wharton_400a() 99 clock_time->second = (buffer[2] - '0') * 10 + buffer[1] - '0'; in cvt_wharton_400a() 100 clock_time->minut in cvt_wharton_400a() [all...] |
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver3.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 13 <!-- #BeginDate format:En2m -->11-Sep-2010 05:56<!-- #EndDate --> 20 Serial Port: <tt>/dev/wwv<i>u</i></tt>; 9600 baud, 8-bits, no parity<br> 24 …bps line speed, 24-hour day-of-year format and UTC time zone. Automatic correction for DST should … 30 on-time = first <cr> 32 a = AM/PM indicator (' ' for 24-hour mode) 35 s = daylight-saving indicator (' ' for 24-hour mode) 37 r = baud rate (3 = 1200, 6 = 9600) 50 <h4>Monitor Data</h4> [all …]
|
/freebsd/usr.bin/fetch/ |
H A D | fetch.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 2000-2014 Dag-Erling Smørgrav 26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 55 static int A_flag; /* -A: do not follow 302 redirects */ 56 static int a_flag; /* -a: auto retry */ 57 static off_t B_size; /* -B: buffer size */ 58 static int b_flag; /*! -b: workaround TCP bug */ 59 static char *c_dirname; /* -c: remote directory */ 60 static int d_flag; /* -d: direct connection */ [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_chu.c | 2 * refclock_chu - clock driver for Canadian CHU time/frequency station 34 * This driver synchronizes the computer time using data encoded in 43 * The driver requires an audio codec or sound card with sampling rate 8 44 * kHz and mu-law companding. This is the same standard as used by the 51 * modem chip to receive the radio signal and demodulate the data. 56 * input port. In either case, the driver decodes the data using a 57 * maximum-likelihood technique which exploits the considerable degree 62 * consists of nine, ten-character bursts transmitted at 300 bps between 64 * data bits plus one start bit and two stop bits to encode two hex 65 * digits. The burst data consist of five characters (ten hex digits) [all …]
|
H A D | refclock_pst.c | 2 * refclock_pst - clock driver for PSTI/Traconex WWV/WWVH receivers 25 * The DIPswitches should be set for 9600 bps line speed, 24-hour day- 26 * of-year format and UTC time zone. Automatic correction for DST should 41 * on-time = first <cr> 43 * a = AM/PM indicator (' ' for 24-hour mode) 46 * s = daylight-saving indicator (' ' for 24-hour mode) 48 * r = baud rate ( [all...] |
/freebsd/contrib/file/magic/Magdir/ |
H A D | vorbis | 2 #------------------------------------------------------------------------------ 23 # --- Ogg Framing --- 24 #0 search/1000 OggS Ogg data 25 0 string OggS Ogg data 30 # non-Vorbis content: FLAC (Free Lossless Audio Codec, http://flac.sourceforge.net) 32 # non-Vorbis content: Theora 36 # non-Vorbis content: Kate 47 # non-Vorbis content: Skeleton 52 # non-Vorbis content: Speex 55 # non-Vorbis content: OGM [all …]
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_rack.h | 1 /*- 2 * Copyright (c) 2016-2020 Netflix, Inc. 19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 31 #define RACK_DEFERRED 0x000004/* We can't use this for RTT calc - not used */ 36 #define RACK_TLP 0x000080/* segment sent as tail-loss-probe */ 45 #define RACK_MUST_RXT 0x010000/* We must retransmit this rsm (non-sack/mtu chg)*/ 47 #define RACK_SHUFFLED 0x040000/* The RSM was shuffled some data from one to another */ 67 r_rtr_cnt : 8; /* Retran count, index this -1 to get time */ 83 uint64_t r_ack_arrival; /* This is the time of ack-arrival (if SACK'd) */ 116 return ((tv->tv_sec * HPTS_USEC_IN_SEC) + tv->tv_usec); in rack_to_usec_ts() [all …]
|