Searched refs:wire (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/usr.sbin/amd/wire-test/
H A DMakefile6 # $FreeBSD: releng/11.0/usr.sbin/amd/wire-test/Makefile 275054 2014-11-25 16:57:27Z bapt $
8 .PATH: ${.CURDIR}/../../../contrib/amd/wire-test
10 PROG= wire-test
11 MAN= wire-test.8
/freebsd-11.0-release/contrib/ldns/drill/
H A Dwork.c68 packetbuffromfile(char *filename, uint8_t *wire) argument
137 verbose("Not printing wire because it contains non ascii data\n");
155 wire,
159 memcpy(wire, hexbuf, (size_t) hexbufpos);
172 uint8_t *wire; local
177 wire = xmalloc(LDNS_MAX_PACKETLEN);
179 wiresize = packetbuffromfile(filename, wire);
182 ldns_buffer_new_frm_data(result_buffer, wire, wiresize);
184 xfree(wire);
192 uint8_t *wire; local
221 uint8_t *wire = NULL; local
[all...]
/freebsd-11.0-release/usr.sbin/amd/
H A DMakefile10 scripts wire-test
/freebsd-11.0-release/contrib/ldns/
H A Dwire2host.c4 * conversion routines from the wire to the host
56 ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos) argument
73 label_size = wire[*pos];
87 pointer_target_buf[0] = wire[*pos] & 63;
88 pointer_target_buf[1] = wire[*pos + 1];
99 label_size = wire[*pos];
122 memcpy(&tmp_dname[dname_pos], &wire[*pos], label_size);
128 label_size = wire[*pos];
158 ldns_wire2rdf(ldns_rr *rr, const uint8_t *wire, size_t max, size_t *pos) argument
178 rd_length = ldns_read_uint16(&wire[*po
316 ldns_wire2rr(ldns_rr **rr_p, const uint8_t *wire, size_t max, size_t *pos, ldns_pkt_section section) argument
364 ldns_wire2pkt_hdr(ldns_pkt *packet, const uint8_t *wire, size_t max, size_t *pos) argument
401 ldns_wire2pkt(ldns_pkt **packet_p, const uint8_t *wire, size_t max) argument
[all...]
H A Dnet.c694 uint8_t *wire, *wireout; local
697 wire = LDNS_XMALLOC(uint8_t, LDNS_MAX_PACKETLEN);
698 if (!wire) {
703 wire_size = recvfrom(sockfd, (void*)wire, LDNS_MAX_PACKETLEN, 0,
709 LDNS_FREE(wire);
714 wireout = LDNS_XREALLOC(wire, uint8_t, (size_t)wire_size);
715 if(!wireout) LDNS_FREE(wire);
723 uint8_t *wire; local
727 wire = LDNS_XMALLOC(uint8_t, 2);
728 if (!wire) {
782 uint8_t *wire; local
[all...]
H A Dtsig.c52 * Makes an exact copy of the wire, but with the tsig rr removed
55 ldns_tsig_prepare_pkt_wire(uint8_t *wire, size_t wire_len, size_t *result_len) argument
72 /* fake parse the wire */
73 qd_count = LDNS_QDCOUNT(wire);
74 an_count = LDNS_ANCOUNT(wire);
75 ns_count = LDNS_NSCOUNT(wire);
76 ar_count = LDNS_ARCOUNT(wire);
87 status = ldns_wire2rr(&rr, wire, wire_len, &pos, LDNS_SECTION_QUESTION);
95 status = ldns_wire2rr(&rr, wire, wire_len, &pos, LDNS_SECTION_ANSWER);
103 status = ldns_wire2rr(&rr, wire, wire_le
276 ldns_pkt_tsig_verify(ldns_pkt *pkt, uint8_t *wire, size_t wirelen, const char *key_name, const char *key_data, ldns_rdf *orig_mac_rdf) argument
283 ldns_pkt_tsig_verify_next(ldns_pkt *pkt, uint8_t *wire, size_t wirelen, const char* key_name, const char *key_data, ldns_rdf *orig_mac_rdf, int tsig_timers_only) argument
[all...]
/freebsd-11.0-release/contrib/ldns/ldns/
H A Dtsig.h42 * 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, uint8_t *wire, size_t wire_size, const char *key_name, const char *key_data, ldns_rdf *mac);
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, uint8_t *wire, size_t wire_size, const char *key_name, const char *key_data, ldns_rdf *mac,
H A Dwire2host.h2 * wire2host.h - from wire conversion routines
14 * Contains functions that translate dns data from the wire format (as sent
120 * converts the data on the uint8_t bytearray (in wire format) to a DNS packet.
132 * converts the data on the uint8_t bytearray (in wire format) to a DNS packet.
143 * converts the data on the uint8_t bytearray (in wire format) to a DNS
149 * \param[in] wire pointer to the buffer with the data
155 ldns_status ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos);
158 * converts the data on the uint8_t bytearray (in wire format) to DNS
168 * \param[in] wire pointer to the buffer with the data
174 ldns_status ldns_wire2rdf(ldns_rr *rr, const uint8_t *wire, size_
[all...]
/freebsd-11.0-release/usr.sbin/amd/libamu/
H A DMakefile16 strutil.c wire.c xutil.c
/freebsd-11.0-release/etc/rc.d/
H A Dserial133 3wire() {
134 # 3-wire serial terminals. These don't supply carrier, so
159 # 3wire u 0
/freebsd-11.0-release/crypto/openssl/ssl/
H A Dd1_both.c894 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; local
908 i = s->method->ssl_read_bytes(s, SSL3_RT_HANDSHAKE, wire,
923 dtls1_get_message_header(wire, &msg_hdr);
953 wire[0] == SSL3_MT_HELLO_REQUEST) {
959 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0) {
962 wire, DTLS1_HM_HEADER_LENGTH, s,
/freebsd-11.0-release/sys/arm/ti/
H A Dti_adc.c671 int wire, ai; local
674 wire = wire_configs[i] & 0xf;
676 switch (wire) {
694 device_printf(sc->sc_dev, "Invalid wire config\n");
744 nwire_configs = OF_getencprop_alloc(child, "ti,wire-config",
748 "invalid number of ti,wire-config: %d (should be %d)\n",
/freebsd-11.0-release/sys/dev/mlx5/
H A Dqp.h342 } wire; member in struct:mlx5_bsf::mlx5_bsf_basic
/freebsd-11.0-release/usr.sbin/crunch/examples/
H A Dreally-big.conf78 special amd objs vers.amd.o afs_ops.o am_ops.o clock.o util.o xutil.o efs_ops.o mapc.o info_file.o info_hes.o info_ndbm.o info_passwd.o info_nis.o info_union.o map.o srvr_afs.o srvr_nfs.o mntfs.o misc_rpc.o mount_fs.o mtab.o mtab_bsd.o nfs_ops.o nfs_prot_svc.o nfs_start.o nfs_subr.o opts.o pfs_ops.o rpc_fwd.o sched.o sfs_ops.o amq_svc.o 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
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_verbs.h592 * @wire: wire domain layout desciptor.
597 struct ib_sig_domain wire; member in struct:ib_sig_attrs
/freebsd-11.0-release/targets/pseudo/userland/
H A DMakefile.depend454 usr.sbin/amd/wire-test \

Completed in 307 milliseconds