| /dragonfly/contrib/ldns/ |
| HD | wire2host.c | 56 ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos) in ldns_wire2dname() argument 73 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() 122 memcpy(&tmp_dname[dname_pos], &wire[*pos], label_size); in ldns_wire2dname() 128 label_size = wire[*pos]; in ldns_wire2dname() 158 ldns_wire2rdf(ldns_rr *rr, const uint8_t *wire, size_t max, size_t *pos) in ldns_wire2rdf() argument 178 rd_length = ldns_read_uint16(&wire[*pos]); in ldns_wire2rdf() 200 status = ldns_wire2dname(&cur_rdf, wire, max, pos); in ldns_wire2rdf() [all …]
|
| HD | 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 …]
|
| HD | tsig.c | 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 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 …]
|
| HD | packet.c | 767 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/ |
| HD | work.c | 68 packetbuffromfile(char *filename, uint8_t *wire) in packetbuffromfile() argument 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 199 wire = xmalloc(LDNS_MAX_PACKETLEN); in read_hex_pkt() [all …]
|
| /dragonfly/etc/ |
| HD | gettytab | 223 # 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/ |
| HD | wire2host.h | 152 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…
|
| HD | tsig.h | 51 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/ |
| HD | d1_both.c | 742 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/ |
| HD | PROTOCOL.chacha20poly1305 | 57 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
|
| HD | PROTOCOL.certkeys | 48 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
|
| HD | PROTOCOL.sshsig | 2 that is compatible with SSH keys and wire formats.
|
| HD | PROTOCOL.krl | 52 Where "ca_key" is the standard SSH wire serialisation of the CA's
|
| HD | PROTOCOL.mux | 8 a length and message type in SSH uint32 wire format:
|
| HD | PROTOCOL | 767 the encoding of public keys sent on the wire: as described in RFC4253
|
| /dragonfly/share/dict/ |
| HD | web2a | 3863 barbed wire 5155 bell wire 5803 Birmingham wire gauge 8028 bridle wire 9893 card wire 10545 cattle wire 11357 chicken wire 13837 core wire 14818 cross wire 17786 drag wire [all …]
|
| /dragonfly/usr.bin/crunch/examples/ |
| HD | really-big.conf | 78 … 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/ |
| HD | README.BOOTP | 71 interface you do not need to wire BOOTP to a specific interface name.
|
| /dragonfly/lib/libc/rpc/ |
| HD | README | 20 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
|
| /dragonfly/sys/dev/netif/mii_layer/ |
| HD | miidevs | 86 (ie, ordered as on the wire) */
|
| /dragonfly/bin/cpdup/ |
| HD | BACKUPS | 252 over a WAN, as all related data must be copied over the wire every single
|
| /dragonfly/share/examples/IPv6/ |
| HD | USAGE | 508 see EDNS0 packet fly on the wire by tcpdump or some other method.
|
| /dragonfly/sys/config/ |
| HD | LINT64 | 588 # 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/ |
| HD | complete.tcsh | 714 tube turtle vines voters wator wire world worm xjack \
|
| /dragonfly/share/zoneinfo/ |
| HD | northamerica | 155 # 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
|