/freebsd/contrib/ldns/ |
H A D | wire2host.c | 4 * conversion routines from the wire to the host 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 176 rd_length = ldns_read_uint16(&wire[*pos]); in ldns_wire2rdf() [all …]
|
H A D | net.c | 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); 758 if (!wire) { [all …]
|
H A D | tsig.c | 52 * 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 …]
|
/freebsd/contrib/ldns/drill/ |
H A D | work.c | 68 packetbuffromfile(char *filename, uint8_t *wire) in packetbuffromfile() argument 137 verbose("Not printing wire because it contains non ascii data\n"); in packetbuffromfile() 155 wire, in packetbuffromfile() 159 memcpy(wire, hexbuf, (size_t) hexbufpos); in packetbuffromfile() 172 uint8_t *wire; in read_hex_buffer() local 177 wire = xmalloc(LDNS_MAX_PACKETLEN); in read_hex_buffer() 179 wiresize = packetbuffromfile(filename, wire); in read_hex_buffer() 182 ldns_buffer_new_frm_data(result_buffer, wire, wiresize); in read_hex_buffer() 184 xfree(wire); in read_hex_buffer() 192 uint8_t *wire; in read_hex_pkt() local [all …]
|
/freebsd/sys/dev/ow/ |
H A D | README.txt | 1 Quick Design Document for 1-wire bus 3 In new bus terms, 1-wire devices are attached to 1-wire buses (ow) 4 which are attached to a one wire bridge (owc). 7 Application note which defines the 1-wire bus as implemented for the 9 the 1-wire bus. This means that the 1-wire bridge will implement the 10 owll(9) interface. ow is one wire. ll is for Link Level to mirror the ISO 11 stack terminology used by AN927. The 1-wire bus is implemented in the ow(4)
|
H A D | owll_if.m | 33 # Dallas Semiconductor 1-Wire bus Link Layer (owll) 36 # 1-Wire protocol specification. 39 # Note: 1-Wire is a registered trademark of Maxim Integrated Products, Inc. 43 # SoCs have a 1-Wire controller with more smarts or hardware offload. 45 # as well as both usb and i2c 1-Wire controllers.
|
H A D | own_if.m | 33 # Dallas Semiconductor 1-Wire bus network and transport layer (own) 36 # 1-Wire protocol specification. 39 # Note: 1-Wire is a registered trademark of Maxim Integrated Products, Inc.
|
/freebsd/share/man/man4/ |
H A D | ow_temp.4 | 29 .Nd Dallas Semiconductor 1-Wire Temperature sensor 35 module supports many of the 1-Wire temperature sensors. 46 1-Wire Digital Thermometer 48 High-Precision 1-Wire Digital Thermometer 50 Programmable Resolution 1-Wire Digital Thermometer 52 Econo 1-Wire Digital Thermometer 54 Programmable Resolution 1-Wire Digital Thermometer with 4-bit ID 56 1-Wire, Parasite-Power, Ambient Temperature Sensor 108 .Tn 1-Wire 140 There is no way to use the broadcast ability of the 1-Wire bus to do
|
H A D | owc.4 | 29 .Nd Dallas Semiconductor 1-Wire Controller 35 module implements Dallas Semiconductor 1-Wire signaling. 38 driver 1-Wire bus protocol. 41 device implements the Link Layer of the 1-Wire bus protocol stack. 50 To enable 1-Wire for FDT systems requires modifying the DTS for your 63 The gpios property describes the GPIO pin the 1-Wire bus is connected 82 that is to be used for the 1-Wire bus. 94 .Tn 1-Wire
|
H A D | ow.4 | 29 .Nd Dallas Semiconductor 1-Wire bus 35 module implements the Dallas Semiconductor 1-Wire bus. 39 1-Wire bus. 46 .Tn 1-Wire
|
/freebsd/contrib/ldns/ldns/ |
H A D | host2wire.h | 2 * host2wire.h - 2wire conversion routines 14 * Contains all functions to translate the main structures to wire format 35 * Copies the dname data to the buffer in wire format 43 * Copies the dname data to the buffer in wire format 52 * Copies the rdata data to the buffer in wire format 60 * Copies the rdata data to the buffer in wire format 69 * Copies the rdata data to the buffer in wire format 80 * Copies the rr data to the buffer in wire format 92 * Copies the rr data to the buffer in wire format while doing DNAME compression 106 * Copies the rr data to the buffer in wire format, in canonical format [all …]
|
H A D | wire2host.h | 2 * wire2host.h - from wire conversion routines 14 * Contains functions that translate dns data from the wire format (as sent 117 * converts the data on the uint8_t bytearray (in wire format) to a DNS packet. 129 * converts the data in the ldns_buffer (in wire format) to a DNS packet. 140 * converts the data on the uint8_t bytearray (in wire format) to a DNS 146 * \param[in] wire pointer to the buffer with the data 152 ldns_status ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos); 155 * converts the data on the uint8_t bytearray (in wire format) to DNS 165 * \param[in] wire pointer to the buffer with the data 171 ldns_status ldns_wire2rdf(ldns_rr *rr, const uint8_t *wire, size_t max, size_t *pos); [all …]
|
H A D | tsig.h | 42 * The wire must be given too because tsig does not sign normalized packets. 44 * \param[in] wire needed to verify the mac 45 * \param[in] wire_size size of wire 51 bool ldns_pkt_tsig_verify(ldns_pkt *pkt, const uint8_t *wire, size_t wire_size, const char *key_nam… 55 * The wire must be given too because tsig does not sign normalized packets. 57 * \param[in] wire needed to verify the mac 58 * \param[in] wire_size size of wire 66 bool ldns_pkt_tsig_verify_next(ldns_pkt *pkt, const uint8_t *wire, size_t wire_size, const char *ke…
|
/freebsd/share/man/man9/ |
H A D | own.9 | 39 .Nd Dallas Semiconductor 1-Wire Network and Transport Interface 66 interface defines three sets of functions for interacting with 1-Wire 79 The 1-Wire bus defines different layers of access to the devices on 139 acquires the 1-Wire bus, waiting if necessary, 149 argument describes the transaction to send to the 1-Wire bus. 160 The 1-Wire system includes an advisory lock for the bus that 180 computes the 1-Wire standard CRC function over the data 187 The 1-Wire standard (Maxim AN937) defines layers that are akin to ISO 195 actions used to control the specific 1-Wire devices on bus. 216 .Tn 1-Wire
|
H A D | owll.9 | 33 .Nd Dallas Semiconductor 1-Wire Link Layer Interface 47 Semiconductor 1-Wire from upper layers of the protocol. 52 writes a one bit or a zero bit respectively on the 1-Wire bus. 55 reads one bit from the 1-Wire bus. 58 in the 1-Wire device data sheets. 64 This is the beginning of all 1-Wire transactions. 79 .Tn 1-Wire
|
/freebsd/libexec/getty/ |
H A D | gettytab | 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/sys/contrib/device-tree/Bindings/iio/temperature/ |
H A D | maxim,max31865.yaml | 22 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/interrupt-controller/ |
H A D | intel,ce4100-lapic.yaml | 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/display/panel/ |
H A D | tpo,tpg110.yaml | 17 and other properties, and has a control interface over 3WIRE 39 protocol is not I2C but 3WIRE SPI. 61 spi-3wire: true 72 - spi-3wire 87 spi-3wire;
|
/freebsd/sbin/init/ |
H A D | ttys | 40 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/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | ti,am3359-tsc.yaml | 17 description: Wires refer to application modes i.e. 4/5/8 wire touchscreen 36 ti,wire-config: 63 - ti,wire-config 74 ti,wire-config = <0x00 0x11 0x22 0x33>;
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | awinic,aw8738.yaml | 14 (set using one-wire pulse control). The mode configures the speaker-guard 26 GPIO used for one-wire pulse control. The pin is typically called SHDN 32 description: Operation mode (number of pulses for one-wire pulse control)
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | icpdas-lp8841-spi-rtc.txt | 28 - spi-3wire: The master itself has only 3 wire. It cannor work in 50 spi-3wire;
|
/freebsd/share/misc/ |
H A D | pci_vendors | 19263 4001 T420-CR Unified Wire Ethernet Controller 19264 4002 T422-CR Unified Wire Ethernet Controller 19265 4003 T440-CR Unified Wire Ethernet Controller 19266 4004 T420-BCH Unified Wire Ethernet Controller 19267 4005 T440-BCH Unified Wire Ethernet Controller 19268 4006 T440-CH Unified Wire Ethernet Controller 19269 4007 T420-SO Unified Wire Ethernet Controller 19270 4008 T420-CX Unified Wire Ethernet Controller 19271 4009 T420-BT Unified Wire Ethernet Controller 19272 400a T404-BT Unified Wire Ethernet Controller [all …]
|
/freebsd/sys/ofed/include/rdma/ |
H A D | signature.h | 84 * @wire: wire domain layout descriptor. 90 struct ib_sig_domain wire; member
|