Home
last modified time | relevance | path

Searched +full:3 +full:wire (Results 1 – 25 of 516) sorted by relevance

12345678910>>...21

/freebsd/contrib/ldns/ldns/
H A Dwire2host.h2 * wire2host.h - from wire conversion routines
14 * Contains functions that translate dns data from the wire format (as sent
54 #define LDNS_OPCODE_SHIFT 3
68 #define LDNS_RCODE_WIRE(wirebuf) (*(wirebuf+3) & LDNS_RCODE_MASK)
70 (*(wirebuf+3) = ((*(wirebuf+3)) & ~LDNS_RCODE_MASK) | (rcode))
74 #define LDNS_CD_WIRE(wirebuf) (*(wirebuf+3) & LDNS_CD_MASK)
75 #define LDNS_CD_SET(wirebuf) (*(wirebuf+3) |= LDNS_CD_MASK)
76 #define LDNS_CD_CLR(wirebuf) (*(wirebuf+3) &= ~LDNS_CD_MASK)
80 #define LDNS_AD_WIRE(wirebuf) (*(wirebuf+3) & LDNS_AD_MASK)
81 #define LDNS_AD_SET(wirebuf) (*(wirebuf+3) |= LDNS_AD_MASK)
[all …]
/freebsd/libexec/getty/
H A Dgettytab117 3|D1200|Fast-Dial-1200:\
220 # Entries for 3-wire serial terminals. These don't supply carrier, so
223 3wire:\
225 3wire.9600|9600-3wire:\
227 3wire.19200|19200-3wire:\
229 3wire.38400|38400-3wire:\
231 3wire.57600|57600-3wire:\
233 3wire.115200|115200-3wire:\
235 3wire.230400|230400-3wire:\
/freebsd/contrib/ldns/
H A Dwire2host.c4 * conversion routines from the wire to the host
36 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
56 ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos) in ldns_wire2dname() argument
72 label_size = wire[*pos]; in ldns_wire2dname()
86 pointer_target_buf[0] = wire[*pos] & 63; in ldns_wire2dname()
87 pointer_target_buf[1] = wire[*pos + 1]; in ldns_wire2dname()
98 label_size = wire[*pos]; in ldns_wire2dname()
121 memcpy(&tmp_dname[dname_pos], &wire[*pos], label_size); in ldns_wire2dname()
126 label_size = wire[*pos]; in ldns_wire2dname()
156 ldns_wire2rdf(ldns_rr *rr, const uint8_t *wire, size_t max, size_t *pos) in ldns_wire2rdf() argument
[all …]
H A Dtsig.c52 * Makes an exact copy of the wire, but with the tsig rr removed
55 ldns_tsig_prepare_pkt_wire(const uint8_t *wire, size_t wire_len, size_t *result_len) in ldns_tsig_prepare_pkt_wire() argument
72 /* fake parse the wire */ in ldns_tsig_prepare_pkt_wire()
73 qd_count = LDNS_QDCOUNT(wire); in ldns_tsig_prepare_pkt_wire()
74 an_count = LDNS_ANCOUNT(wire); in ldns_tsig_prepare_pkt_wire()
75 ns_count = LDNS_NSCOUNT(wire); in ldns_tsig_prepare_pkt_wire()
76 ar_count = LDNS_ARCOUNT(wire); in ldns_tsig_prepare_pkt_wire()
87 status = ldns_wire2rr(&rr, wire, wire_len, &pos, LDNS_SECTION_QUESTION); in ldns_tsig_prepare_pkt_wire()
95 status = ldns_wire2rr(&rr, wire, wire_len, &pos, LDNS_SECTION_ANSWER); in ldns_tsig_prepare_pkt_wire()
103 status = ldns_wire2rr(&rr, wire, wire_len, &pos, LDNS_SECTION_AUTHORITY); in ldns_tsig_prepare_pkt_wire()
[all …]
H A Dnet.c47 tsig_mac = ldns_rr_rdf(ldns_pkt_tsig(query_pkt), 3); in ldns_send()
724 uint8_t *wire, *wireout; local
727 wire = LDNS_XMALLOC(uint8_t, LDNS_MAX_PACKETLEN);
728 if (!wire) {
733 wire_size = recvfrom(sockfd, (void*)wire, LDNS_MAX_PACKETLEN, 0,
739 LDNS_FREE(wire);
744 wireout = LDNS_XREALLOC(wire, uint8_t, (size_t)wire_size);
745 if(!wireout) LDNS_FREE(wire);
753 uint8_t *wire; local
757 wire = LDNS_XMALLOC(uint8_t, 2);
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/
H A Dmaxim,max31865.yaml22 maxim,3-wire:
25 enables 3-wire RTD connection. Else 2-wire or 4-wire RTD connection.
51 maxim,3-wire;
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dtpo,tpg110.yaml17 and other properties, and has a control interface over 3WIRE
39 protocol is not I2C but 3WIRE SPI.
62 spi-3wire: true
73 - spi-3wire
88 spi-3wire;
89 /* 320 ns min period ~= 3 MHz */
H A Dleadtek,ltk035c5444t.yaml24 spi-3wire: true
46 spi-3wire;
H A Dfascontek,fs035vg158.yaml23 spi-3wire: true
45 spi-3wire;
H A Dkingdisplay,kd035g6-54nt.yaml28 spi-3wire: true
50 spi-3wire;
/freebsd/share/man/man4/
H A Dow_temp.431 .Nd Dallas Semiconductor 1-Wire Temperature sensor
37 module supports many of the 1-Wire temperature sensors.
40 .Xr sysctl 3
47 .Bl -column "DS18S20" "Econo 1-Wire Digital Thermometer" -compact
48 .It DS1820 Ta 1-Wire Digital Thermometer
49 .It DS18S20 Ta High-Precision 1-Wire Digital Thermometer
50 .It DS18B20 Ta Programmable Resolution 1-Wire Digital Thermometer
51 .It DS1822 Ta Econo 1-Wire Digital Thermometer
52 .It DS1825 Ta Programmable Resolution 1-Wire Digital Thermometer with 4-bit ID
53 .It MAX31820 Ta 1-Wire, Parasite-Power, Ambient Temperature Sensor
[all …]
H A Dusb_quirk.494 select configuration index 3 by default
139 force BBB wire protocol
141 force CBI wire protocol
143 force CBI with int. wire protocol
153 .Sh 3G Datacard (u3g) quirks:
240 .Pa ugen0.3 :
242 usbconfig -d ugen0.3 add_quirk UQ_MSC_EJECT_WAIT
/freebsd/sbin/init/
H A Dttys40 ttyu0 "/usr/libexec/getty 3wire" vt100 onifconsole secure
41 ttyu1 "/usr/libexec/getty 3wire" vt100 onifconsole secure
42 ttyu2 "/usr/libexec/getty 3wire" vt100 onifconsole secure
43 ttyu3 "/usr/libexec/getty 3wire" vt100 onifconsole secure
/freebsd/share/misc/
H A Dpci_vendors14 # (version 2 or higher) or the 3-clause BSD License.
50 7a18 SATA 3 AHCI Controller
307 ae35 Integrated NetFlex-3/P
346 f130 NetFlex-3/P ThunderLAN 1.0
347 f150 NetFlex-3/P ThunderLAN 2.3
485 0052 MegaRAID SAS-3 3216/3224 [Cutlass]
486 0053 MegaRAID SAS-3 3216/3224 [Cutlass]
556 005d MegaRAID SAS-3 3108 [Invader]
588 005f MegaRAID SAS-3 3008 [Fury]
781 0090 SAS3108 PCI-Express Fusion-MPT SAS-3
[all …]
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dintel,ce4100-lapic.yaml28 [1] https://pdos.csail.mit.edu/6.828/2008/readings/ia32/IA32-3A.pdf
42 intel,virtual-wire-mode:
47 Virtual Wire Mode - use lapic as virtual wire interrupt delivery mode.
52 mode is configured to virtual wire compatibility mode.
70 intel,virtual-wire-mode;
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt28 - spi-3wire: The master itself has only 3 wire. It cannor work in
50 spi-3wire;
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7944.yaml46 the datasheet calls "4-wire mode". This is the conventional SPI mode used
54 * single: The datasheet calls this "3-wire mode". (NOTE: The datasheet's
55 definition of 3-wire mode is NOT at all related to the standard
56 spi-3wire property!) This mode is often used when the ADC is the only
154 # in '4-wire' mode, cnv-gpios is required, for other modes it is optional
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dti,am3359-tsc.yaml17 description: Wires refer to application modes i.e. 4/5/8 wire touchscreen
36 ti,wire-config:
42 and so on until AIN7 = 7. XP = 0, XN = 1, YP = 2, YN = 3.
63 - ti,wire-config
74 ti,wire-config = <0x00 0x11 0x22 0x33>;
/freebsd/sys/contrib/device-tree/Bindings/iio/addac/
H A Dadi,ad74115.yaml63 3 - Voltage input
84 3 - AGND to AGND
86 maximum: 3
200 adi,4-wire-rtd:
203 When not present, the ADC should be used for measuring 3-wire RTDs.
204 When present, the ADC should be used for measuring 4-wire RTDs.
206 adi,3-wire-rtd-excitation-swap:
208 description: Whether to swap the excitation for 3
[all...]
/freebsd/crypto/openssl/doc/man3/
H A Do2i_SCT_LIST.pod6 decode and encode Signed Certificate Timestamp lists in TLS wire format
21 functions, except that they convert to and from TLS wire format, as described in
22 RFC 6962. See L<d2i_SCT_LIST(3)> for more information about how the parameters are
28 L<d2i_SCT_LIST(3)> and L<i2d_SCT_LIST(3)>.
33 L<d2i_SCT_LIST(3)>,
34 L<i2d_SCT_LIST(3)>
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dmulti-inno,mi0283qt.txt11 the panel interface mode (IM[3:0] pins):
12 - present: IM=x110 4-wire 8-bit data serial interface
13 - absent: IM=x101 3-wire 9-bit data serial interface
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto40 optional bytes extra = 3;
63 DOT = 3; // DNS over TLS (RFC 7858)
79 RESPONSE_IP = 3; // Address in A/AAAA RRSet
88 PASS = 3; // Do not alter the response (passthrough)
101 // the Response Policy Zone in wire format.
106 optional Action action = 3;
115 // Message: a wire-format (RFC 1035 section 4) DNS message and associated
171 RESOLVER_QUERY = 3;
237 optional SocketProtocol socket_protocol = 3;
266 // The initiator's original wire-format DNS query message, verbatim.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dti,lmk04832.yaml49 ti,spi-4wire-rdbk:
51 Select SPI 4wire readback pin configuration.
77 SYSREF Continuous 3
79 enum: [0, 1, 2, 3]
80 default: 3
182 ti,spi-4wire-rdbk = <0>;
187 <&lmk04832 2>, <&lmk04832 3>,
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_get_ciphers.357 .IX Title "SSL_GET_CIPHERS 3ossl"
58 .TH SSL_GET_CIPHERS 3ossl 2025-09-30 3.5.4 OpenSSL
113 as a wire-protocol cipher suite specification (in the three-octet-per-cipher
114 SSLv2 wire format if \fBisv2format\fR is nonzero; otherwise the two-octet
115 SSLv3/TLS wire format), and parses the cipher suites supported by the library
141 the \fBSSL_CIPHER_get_name\fR\|(3) family of functions.
161 \&\fBssl\fR\|(7), \fBSSL_CTX_set_cipher_list\fR\|(3),
162 \&\fBSSL_CIPHER_get_name\fR\|(3)
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dmaxim-ds1302.txt22 - spi-3wire : The device has a shared signal IN/OUT line.
42 spi-3wire;

12345678910>>...21