Home
last modified time | relevance | path

Searched refs:wire (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/contrib/ldns/
H A Dwire2host.c73 label_size = wire[*pos]; in ldns_wire2dname()
87 pointer_target_buf[0] = wire[*pos] & 63; in ldns_wire2dname()
88 pointer_target_buf[1] = wire[*pos + 1]; in ldns_wire2dname()
99 label_size = wire[*pos]; in ldns_wire2dname()
128 label_size = wire[*pos]; in ldns_wire2dname()
178 rd_length = ldns_read_uint16(&wire[*pos]); in ldns_wire2rdf()
240 cur_rdf_length = ((size_t) wire[*pos]) + 1; in ldns_wire2rdf()
255 (size_t) wire[*pos] + in ldns_wire2rdf()
261 cur_rdf_length = ((size_t) wire[*pos]) + 1; in ldns_wire2rdf()
294 memcpy(data, &wire[*pos], cur_rdf_length); in ldns_wire2rdf()
[all …]
H A Dnet.c728 if (!wire) {
753 uint8_t *wire; local
758 if (!wire) {
781 LDNS_FREE(wire);
783 if (!wire) {
806 return wire;
812 uint8_t *wire; local
817 if (!wire) {
835 LDNS_FREE(wire);
837 if (!wire) {
[all …]
H A Dtsig.c55 ldns_tsig_prepare_pkt_wire(const uint8_t *wire, size_t wire_len, size_t *result_len) in ldns_tsig_prepare_pkt_wire() argument
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()
111 status = ldns_wire2rr(&rr, wire, wire_len, &pos, in ldns_tsig_prepare_pkt_wire()
124 memcpy(wire2, wire, *result_len); in ldns_tsig_prepare_pkt_wire()
[all …]
H A Dpacket.c767 const uint8_t* wire; in pkt_edns_data2edns_option_list() local
773 wire = ldns_rdf_data(edns_data); in pkt_edns_data2edns_option_list()
788 ldns_edns_option_code code = ldns_read_uint16(&wire[pos]); in pkt_edns_data2edns_option_list()
789 size_t size = ldns_read_uint16(&wire[pos+2]); in pkt_edns_data2edns_option_list()
802 memcpy(data, &wire[pos], size); in pkt_edns_data2edns_option_list()
/dragonfly/contrib/ldns/drill/
H A Dwork.c155 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()
184 xfree(wire); in read_hex_buffer()
192 uint8_t *wire; in read_hex_pkt() local
199 wire = xmalloc(LDNS_MAX_PACKETLEN); in read_hex_pkt()
207 xfree(wire); in read_hex_pkt()
221 uint8_t *wire = NULL; in dump_hex() local
237 LDNS_FREE(wire); in dump_hex()
[all …]
/dragonfly/etc/
H A Dgettytab223 # Entries for 3-wire serial terminals. These don't supply carrier, so
226 3wire:\
228 3wire.9600|9600-3wire:\
230 3wire.19200|19200-3wire:\
232 3wire.38400|38400-3wire:\
234 3wire.57600|57600-3wire:\
236 3wire.115200|115200-3wire:\
238 3wire.230400|230400-3wire:\
/dragonfly/contrib/ldns/ldns/
H A Dwire2host.h152 ldns_status ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos);
171 ldns_status ldns_wire2rdf(ldns_rr *rr, const uint8_t *wire, size_t max, size_t *pos);
188 ldns_status ldns_wire2rr(ldns_rr **rr, const uint8_t *wire, size_t max, size_t *pos, ldns_pkt_secti…
H A Dtsig.h51 bool ldns_pkt_tsig_verify(ldns_pkt *pkt, const uint8_t *wire, size_t wire_size, const char *key_nam…
66 bool ldns_pkt_tsig_verify_next(ldns_pkt *pkt, const uint8_t *wire, size_t wire_size, const char *ke…
/dragonfly/crypto/libressl/ssl/
H A Dd1_both.c742 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; in dtls1_get_message_fragment() local
757 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, wire, in dtls1_get_message_fragment()
766 CBS_init(&cbs, wire, i); in dtls1_get_message_fragment()
792 wire[0] == SSL3_MT_HELLO_REQUEST) { in dtls1_get_message_fragment()
799 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) { in dtls1_get_message_fragment()
802 SSL3_RT_HANDSHAKE, wire, in dtls1_get_message_fragment()
/dragonfly/crypto/openssh/
H A DPROTOCOL.chacha20poly130557 uint64 under the SSH wire encoding rules and a ChaCha20 block counter of
68 encoded as a uint64 under the usual SSH wire encoding and a zero block
H A DPROTOCOL.certkeys48 on the wire, but do appear in a SSH_MSG_KEXINIT's host-key algorithms
56 The SSH wire protocol includes several extensibility mechanisms.
70 types and encoding are as per RFC4251 section 5). The serialised wire
H A DPROTOCOL.sshsig2 that is compatible with SSH keys and wire formats.
H A DPROTOCOL.krl51 Where "ca_key" is the standard SSH wire serialisation of the CA's
H A DPROTOCOL.mux8 a length and message type in SSH uint32 wire format:
H A DPROTOCOL687 the encoding of public keys sent on the wire: as described in RFC4253
/dragonfly/share/dict/
H A Dweb2a5155 bell wire
9893 card wire
13837 core wire
17786 drag wire
18235 drop wire
28812 hog wire
29286 hot-wire
40748 pin wire
74107 wire-cut
74128 wire gun
[all …]
/dragonfly/usr.bin/crunch/examples/
H A Dreally-big.conf78 … amq_subr.o umount_fs.o host_ops.o nfsx_ops.o ufs_ops.o ifs_ops.o amd.o get_args.o restart.o wire.o
/dragonfly/share/examples/diskless/
H A DREADME.BOOTP71 interface you do not need to wire BOOTP to a specific interface name.
/dragonfly/lib/libc/rpc/
H A DREADME20 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
/dragonfly/sys/dev/netif/mii_layer/
H A Dmiidevs86 (ie, ordered as on the wire) */
/dragonfly/bin/cpdup/
H A DBACKUPS252 over a WAN, as all related data must be copied over the wire every single
/dragonfly/share/examples/IPv6/
H A DUSAGE508 see EDNS0 packet fly on the wire by tcpdump or some other method.
/dragonfly/sys/config/
H A DLINT64588 # Beginning with FreeBSD 2.0.5 you can wire down your SCSI devices so
599 # type. For example, if you wire a disk as "da3" then the first
/dragonfly/contrib/tcsh-6/
H A Dcomplete.tcsh714 tube turtle vines voters wator wire world worm xjack \
/dragonfly/share/zoneinfo/
H A Dnorthamerica155 # wire service teletype machine, which had prescribed signals for major news.
377 # time. Though delayed by the Great Fire, by 1880 a wire ran from the

12